Class ProductDataService

  • All Implemented Interfaces:
    IProductDataService

    public class ProductDataService
    extends Object
    implements IProductDataService
    An EJB 3.0 stateless session bean providing product data. The table of content is loaded by the TocProvider using the context ClassLoader of Thread.currentThread() to find the product data resources. Once the table of content is loaded we never reload and do not look for file changes. We assume that the application server creates new instances after deploying new product data.
    Author:
    dirmeier