Hi

CXF JAX-RS depends on cxf-api, cxf-rt-core, cxf-common,
cxf-rt-transports-http and the xml binding.

cxf-rt-transports-http-jetty is still required in some cases - JIRA is open;

cxf-api has some WSDL-related interfaces and thus a wsdl4j dependency is
still needed - two JIRAs are opened - one is to eliminate this dependency
and another one is to exclude the WSDL-related and WS-Policy related api
from the final jar.

Overall no SOAP dependencies are required at all, only some of WS-* related
api is inherited - but we will make sure it's all minimized...

Cheers, Sergey

On Mon, Feb 7, 2011 at 6:23 PM, Benson Margulies <bimargul...@gmail.com>wrote

> It is split. You can deploy just the jars you need.
>
> On Mon, Feb 7, 2011 at 12:53 PM, robert <rob...@gliesian.com> wrote:
> > This thread
> > (
> http://stackoverflow.com/questions/2704700/java-rest-implementation-jersey-vs-cxf
> )
> > states, "CXF is packaged up with SOAP stack support so you bring in a lot
> of
> > SOAP-related weight you'll never use when you build a RESTful system.
> (There
> > are plans to split the packaging as far as I know, though)".
> >
> > Are there plans to split the packaging? ... or did the user mean the
> > opposite of what he said?
> >
> > Thanks!
> >
> >
>

Reply via email to