Skip Headers

Oracle® Application Server 10g Multimedia Tag Library for JSP User's Guide and Reference
10g (9.0.4)
Part No. B10445-01
  Go To Documentation Library
Home
Go To Product List
Solution Area
Go To Table Of Contents
Contents
Go To Index
Index

Previous Next  

Preface

This guide describes how to use Oracle Application Server 10g Multimedia Tag Library for JSP.

Audience

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.

Documentation Accessibility

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/

Accessibility of Code Examples in Documentation

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.

Accessibility of Links to External Web Sites in Documentation

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.

Organization

This guide contains the following chapters and appendixes:

Chapter 1, " Introduction to Multimedia Tag Library "

Contains an overview of media retrieval and upload concepts.

Chapter 2, " Program Examples Using Multimedia JSP Tags"

Describes a sample program (based on the Oracle interMedia photograph album sample application).

Chapter 3, " Media Retrieval Reference Information"

Contains reference information on the media retrieval tags.

Chapter 4, " Media Upload Reference Information"

Contains reference information on the media upload tags.

Appendix A, " Installation and Configuration Information"

Describes how to install and configure Oracle Application Server 10g Multimedia Tag Library for JSP.

Appendix B, " Error Messages"

Contains information on possible errors that can be raised by Oracle Application Server 10g Multimedia Tag Library for JSP.

Related Documentation

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:

For more information about using interMedia in a development environment, see the following documents in the Oracle documentation set:

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

http://java.sun.com/docs

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

Conventions

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.