Basic HTML version of Foils prepared 7 October 97

Foil 37 Java Servlets

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 are protocol- and platform-independent server side components that can be dynamically loaded like applets
2 or can be considered as server side counterpart to applets
3 or Java application components which are loaded, on demand
4 Servlets differ from applets in that they are faceless ( without any graphics )
5 can be invoked in many ways one of which of the form
  • http://host-name:port/servlet/servlet-name

in Table To:


© on Mon Oct 13 1997