Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/julianrendon/servletannotationexample


https://github.com/julianrendon/servletannotationexample

css eclipse grid grid-layout java java-ee java-web java-web-app javaee jsp jsp-servlet servlet servlets

Last synced: 12 days ago
JSON representation

Awesome Lists containing this project

README

        

# ServletAnnotationExample

The Servlet API 3.0 introduces a new package called javax.servlet.annotation which provides the annotation types which can be used for annotating a Servlet class. The annotations can replace the equivalent XML configuration in the web deployment descriptor file (i.e. web.xml) such as Servlet Declaration and Servlet Mapping. Servlet Containers will process the annotated classes at the time of application deployment.