| A JavaServer Faces managed bean that supports: installation-time component
configuration, runtime component configuration, and runtime component
application configuration.
For installation-time component configuration this bean uses the jbi.xml
from a not-yet-installed component archive. If this jbi.xml uses a
schema-valid configuration extension element and property subelements,
those properties that are to be displayed during installation are used to
determine how to display editable installation configuration properties,
which, when accepted or altered, this bean then passes to the installer for
use when setting the component's installation extension configuration
MBean's corresponding attributes.
For runtime component configuration, this bean uses the common client APIs
to determine if the component supports configuration and to get the schema
and extension elements. If the component supports configuration and
provides extension elements, those properties that are to be displayed
during runtime configuration are used to determine how to display editiable
runtime configuration properties, which when altered and saved, this bean
the passes to the common client for use when setting the component's
runtime configuration extension MBean's corresponding attributes.
author: Sun Microsystems Inc. |