====================================================================== Endeca Presentation APIs - Installation Instructions and Release Notes GENERAL (6.4.0) * Release Date: December 2012 * The Endeca Presentation APIs provide APIs to the Endeca MDEX Engine and Log Server. The APIs are available in two packages: - The Presentation API for UNIX, which includes the Java version of the API only (JAR files, Javadoc, and Installation and Release Notes file. - The Presentation API for Windows, which includes both the Java version of the API (JAR files, Javadoc, and Installation and Release Notes file) and also the .NET version of the API (DLL files, CHM Help, and Installation and Release Notes file). * The release notes may have been updated since the release date. The latest release notes are available through the Oracle Endeca Commerce documentation page on the Oracle Technology Network at http://www.oracle.com/technetwork/indexes/documentation/endecaguidedsearch-1552767.html or by contacting Oracle Endeca Customer Support. SYSTEM REQUIREMENTS (6.4.0) The Java version of the Presentation API can be run using any of the following versions of Java: - Sun JDK 1.4.2, 5.0 (1.5), and 6.0 (1.6) - IBM JDK 1.4.2, 5.0 (1.5), and 6.0 (1.6) The .NET version of the Presentation API and the RAD Toolkit for ASP.NET can be run using any of the following versions of .NET: - .NET 2.0 and 3.5 The Presentation API is supported on 64-bit operating systems. INSTALLATION (6.4.0) The Presentation APIs are packaged in the same download as the MDEX Engine. Inside the MDEX Engine download, the Presentation API is packaged as a ZIP file for Windows and as a compressed TAR file for UNIX. To install the Presentation API: 1. Download the MDEX Engine from the Oracle Software Delivery Cloud and save it to a local directory. 2. Extract the MDEX Engine package locally. Depending on the platform you selected during download, you will have one of the following installation files: - presAPI__x86_64pc-win32.zip (for Windows) - presAPI__x86_64pc-linux.tgz (for UNIX) 3. Extact the Presentation API installation file to the root drive of your Endeca installation directory. For example, if you installed Endeca to the default location on Windows, you would extract the Presentation API file to C:\. That extracts to create: C:\Endeca\PresentationAPI. 4. Under the PresentationAPI\ directory, locate the appropriate APIs, and copy the APIs to the lib directory of your Web application. - On Java platforms, copy the JAR files from PresentationAPI\\java\lib to the WEB-INF\lib directory of your Web application. - On .NET platforms, copy the DLL files in PresentationAPI\\dotNET\lib to the bin directory of your Web application. UNINSTALLATION (6.4.0) 1. Close your Web application. 2. Delete the APIs from the appropriate directory of your Web application. 3. Delete the PresentationAPI directory from your Endeca installation. MIGRATION (6.4.0) There are no changes in this release. FEATURES (6.4.0) There are no changes in this release. BUG FIXES (6.4.0) There are no changes in this release. ======================================================================