Servlet 3.0 Cook Book
This series of tutorials covers the new Servlet specification Servlet 3.0 (JSR-315)
Servlet 3.0 specification has came up with many new and exciting features like Annotation, pluggability and built in file upload support to name a few. The final draft of the specification has been released and available to download. Tomcat 7 implements the Servlet 3.0 API.
In this series of tutorials, I will explain the new features of Servlet 3.0 specification with tomcat 7 server. So the first step is to download and install the tomcat 7 server. You can get the latest version of tomcat from here