BTTStartup component

The BTTStartup component is an individual component the toolkit offers to provide initialization service for toolkit components such as the business processes, the CHA Formatter Service, and services. The BTTStartup component contains a startup bean named com.ibm.btt.misc.LoadMetaDataStartupBean, which loads the configuration file (dse.ini) and external definition files of a certain toolkit component into the memory during startup.

To take advantage of the BTTStartup component, you must add bttstartup.jar to the EAR files of the business processes, the CHA Formatter Service, or services. See Using the BTTStartup component.

The CHA component also uses the LoadMetaDataStartupBean, but the CHA component does not use the BTTStartup. See CHA startup beans.