I agree , to make even a very simple RestApi it needs hell lot of jar files.
* Laxmi Narayan Patel* * MCA NIT Durgapur (2011-2014)* * Mob:- 8345847473 * On Fri, Aug 7, 2015 at 11:00 PM, Romain Manni-Bucau <[email protected]> wrote: > Hi guys, > > just a very open idea for now but I think it would be great to be able to > use CXF JAXRS client with a bit less dependencies. > > Here the origin of the issue: I created several small "all in one" jar > recently mainly simplifying rest calls (let take a github or jira REST > client as sample if you want to see a concrete sample). Of course I used > CXF for the JAXRS client - WebClient actually - and the only issue I got > was the size of the jar. > > In my case I don't care about xml stuff (mainly use String as payloads) so > wonder if we could get rid of wsdl, xmlschema, cxf-rt-bindings-xml etc as > mandatory dependencies. > > wdyt? > > Romain Manni-Bucau > @rmannibucau <https://twitter.com/rmannibucau> | Blog > <http://rmannibucau.wordpress.com> | Github < > https://github.com/rmannibucau> | > LinkedIn <https://www.linkedin.com/in/rmannibucau> | Tomitriber > <http://www.tomitribe.com> >
