Toll-rest-service/src/main/java/com/blogspot/diegopacheco/roll/rest/service/engine/RESTExposureEngine.java at 6444f4e5373415b0950c2281c0dd95c38df1b152 · toff63/toll-rest-service. Cxf/rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/provider/AtomPojoProvider.java at df534a8752db1183a1dd23c3bc357a43fca4723d · apache/cxf. Musings about web services: Embracing Atom with CXF. Until recently, it has been possible to write an AtomPubJAX-RS application in CXF by using Abdera Feed or Entry classes like this : public class AtomPubResource { @GET @Path("/feed") public Feed getCollection() { // create Feed as needed } @GET @Path("/feed/{id}") public Entry getEntry(@PathParam("id") int id) { // get individual entry }
Secure JAX-RS Services. JAX-RS: Security Transport-level protection of JAX-RS endpoints can be managed by underlying Servlet containers, for example, see this Tomcat SSL Configuration section.
Additionally CXF provides support for configuring endpoints which depend on embedded Jetty.