91-9990449935 0120-4256464 |
Servlet with Annotation (feature of servlet3):Annotation represents the metadata. If you use annotation, deployment descriptor (web.xml file) is not required. But you should have tomcat7 as it will not run in the previous versions of tomcat. @WebServlet annotation is used to map the servlet with the specified name. Example of simple servlet by annotationThere is given the simple example of servlet with annotation. Simple.java
download this example (developed without IDE)
download this example (developed using Eclipse IDE) download this example (developed using Netbeans IDE)
Next TopicSingleThreadModel Interface
|