Oracle9iAS Syndication Server User's and Administrator's Guide
Release 2 (9.0.2)

Part Number A95917-01
Go To Documentation Library
Home
Go To Product List
Solution Area
Go To Table Of Contents
Contents
Go To Index
Index

Go to previous page Go to next page

A
Subscriber Application Development Kit

For a subscriber application to interact with Oracle9iAS Syndication Server, it must be ICE-compliant. If your subscriber application is a non ICE-compliant application, you must use the Oracle-supplied subscriber application development kit that has an API client library that will make your application ICE-compliant.

Section A.1 describes ICE-compliant applications and Section A.2 describes how to make your non ICE-compliant applications, ICE-compliant.

A.1 ICE-Compliant Applications

If your subscriber application is already ICE-compliant, then it can interact with Oracle9iAS Syndication Server with no modifications.

A.2 Non ICE-Compliant Applications

The Subscriber Application Development Kit (SADK) has a client library to assist subscriber application developers in building their own ICE-compliant applications.

The client library is written in Java and contains the following packages:

Oracle Corporation recommends that the subscriber application implement its own offer manager from the interface ICEClientOfferManager in its preferred way. Offers and subscribers for the subscriber application should be kept persistently.

The ICE client library is available after installing Oracle9iAS Syndication Server. This ICE client library allows you to communicate with any ICE 1.1-compliant syndication server, and in particular you can use this client to communicate with Oracle9iAS Syndication Server.

The client library can be found under the demo/client/lib/ directory for UNIX or the demo\client\lib\ directory for Windows as the file syndclient.jar. The API documentation describes how to use this client library and can be found on the Oracle9iAS Documentation Library CD-ROM as API Reference (Javadoc) under Oracle9iAS Syndication Server, which is located under the Portals tab.

In addition, included with this release of Syndication Server is a sample client code build on top of the client library that builds a servlet that exposes a Web interface for the client. The Makefile for this servlet can be found in the demo/client/src directory on UNIX or demo\client\src directory on Windows.



Go to previous page Go to next page
Oracle
Copyright © 2002 Oracle Corporation.

All Rights Reserved.
Go To Documentation Library
Home
Go To Product List
Solution Area
Go To Table Of Contents
Contents
Go To Index
Index