All Classes
-
All Classes Interface Summary Class Summary Annotation Types Summary Class Description Application This class triggers JAX-RS behavior in the server and registers all JAX-RS classes below the @ApplicationPath listed hereCategories This class is used to represent a collection of categories to/from the server.CategoriesResource This class implements a web facade for the product catageories in the inventory management.Category This class represents a product category which has a many-to-many relationship with product.Inventory InventoryClient Defines a remote interface used by clients of the WAR-deployed EJB.InventoryConfig This class is used to provide resources required by the application.InventoryDAO Defines the interface for the CRUD inventory methods.InventoryDAOImpl This DAO implementation uses JPA and an injected entity manager to perform CRUD operations on inventory data.InventoryJaxRSClientImpl This class implements a JAX-RS Client interface to the inventory web application.InventoryMgmtEJB This class implements the core transactional business logic for the inventory management.InventoryMgmtRemote This interface defines the RMI interface to the Inventory service deployed on the server.InventoryMgmtRMIEJB This EJB acts as a remote facade for the InventoryEJB business logic.InventoryRepresentation This class provides base definition and helper methods for representations within the inventory domain.JAXBUtils JSONUtils PrettyPrinter Put this class in your JAX-RS application to have XML output formatted so that it is easier to read.Product This class represents a specific product.Products This class is used to represent a collection of products to/from the server.ProductsResource This class implements the JAX-RS interface for the injected inventory management EJB logic.ResourceHelper This class provides common code build and return standard server responsesTxFilter This class will cause the JTA transaction the determines the scope of how long JPA can communicate with the DB to be extended until after all JAXB marshalling is complete.