to the main page about the tutorial  INTERACTIVE WEB SERVICES WITH JAVA back up next

Interactive Web Services

Originally, the Web consisted of static HTML pages.

The client-server model:

  1. a client initiates communication with a server (e.g. requesting a page)
  2. the server responds (e.g. returns the page)

In an interactive Web service, the pages contain forms with information to the server, and the reply is generated dynamically.

Compared to static HTML pages, interactive Web services can provide:

Common service code layers:

In JSP/Servlets/JWIG, the data layer consists of an SQL/JDBC database or java.util containers.

back COPYRIGHT © 2002-2003 ANDERS MØLLER & MICHAEL I. SCHWARTZBACH next