Monday, December 26, 2011

ATG-Commerce Configuration required for modules to dispay


Its high time to list your modules in the components section of ATG Control Center,
ofcourse you can do  this  with minor configuration changes,
followings are the  elements you need to add to your module.

Config.properties -  Create this file in your modules config directory.(Fullfillment/config/)This files labels and configures a configuration layer in the ATG Control Center(ACC)

Module component – Create a Nucleus component(eg:Fullfillment.properties) of the class atg.service.modules.Module inside /config/atg/modules/.Give your module name(Fullfillment) as a value for the moduleName attribute.

The properties file is listed below
$class=atg.service.modules.Module
moduleName=Fullfillment

Module Manager - Add your modules name to the modules property of the 
atg/modules/ModuleManager component. 

Create a ModuleManager.properties file in your module's 
/config/atg/modules directory with the following property :
modules+=Fullfillment

This adds the Fullfillment component to the modules list of the ModuleManager.
Open your ATG Control Center to see your module listed in the ACC's list of modules.



No comments:

Popular Posts