Hi > We haven't established how trimmed down the CXF JAX-RS support can be. > Still curious about that myself.
We did a lot of work in CXF 2.6.0 to do with improving the modularity of CXF, for it to do much better in OSGI but also to minimize and restructure certain modules. As part of that work the JAX-RS frontend has been split into few ones and some code has been moved into more specific modules. Here is the current list of the JAX-RS related modules in CXF 2.6.0 1. rt/frontend/jaxrs - the core implementation, main providers, WADL auto-generation 2. rt/rs/extensions/providers - serves as the container for optional providers 3. rt/rs/extensions/search - the advanced search support 4. rt/rs/security/oauth-parent/oauth - OAuth 1.0 5. rt/rs/security/oauth-parent/oauth20 - OAuth 2.0 6. rt/rs/security/xml - XML Sig & Encryption, SAML, SP WebSSO (to be moved out) 7. rt/rs/security/cors - Cross Origin Resource Sharing support 8. tools/wadlto/jaxrs - Wadl To Java code generator // to be continued with the new enhancements on the way Cheers, Sergey -- View this message in context: http://openejb.979440.n4.nabble.com/JAX-RS-in-Web-Profile-tp4609508p4617851.html Sent from the OpenEJB Dev mailing list archive at Nabble.com.
