Skip Headers

Oracle9iAS Personalization Programmer's Guide
Release 2 (v9.0.2)

Part Number A95245-02
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

1
Oracle9iAS Personalization Programming

Oracle9iAS Personalization provides two Java application program interfaces (APIs):

REAPI enables a Web application written in Java to collect and preprocess data used to build OP models and to request recommendations. The recommendations are returned in real time. REAPI is described in Part I of this manual.

RE Batch API enables a web application written in Java to request Oracle9iAS Personalization-style recommendations in bulk mode. The recommendations are written to table. RE Batch API does not return results in real time. REAPI Batch is described in Part II of this manual.

OP API Structure

The two OP APIs have the same components:

Executing OP Programs

Before you can execute a program using either OP API, you must deploy and build an OP package, as described in the Oracle9iAS Personalization User's Guide.

Javadoc for the OP APIs

Detailed descriptions of the OP APIs are not included in this manual. The API calls are documented by Javadoc; see the OP section of the Oracle9i Application Server Documentation Library.


Go to previous page Go to next page
Oracle
Copyright © 2001, 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