Oracle® Application Server 10g Multimedia Tag Library for JSP User's Guide and Reference
10g (9.0.4) Part No. B10445-01 |
|
This guide describes how to use Oracle Application Server 10g Multimedia Tag Library for JSP.
This guide is for experienced application developers who want to develop JSP-based multimedia Web applications of a low to medium level of complexity. It is also for application developers who want to rapidly create multimedia application prototypes as well as for authors of JavaServer Pages who have some experience writing Java applications.
Our goal is to make Oracle products, services, and supporting documentation accessible, with good usability, to the disabled community. To that end, our documentation includes features that make information available to users of assistive technology. This documentation is available in HTML format, and contains markup to facilitate access by the disabled community. Standards will continue to evolve over time, and Oracle Corporation is actively engaged with other market-leading technology vendors to address technical obstacles so that our documentation can be accessible to all of our customers. For additional information, visit the Oracle Accessibility Program Web site at http://www.oracle.com/accessibility/
JAWS, a Windows screen reader, may not always correctly read the code examples in this document. The conventions for writing code require that closing braces should appear on an otherwise empty line; however, JAWS may not always read a line of text that consists solely of a bracket or brace.
This documentation may contain links to Web sites of other companies or organizations that Oracle Corporation does not own or control. Oracle Corporation neither evaluates nor makes any representations regarding the accessibility of these Web sites.
This guide contains the following chapters and appendixes:
Contains an overview of media retrieval and upload concepts.
Describes a sample program (based on the Oracle interMedia photograph album sample application).
Contains reference information on the media retrieval tags.
Contains reference information on the media upload tags.
Describes how to install and configure Oracle Application Server 10g Multimedia Tag Library for JSP.
Contains information on possible errors that can be raised by Oracle Application Server 10g Multimedia Tag Library for JSP.
This guide is not intended as a standalone document. It is a supplement to Oracle interMedia Reference, Oracle interMedia User’s Guide, and Oracle interMedia Java Classes Reference. To successfully perform operations on Oracle interMedia ("interMedia") objects using the Java interface, you also need the following guides:
Oracle9i JDBC Developer’s Guide and Reference
Oracle Application Server Containers for J2EE Support for JavaServer Pages Developer's Guide
Oracle Application Server Containers for J2EE JSP Tag Libraries and Utilities Reference
PL/SQL User’s Guide and Reference
For more information about using interMedia in a development environment, see the following documents in the Oracle documentation set:
Oracle9i Application Developer’s Guide - Fundamentals
Oracle9i Database Concepts
For information added after the release of this guide, refer to the online release notes for the Oracle Application Server section of the OTN Web site at
http://otn.oracle.com/docs/products/ias/content.html
For more information on Java, see the API documentation provided by Sun Microsystems at
Printed documentation is available for sale in the Oracle Store at
http://oraclestore.oracle.com/
This guide is not available in print.
To download free release notes, installation documentation, white papers, or other collateral, go to the Oracle Technology Network (OTN). You must register online before using OTN; registration is free and can be done at
http://otn.oracle.com/admin/account/membership.html
If you already have a user name and password for OTN, then you can go directly to the documentation section of the OTN Web site at
http://otn.oracle.com/documentation
In examples, an implied carriage return occurs at the end of each line, unless otherwise noted. You must press the Return key at the end of a line of input.
The following conventions are also used in this guide:
Convention | Meaning |
---|---|
. . . |
Vertical ellipsis points in an example mean that information not directly related to the example has been omitted. |
. . . | Horizontal ellipsis points in statements or commands mean that parts of the statement or command not directly related to the example have been omitted. |
boldface text | Boldface text indicates a term defined in the text. |
italic text | Italic text is used for emphasis, book titles, and user-supplied information. |
monospace text
|
Monospace text is used in examples. It is also used in text for file and directory names, and for excerpts of examples. |
< > | Angle brackets enclose user-supplied names. Angle brackets in error message text enclose system-supplied names. |
{ } | Braces in syntax or examples enclose two or more items, one of which is required. |
[ ] | Brackets enclose optional clauses from which you can choose one or none. Brackets in Java code mean that the method returns an array of values. |