CentraSite Documentation : CentraSite Developer's Guide : Application Framework : Configuration : Bean Types Managed by CSAF
Bean Types Managed by CSAF
 
Bean Modes
Persistence Modes
Cache Configuration
The framework keeps an internal data model for user-defined bean classes, for example, bean classes that extend the com.softwareag.centrasite.appl.framework.beans.RegistryBean interface.
After the bean interfaces have been defined as Java classes having the @RegistryObject annotation, they must be registered by calling the Configuration.addBeanType(java.util.Class) method.
In principle, calling Configuration.addBeanType(java.util.Class) for each bean class is not mandatory, since CSAF tries to process this information (configuration) at runtime when required. Nevertheless, it is still highly recommended because there are cases in which it is not possible to obtain the mapping information at runtime, for example, when performing a search in the registry.
Copyright © 2005-2016 Software AG, Darmstadt, Germany.

Product LogoContact Support   |   Community   |   Feedback