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:

  1. In the Application Navigator, select the project you wish the bean to be added to.
  2. From the main menu, choose F ile | New, or right-click and choose N ew.
  3. In the New Gallery, in the Categories tree, expand Client Tier and select JavaBeans.
  4. In the Items list, double-click Bean.
  5. 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.

  6. Click OK.
  7. Register the bean class with the Oracle ADF data controls in order to create a databound application client.
  8. Create a Struts page flow and create either JSP or UIX pages for your ViewController project.

Developing JavaBeans

Registering Business Services with Oracle ADF Data Controls

 

 

Copyright © 1997, 2004, Oracle. All rights reserved.