Fusion Order Demo (FOD) is an end-to-end application sample developed by Fusion Middleware Product Management. The purpose of the demo is to demonstrate common use cases in Fusion Middleware applications.
Note - the 11.1.2.1 R2 version of the demo only consist of the ADF related parts of the demo.
The 11.1.1.x versions of the demo also include the integration between different components of the Fusion technology stack, (ADF, BPEL, and WebCenter). The demo contains several applications that make up various parts of functionality.
This document includes instructions related specifically to the StoreFront portion of the application. For further information and release notes, refer to the readme.txt file available within the root directory of the extracted demo zip.
The application has the following basic requirements:
jdeveloper.home | The /jdeveloper directory where you have JDeveloper 11 installed. For example, C:/JDeveloper_11/jdeveloper/ |
jdbc.urlBase | The base jdbc url for your database in the format jdbc:oracle:thin:@<yourhostname>. For example, jdbc:oracle:thin:@localhost |
jdbc.port | The port for your database. For example, 1521 |
jdbc.sid | The SID of your database. For example, ORCL or XE |
db.adminUser | The administrative user for your database. For example, system |
db.demoUser.tablespace | The tablespace name where the FOD user will be installed. For example, USERS |
Keep all other properties set to their default values. The demo user must be named FOD.
The ant script creates the FOD user and populates the tables in the FOD schema. In the Apache Ant - Log, you will see a series of sql scripts and finally:
buildAll:
BUILD SUCCESSFUL
Total time: nn minutes nn seconds
To run the sample in JDeveloper:
Host Name | The hostname for your database. For example, localhost |
JDBC Port | The port for your database. For example, 1521 |
SID | The SID for your database. For example, ORCL or XE |
The connection must be named FOD (case sensitive) and the username and password must be fod/fusion. Click OK.
There are several ways to deploy the sample. If you are an ADF developer are are looking for ADF business component, task flow, and ADF Faces rich client examples, the easiest way to deploy the sample is via the "right-click, run" method described above. This will configure the integrated WLS server will all the relevant components required for the StoreFront demo.