Chapter 12. Decribing Beans

Table of Contents

BeanMetaData - deploying a single bean
ClassLoaderMetaData - configuring a classloader
PropertyMetaData - configuring properties
ParameterMetaData - configuring values passed to constructors or methods
SupplyMetaData - specifying the bean supplies a demand
DemandMetaData - specifying the bean demands a dependency
ValueMetaData - configuring values
DependencyValueMetaData - defining named dependencies

The BeanMetaData provides configuration used to deploy beans.

This is similar to the -service.xml files in JBoss4.

BeanMetaData - deploying a single bean

The BeanMetaData provides top level information and access to the more detailed information about the bean deployment.