However, if you rely on heavy use of routing, then the REST DSL in Camel is pretty decent.
https://camel.apache.org/rest-dsl.html On 11 July 2016 at 13:18, James Carman <ja...@carmanconsulting.com> wrote: > Do you really need Camel? Are you needing to do any "routing" or > anything? Or, are you just looking to create a REST web service? If you > don't need Camel, CXF is pretty simple to use for just building JAX-RS web > services by itself. A lot of folks get caught up in trying to use Camel > for *everything* when it's really not necessary. > > On Mon, Jul 11, 2016 at 2:13 PM M.Ismail <mohammed.h...@gmail.com> wrote: > > > Hi, > > > > I have been using CXFRS component for a while and I have noticed that it > > has > > several pending issues including the single item array which is related > to > > the jettison provider that is used by default > > > > > http://cxf.apache.org/docs/jax-rs-data-bindings.html#JAX-RSDataBindings-DealingwithJettisonarrayserializationissues > > although, a workaround is provided but it is impractical. Other similar > > issues are present too. > > > > So if I'm looking for another REST (JSON) component what is the best one? > > 1- Rest. > > 2- Restlet > > 3- Spark-rest > > 4- Other ??? > > > > Regards, > > Ismail > > > > > > > > -- > > View this message in context: > > > http://camel.465427.n5.nabble.com/Best-REST-JSON-component-to-use-tp5785017.html > > Sent from the Camel - Users mailing list archive at Nabble.com. > > > -- Matt Sicker <boa...@gmail.com>