There are three different ways that DConfigBeans are created:
DeploymentConfigurator.getDConfigBean(DDBeanRoot)
is called by the deployment tool to create a DConfigBeanRoot for each deployment descriptor in the J2EE application.DConfigBean.getDConfigBean(DDBean)
is called by the deployment tool for each DDBean that corresponds to a relative XPath pattern given to the deployment tool by the method DConfigBean.getXpaths()
.The properties of DConfigBeans are displayed and edited by the deployment tool by using the JavaBean Property classes.
@version $Rev: 46019 $ $Date: 2004-09-14 03:56:06 -0600 (Tue, 14 Sep 2004) $
|
|