Basic HTML version of Foils prepared 7 October 97

Foil 38 Java Servlets (contd.)

From Overview of JDBC and its use with Microsoft Access ARL Database Tutorial -- February 98. by Nancy McCracken(Sangetta Aggarwal, Udayan Parvate, Tom Pulikal)


1 Servlets :
  • must import the java.servlet package
  • must extend the GenericServlet class or HttpServlet class if implementing http features
  • must override the service method in the class
2 eg Hello World Servlet:
3 import java.io.*;
4 import java.servlet.*;
5 public class HelloWorldServlet extends GenericServlet {

in Table To:


© on Mon Oct 13 1997