About
the Oracle Fusion Store Front Demo Application
The Store Front application is a beta
sample application based on Oracle ADF Business Components,
ADF Model data bindings and ADF Faces.
The functionality of the application is limited in this
technology preview 4 release and is provided for informational
purposes only. Additional functionality and documentation
will be available in a later release of the application.
Store Front Demo Requirements
The application has the following
basic requirements
An Oracle database (any modern edition) is required
for the sample schema.
JDeveloper 11 Technology Preview 4 Release.
Screen resolution of 1024 x 768 or higher.
Firefox version 2.0 or Internet Explorer version 7.0
or higher
In JDeveloper 11 Technology Preview 4, choose File
> Open from the main menu.
Browse to the location where you extracted the zip in
Step 1 and select Infrastucture.jws from
the Infrastructure directory. Click Open.
Expand the MasterBuildScript project
and Resources nodes.
Double click build.properties to open
it in the editor.
Modify the following properties for your environment:
jdeveloper.home
The root directory where you have JDeveloper 11
Technology Preview 4 installed. For example, C:/JDeveloper/11_Preview_4
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.
Choose File > Save All from the
main menu.
In the application navigator, under the Resources node,
Right click build.xml and choose Run
Ant Target > buildAll This 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 a harmless error and finally:
buildAll:
BUILD SUCCESSFUL
Total time: nn minutes nn seconds
For more information on the demo schema and scripts, see
the README.txt file in the MasterBuildScript project.
Running the Sample
To run the sample within the embedded
OC4J container:
In JDeveloper 11 Technology Preview 4, choose File
> Open from the main menu.
Browse to the location where you extracted the demo
zip and select StoreFrontModule.jws from
the StoreFrontModule directory. Click Open.
Double click StoreFrontService and
choose Business Components from the Project
Properties dialog.
Select the FOD connection and click
Edit.
Modify the following properties so that they point to
the database where you installed the FOD schema:
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.
In the Application Navigator, right click StoreFrontService
and choose Rebuild.
Right click StoreFrontUI and choose
Run. The home.jspx page within the StoreFrontUI
project is the default run target and will launch the
main application screen.
Got a question about using JDeveloper? Use the JDeveloper
OTN Forum to get an answer.