Reviewing the early draft: Servlet 3.0

Reviewing the early draft: Servlet 3.0

This piece of code is a new servlet. A lot of features are now based on annotations. And there is some good things in this, look at the @Servlet annotation. This annotation contains the locations where this servlet is going to be mapped. So there is no more need to put all this in the web.xml.

Read More:

http://www.redcode.nl/blog16.html 

Thanks

Leave a Reply

You must be logged in to post a comment.