REST WebServices in ATG Using Jersey
REST Services in ATG Using Jersey This blog describes how ATG components can be exposed as RESTful web services using a JAX-RS implementation like Jersey. It is intended to give a step-by-step walkthrough on setting up Rest services in ATG application. Limitations of ATG restfull webservices. Some of them are: 1. Fixed URI pattern – ATG REST services slot all services into Repository and bean category and contain the component path details. This limits the flexibility to design meaningful URIs. 3. All parameters passed to ATG REST service components are passed as...