Download
FAQ
History
PrevHomeNext API
Search
Feedback
Divider

Managed Bean Creation

Another critical function of web applications is proper management of resources. This includes separating the definition of UI component objects from data objects and storing and managing these object instances in the proper scope. Previous releases of JavaServer Faces technology enabled you to create model objects that encapsulated data and business logic separately from UI component objects and store them in a particular scope. This release fully specifies how these objects are created and managed.

This release introduces new APIs for:

For more information on the Managed Bean Facility, see section Creating Model Objects (page 820).

Divider
Download
FAQ
History
PrevHomeNext API
Search
Feedback
Divider

All of the material in The Java(TM) Web Services Tutorial is copyright-protected and may not be published in other works without express written permission from Sun Microsystems.