Wednesday, February 22, 2012

Java Servelt

Java Servlets is a web technology for Java. It was the first web technology for Java. A Java Servlet is a Java object that responds to HTTP requests. It runs inside a Servlet container. A Servlet is part of a Java web application. A Servlet container may run multiple web applications at the same time, each having multiple servlets running inside. A Java web application can contain other components than servlets. It can also contain Java Server Pages (JSP), Java Server Faces (JSF) and Web Services.
Java servlet containers are usually running inside a Java web server. A few common well known, free Java web servers are:
1. Jetty
2. Tomcat

No comments:

Post a Comment