Working with JavaBeans Components in the Model Project
This topic assumes you have followed the steps in
Creating Business Services for the Model Project.
To create JavaBeans:
-
In the Application Navigator, select the project you wish the bean to
be added to.
-
From the main menu, choose F
ile | New, or right-click and choose N
ew.
-
In the New Gallery, in the Categories
tree, expand Client Tier and select
JavaBeans.
-
In the Items list, double-click
Bean.
-
In the Create Bean dialog, accept the defaults, enter new values, or
use the Browse buttons to navigate to an
existing package and superclass.
For more information, press F1 or click H
elp from within the dialog.
-
Click OK.
-
Register the bean
class with the Oracle ADF data controls in order to create a
databound application client.
-
Create a Struts page flow
and create
either JSP or UIX pages for your
ViewController project.
Related topics
Developing JavaBeans
Registering Business
Services with Oracle ADF Data Controls
Copyright © 1997, 2004, Oracle.
All rights reserved.