1.4 Adding Other Services or Databases

Novell WebAccess Servlet is a flexible framework to generate a Web interface for an application. The Servlet architecture consists of the servlet, providers, and templates. For more information, see the architecture graphic in the Overview.

The servlet receives requests from a browser or other HTTP client, and handles those requests by calling the appropriate provider. The provider does the requested work and returns the results. The results are combined with a template to produce a text-based document (HTML, XML, etc.), which is then sent back to the browser or HTTP client.

To add other services or databases, review the following information: