Application |
This class triggers JAX-RS behavior in the server and registers
all JAX-RS classes below the @ApplicationPath listed here
|
CategoriesResource |
This class implements a web facade for the product catageories in the
inventory management.
|
PrettyPrinter |
Put this class in your JAX-RS application to have XML output formatted
so that it is easier to read.
|
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 responses
|
TxFilter |
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.
|