Provides Struts form classes and action classes for use with requests to the system for product information.

{@link com.softslate.commerce.customer.product.ProductForm} and {@link com.softslate.commerce.customer.product.ProductAction} respond to requests for the product page, or "/Product.do".

{@link com.softslate.commerce.customer.product.CategoryForm} and {@link com.softslate.commerce.customer.product.CategoryAction} respond to requests for the category page, or "/Category.do".

{@link com.softslate.commerce.customer.product.ProductListForm} and {@link com.softslate.commerce.customer.product.ProductListAction} respond to requests for the product list page, or "/ProductList.do".

{@link com.softslate.commerce.customer.product.SearchForm} and {@link com.softslate.commerce.customer.product.SearchAction} respond to requests for the search results page, or "/Search.do".

{@link com.softslate.commerce.customer.product.ProductInitializer} initializes singleton objects in the servlet's application scope related to the products in the store.