Oracle® Application Server Personalization Programmer's Guide
10g Release 2 (10.1.2) B14051-01 |
|
Previous |
Next |
Oracle Application Server Personalization (OracleAS Personalization) provides two Java application program interfaces (APIs):
Recommendation Engine API (REAPI)
Recommendation Engine Batch API (RE Batch API)
REAPI enables a Web application written in Java to collect and preprocess data used to build OracleAS Personalization 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 OracleAS Personalization-style recommendations in bulk mode. The recommendations are written to a table. RE Batch API does not return results in real time. REAPI Batch is described in Part II of this manual.
The two OracleAS Personalization APIs have the same components:
Supporting classes, used to set constraints for the mining operations
The proxy classes, used to obtain recommendations