Configuration
You can configure the CentraSite Application Framework via the Configuration object (com.softwareag.centrasite.appl.framework.Configuration).
The following can be configured here:
Bean types managed by CSAF
Persistence mode
Bean mode
Maximum concept cache size
Cache scope
Re-reading of outdated objects
Additionally, the configuration object supports a generic property: key/name pair. It can used to configure any of the above mentioned properties generically.
After the Configuration object has been initialized, it can be passed to the com.softwareag.centrasite.appl.framework.SessionContext.createInstance() method, which creates a SessionContext instance.
This instance can then create com.softwareag.centrasite.appl.framework.persistence.BeanPool instances and can be used for the lifetime of the application.
The following topics are discussed in this topic: