Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The following is a sample bundle MyImplementation.properties used for initializing the configuration:


Code Block
languagejavabash
# This should be loaded from where the security configuration will be identified
CT_SECURITY_BUNDLE=securityconfig 

# This should be loaded from where the Cache configuration will be identified
CT_CACHE_BUNDLE=cacheconfig 

# This should be loaded from where the DB configuration will be identified
CT_DB_BUNDLE =databaseconfig 

# This should be loaded from where the Export configuration will be identified
CT_EXPORT_BUNDLE=exportconfig 

# This should be loaded from where the Bundle configuration will be identified
CT_MULTILINGUAL_BUNDLE=multilingualconfig
 
# This should be loaded from where the Web Utils configuration will be identified
CT_WEBUTIL_BUNDLE=webutilconfig 

# This should be loaded from where the Implementation class will be identified
CT_IMPL_CLASS=implclassconfig 

# This should be loaded from where the components related preferences will be identified.
CT_COMP_PREF_BUNDLE=componentspreferences 

# This should be loaded from where the system related preferences will be identified.
CT_SYSTEM_PREF_BUNDLE=systempreferences
 
# This provides the configuration details specific to logging to be done by CT Framework
CT_LOGGING_CONFIG_BUNDLE=loggerconfig
 
# This property provides the path for instance level folder
CT_WORK_FOLDER_PATH=D:/Canvas/Modelhouse 

# This property provides the centralized folder path
CT_WORK_CENTRALIZED_FOLDER_PATH=D:/Canvas/Modelhouse 

...