Did you know? DZone has great portals for Python, Cloud, NoSQL, and HTML5!

web.xml

  • submit to reddit

Bootstrapping a web application with Spring 3.1 and Java based Configuration, part 1

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

Understanding Web Security Using web.xml Via Use Cases

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