158 Implementing Web Applications with CM Information Integrator for Content and ODWEK
7.3 Sample application
In this chapter, we build a general purpose Web application capable of logging
onto Content Manager Version 8, OnDemand, or a Federated system using a
controller servlet and JSPs. We use the Model-Viewer-Controller method with the
model being the Information Integrator for Content non-visual Java beans, the
viewer being a set of JSPs, and the controller being a custom servlet.
Using this sample application, a user can do the following tasks:
1. Select a server and log in.
2. Get a list of entities or search templates.
3. Choose an entity or a search template, enter search values, and submit a
search.
4. Get a list of search results. Proc ...