In one of my projects we have written REST API based on the Jersey REstful WebFramework. In some situations we might want to convert those JERSEY based REST API to the Apache CXF.
If all REST APIs (means written Interfaces and their implementation) are working fine with Jersey RESTFul Framework, then will just replacing the framework (e.g. possible jars, dependencies on POM) to Apache CXF work ?
What are the major things a developer should consider on such a porting?, Is my question relevant ? (My past experience related to the C++ system side where we ported APIs to different platform e.g. BSD Sockets API, pThread APIs. If all of these Jersey,Apache CXF,Restlet following same JAX-RS specification then porting should work ?)