Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/julianrendon/servletannotationexample
- Owner: JulianRendon
- Created: 2019-06-11T17:12:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-06-11T17:24:22.000Z (over 5 years ago)
- Last Synced: 2024-11-05T09:48:18.613Z (about 2 months ago)
- Topics: css, eclipse, grid, grid-layout, java, java-ee, java-web, java-web-app, javaee, jsp, jsp-servlet, servlet, servlets
- Language: Java
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.