Oracle8i Application Developer's Guide - XML
Release 3 (8.1.7)

Part Number A86030-01

Library

Product

Contents

Index

Go to previous page Go to beginning of chapter Go to next page

Customizing Content with XML: Dynamic News Application, 6 of 16


Dynamic News Servlets

Table 6-2 lists the servlets used in the Dynamic News application. These servlets provide entry points to the application logic:


Table 6-2 Dynamic News Servlets
Servlet  Description  File Name 

Administration 

  • Adds news items to the database.

  • Maintains lists of users, types, and categories.

  • Generates XML and HTML for a static (non-customized) news page.

 

xmlnews/admin/AdminServlet.java 

Semi-Dynamic 

Generates lists of news items in categories chosen by the end-user. 

xmlnews/dynamic/SemiDynamicServlet.java 

Dynamic 

Retrieves news items from the database to generate custom pages based on end-user preferences. 

xmlnews/dynamic/DynamicServlet.java 


Go to previous page Go to beginning of chapter Go to next page
Oracle
Copyright © 1996-2000, Oracle Corporation.

All Rights Reserved.

Library

Product

Contents

Index