Search code examples
javacxfcxf-client

cxf-bundle vs cxf-bundle-jaxrs


I want to know about cxf-bundle and cxf-bundle-jaxrs jars. Are they 2 different jars, or former itself includes the latter?

Thanks, Bhathiya


Solution

  • The former includes the latter.

    However, you shouldn't really use either as they no longer exist with CXF 3.x. Using the individual jars that implement the specific functionality you need is the recommended approach.