Information repositories are essential. They allow data to be shared within
or outside an organization, bringing us closer to the reality of the
paperless office.
With the toolset shown in Table 1, you can build an enterprise-class,
scalable Web-enabled repository that fully incorporates various forms of
media. Document files, photographs, video clips and sound files can easily be
included in the repository using Java and Oracle8i's LOB (Large Objects) data
types.
In this article I'm going to focus on how you build a repository to store and
search documents such as Microsoft Word, and HTML and XML files stored in a
LOB column of a database table. The example used here populates the
repository with Microsoft Word résumés, indexes it using Oracle Intermedia
and reads it using Java streams from a servlet (see Figure 1).
Benefits of Java and Oracle8i
Building repositor... (more)