Skip Headers

Oracle® Application Server Syndication Services Developer’s and Administrator’s Guide
10g (9.0.4)
Part No. B10667-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

As a feature of Oracle Application Server, Oracle Application Server Syndication Services ("Syndication Services") manages and automates the establishment of syndication relationships (offers and subscriptions), content transfers based on delivery rules (contracts), and results analysis (access log).

Audience

This guide is for developers who want to automate the establishment of syndication relationships and content transfers based on delivery rules.

This guide is also for administrators who will be managing Syndication Services and monitoring results analysis.

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 Syndication Services "

This chapter introduces Oracle Application Server Syndication Services, explains terminology and concepts, and provides an overview of administration and user tasks.

Chapter 2, " Administration of Syndication Services "

This chapter describes in detail Oracle Application Server Syndication Services administration tasks.

Chapter 3, " Client Application Development "

This chapter describes client application development and content provider development and registration.

Chapter 4, " Content Connector Development "

This chapter describes content connector development and installation.

Appendix A, " Error Messages"

This appendix describes Oracle Application Server Syndication Services error messages.

Appendix B, " Syndication Services Security"

This appendix describes Oracle Application Server Syndication Services security information.

Appendix C, " Sample Syndication Client"

This appendix provides a listing of the SampleSyndicationClient.java program.

Appendix D, " RSS Content Connector (CPAdaptor)"

This appendix provides a listing of the RSSCPAdaptor.java program.

Related Documentation

For more information about using and managing Syndication Services, see the following documents in the Oracle documentation set:

For reference information in Javadoc format, see the Oracle API documentation (also known as Javadoc). The API documentation can be found on the Oracle Application Server 10g Documentation Library CD-ROM as Syndication Services Client API Reference (Javadoc) under Oracle Application Server Syndication Services, which is located under the Portals tab.

Printed documentation is available for sale in the Oracle Store at

http://oraclestore.oracle.com/

To download free release notes, installation documentation, white papers, or other collateral, please visit the Oracle Technology Network (OTN). You must register online before using OTN; registration is free and can be done at

http://otn.oracle.com/membership/

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

Oracle Application Server Syndication Services is also referred to as "Syndication Services" in this guide.

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. It is also used to denote GUI elements.
italic text Italic text is used for emphasis and for book titles.
< > Angle brackets enclose user-supplied names.
[ ] Brackets enclose optional clauses from which you can choose one or none.