You can implement REST manually in Camel like http://www.andrejkoelewijn.com/wp/2010/06/13/a-composite-rest-service-using-camel/or you can use the standard JAX-RS way with the CXFRS component http://camel.apache.org/cxfrs.html - both of these links contains lots of code samples.
On Tue, Aug 30, 2011 at 4:27 AM, pranay6723 <[email protected]> wrote: > Hi, > I want to create a simple REST web service using camel spring and > servicemix.. can anybody post a sample code.. > I am a newbie to servicemix > > Thanks in advance, > Pranay > > -- > View this message in context: > http://servicemix.396122.n5.nabble.com/Creating-a-simple-REST-web-service-using-servicemix-camel-tp4749070p4749070.html > Sent from the ServiceMix - Dev mailing list archive at Nabble.com. > -- Cheers, Jon --------------- FuseSource Email: [email protected] Web: fusesource.com Twitter: jon_anstey Blog: http://janstey.blogspot.com Author of Camel in Action: http://manning.com/ibsen
