Using JAX-RS (Jersey) to build a JPA/JAXB-backed JSON REST API
Building applications for deployment to the web has evolved over the last several years to be focused on dynamic behavior, separation of model/view/controller, and simplified but scalable configuration and deployment. From…