Re: RESTful web service support from Camel

2012-03-29 Thread Zemin Hu
I looked at the this CXFRS component for Rest endpoint, it seems to me no use to me. If I am writing Spring controllers like the sample code: @RequestMapping("/services") @Controller class MyController { @RequestMapping("/{id1}/resource/{id2}") public @ResponseBody String method1(@PathVariable

RESTful web service support from Camel

2012-03-26 Thread Zemin Hu
Hi, I have couple of RESTful web service that I want to use Camel as integration point. I had a brief review for restlet which is supposed to be the solution, but from I have seen, it's not straight forward to use: 1. straight forward support/constrcut RESTful dynamic URL for both and : http://ho