|
NOTE:
These slides have not been updated since 2003. They have been superseded by the book
Anders Møller and Michael Schwartzbach, February 2006 |
|
| INTERACTIVE WEB SERVICES WITH JAVA |
|
The client-server model:
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:
In JSP/Servlets/JWIG, the data layer consists of an SQL/JDBC database or java.util containers.
|
| COPYRIGHT © 2002-2003 ANDERS MØLLER & MICHAEL I. SCHWARTZBACH |
|