web.xml

  • submit to reddit

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

1. OverviewThis 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...

1 replies - 8837 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...

11 replies - 145795 views - 02/11/09 by Anil Saldhana in Articles