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 <[email protected]> wrote: > 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 <[email protected] >> wrote: > >> 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 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 >>> >>> >> >> -- >> >> Christian Schneider >> http://www.liquid-reality.de >> >> Open Source Architect >> Talend Application Integration Division http://www.talend.com >> >> -- Claus Ibsen ----------------- CamelOne 2012 Conference, May 15-16, 2012: http://camelone.com FuseSource Email: [email protected] Web: http://fusesource.com Twitter: davsclaus, fusenews Blog: http://davsclaus.blogspot.com/ Author of Camel in Action: http://www.manning.com/ibsen/
