This is the first of a series of posts about setting
up a RESTfull web application using Spring 3.1 with Java based
configuration. The post will focus on bootstrapping the web application, discussing how to make the jump from XML to Java without having to...
1 replies - 3384 views - 10/28/11 by Eugen Paraschiv in Articles
The deployment descriptor, web.xml is the most important Java EE configuration piece of Java EE Web applications. The security configuration in this descriptor drives the semantics and operation of web container security. Hence it is very critical that web...
10 replies - 80821 views - 02/11/09 by Anil Saldhana in Articles