user manual

Connect
BEA AquaLogic Commerce Services Deployment Guide 47
o categoryIndex
o productIndex
o customerIndex
o orderIndex
In a development environment, you can disable the index build by setting the following flag
to true in the env.config file as follows.
ep.disable.index.build=true
Disabling the index build at this level will disable indexes in the Storefront as
well.
Computing Product Recommendations
A trigger is declared for computing product recommendation data. A SimpleTriggerBean is
typically used to compute recommendations every 30 seconds for demonstration purposes. For
production, a CronTriggerBean should be used to compute recommendations with a longer
interval such as one day.
Computing the Top Sellers
A trigger is declared for computing the top selling product statistics. Like the product
recommendation job, A SimpleTriggerBean is typically used to compute recommendations every
30 seconds for demonstration purposes. For production, a CronTriggerBean should be used to
compute recommendations with a longer interval such as one day.
velocity.xml
See the Storefront velocity.xml section for the details on configuring velocity template properties
for both the Storefront and Commerce Manager.
util-config.xml
See the Storefront util-config.xml section for the configuration options for both the Storefront and
Commerce Manager.
Connect
Follow the instructions in the following sections for configuring your Connect application.
Storefront acegi.xml – Configuring https security and adding new users / roles / permissions
for web services.
Commerce Manager commerce-config.xml – Configuring max number of results for order
and customer search.
Storefront hibernate-config.xml – Database-related configurations.