Skip Headers
Oracle® Application Development Framework Case Manual
10
g
Release 2 (10.1.2)
B19163-01
Library
Product
Next
Contents
Title and Copyright Information
Preface
Intended Audience
Documentation Accessibility
Related Documents
Conventions
Part I Oracle ADF Toy Store Application: Getting Started
1
Introduction to the Oracle ADF Toy Store Application Case Study
1.1
Introduction
1.2
For More Information
2
Setting Up the Oracle ADF Toy Store Application
2.1
Introduction
2.2
Downloading and Extracting the Oracle ADF Toy Store Application
2.3
Setting Up the Oracle ADF Toy Store Database Users
2.4
Creating the Oracle ADF Toy Store Database Tables
2.5
Creating the Oracle JDeveloper Data Connections
2.6
Installing the Oracle JDeveloper JUnit Extension
3
Quick Tour of the Oracle ADF Toy Store Application
3.1
Introduction
3.2
Browsing Products and Adding Them to Your Cart
3.3
Checking Out and Signing In
3.4
Registering a New User and Editing an Existing User's Profile
3.5
Trying Out the Toy Store Web Application in Another Language
Part II The Oracle ADF Toy Store Web Application: Lessons
4
Lesson One: Designing the Home Page
4.1
Introduction
4.2
Planning the Design of the Home Page
4.3
Getting Started with the Struts Page Flow Diagram
4.4
Laying Out the Home Page
4.5
Hands-On for Lesson 1
5
Lesson Two: Drilling Down Into the Products
5.1
Introduction
5.2
Analyzing the Products Display Page Flow
5.3
Storing JSP Files Under the WEB-INF Directory
5.4
Integrating the Model and Controller Layers
5.5
Laying Out the Query Results Page
5.6
Conditionalizing the Display
5.7
Hands-On for Lesson 2
6
Lesson Three: Assembling the Shopping Cart
6.1
Introduction
6.2
Analyzing the Shopping Cart Page Flow
6.3
Managing the State of the Shopping Cart
6.4
Handling the Product Pages' Add-to-Cart Event
6.5
Handling the Shopping Cart Page's Add/Remove Events
6.6
Handling the Shopping Cart Page's Review-Checkout Event
6.7
Working with Operations in Forms
6.8
Hands-On for Lesson 3
7
Lesson Four: Processing the Shopping Cart Order
7.1
Introduction
7.2
Analyzing the Proceed to Checkout Flow
7.3
Laying Out the Review Checkout Page
7.4
Laying Out the Confirm Shipping Information Page
7.5
Hands-On for Lesson 4
8
Lesson Five: Requiring the User to Sign Into an Account
8.1
Introduction
8.2
Analyzing the Sign-In Page Flow
8.3
Laying Out the Sign-In Page
8.4
Laying Out the Register New User Page
8.5
Laying Out the Generic Form Control Page
8.6
Laying Out the Account Created Page
8.7
Hands-On for Lesson 5
9
Lesson Six: Allowing the User to Edit Their Account
9.1
Introduction
9.2
Setting Up the Model Layer Data
9.3
Laying Out the Edit Account Page
9.4
Analyzing the Binding Container for the Edit Account Page
9.5
Showing Read-Only Data in a Form
9.6
Creating Input Fields in the Form
9.7
Using EL to Work with Labels, Tooltips, and Other Metadata
9.8
Including a Databound Poplist Control
9.9
Alternative to a Databound Poplist Using Custom Renderer
9.10
Hands-On for Lesson 6
10
Summary of the Oracle ADF Toy Store Application
10.1
Related Documentation