Re: camel http 'adapter'

2012-04-02 Thread Claus Ibsen
Hi You can also use camel-restlet which can act as a REST server http://camel.apache.org/restlet On Sun, Apr 1, 2012 at 7:29 PM, Marco Mistroni mmistr...@gmail.com wrote: Hello Christian  yes, i want to run camel app as standalone. i'll investigate the camel-jetty component and get back to

Re: camel http 'adapter'

2012-04-02 Thread Marco Mistroni
oh, thanks Claus, i didn't even know such a component existed... w/kindest regards marco On Mon, Apr 2, 2012 at 7:32 AM, Claus Ibsen claus.ib...@gmail.com wrote: Hi You can also use camel-restlet which can act as a REST server http://camel.apache.org/restlet On Sun, Apr 1, 2012 at 7:29

camel http 'adapter'

2012-04-01 Thread Marco Mistroni
Hi all i have a standalone camel application. I want to be able to have a json client which calls camel app and gets back a camel response. Is that possible, without having a camel application runs as part of a .war application? w/kindest regards marco

Re: camel http 'adapter'

2012-04-01 Thread Christian Schneider
If you mean you want to run the camel side as a standalone java application. Yes that is possible. You can use the camel-jetty component to listen to http requests and the json dataformat to serialize, deserialize. Christian Am 01.04.2012 17:17, schrieb Marco Mistroni: Hi all i have a

Re: camel http 'adapter'

2012-04-01 Thread Marco Mistroni
Hello Christian yes, i want to run camel app as standalone. i'll investigate the camel-jetty component and get back to the list if i am stuck thanks again for your help w/kindest regards marco On Sun, Apr 1, 2012 at 5:49 PM, Christian Schneider ch...@die-schneider.net wrote: If you mean