资 源 简 介
Java Web Annotation
Summary
This project was made with the intention of removing config settings from your web.xml file into annotations. The reason for this was because some projects contained many servlets which led to a huge web.xml file.
Setup
jWebAnnotation has the following dependencies
* commons-logging-1.1.1.jar
* javassist.jar
* scannotation-1.0.2.jar
* commons-beanutils-core-1.8.3.jar
To use jWebAnnotations place the following in your web.xml file..
ControllerServlet ControllerServlet com.google.code.jwebannotation.WebAnnotationServlet ControllerServlet *.do /Index.do