About servlets.
Take a look in this Sun's Java tutorial:
http://java.sun.com/developer/onlineTraining/Programming/BasicJava1/servlet.html
Java Servlet technology provides Web developers with a simple, consistent mechanism for extending the functionality of a Web server and for accessing existing business systems. A servlet can almost be thought of as an applet that runs on the server side--without a face. Java servlets make many Web applications possible. » Read More The reference implementation is included in the Java EE 5 SDK and also in the open-source Java Platform, Enterprise Edition (Java EE) application server, available through the GlassFish project, which you can download from java.net. The reference implementation source code is available from the servlet-sources project on java.net.
308 views
Usually answered in minutes!
soiution is good.but i need example.
×