Oracle Ultra Search Online Documentation Release 9.2 |
|
1. Introduction
2. Sample Mailing List Browser Application Files
3. Setting up the Sample Mailing List Browser Application
Oracle Ultra Search provides a sample mailing list browser written in JSP. The mailing list browser can display email addressed to mailing lists that have been indexed by the Ultra Search system.
The sample mailing list browser invokes the Oracle Ultra Search email API. The complete and comprehensive documentation is provided in the following document:
- Ultra Search Java Email API
With this release of Ultra Search, the sample mailing list browser application no longer uses the high-level API that outputs HTML. The applications user-interface logic is entirely controlled in the JSP, therefore the look-and-feel can be completely customized to your needs.
The sample mailing list browser applications files are located in the $ORACLE_HOME/ultrasearch/sample/query directory. You can directly view the sample mailing list browser application source code using your preferred text editor.
The following tables list and describe all sample mailing list browser application files:
File | Description |
---|---|
README.html | This file |
mail.css | Style sheet for sample email Web application |
File | Description |
---|---|
mail.jsp | Mailing list browser applications that selectively include HTML code returned by other JSP files, depending on what the end user wants to view |
mailindex.jsp | JSP page that displays all email sources (mailing lists) of an Ultra Search instance |
mailmsgs.jsp | JSP page that displays all emails for an email source (mailing list). |
mailreader.jsp | JSP page that displays an email |
mailutil.jsp | JSP page that defines various functions that are used by mailreader.jsp |
File | Description |
---|---|
images/ultra_mediumbanner.gif | Ultra Search banner |
images/wsd.gif | Background image used in sample query application |
For detailed instructions on setting up the sample JSP mailing list browser application, see Installing the Ultra Search Middle Tier Component on Web Server Hosts .
Copyright © 2002 Oracle Corporation. All Rights Reserved. |
|