You may also need to take a look at the camel-servlet component[1].
It's not an easy job to combine the Servlet, CamelContext within the OSGi
platform.
[1]https://svn.apache.org/repos/asf/camel/trunk/components/camel-servlet
--
Willem Jiang
Red Hat, Inc.
FuseSource is now part of Red Hat
W
The reslet framework have a number of extensions. You may need to use
the servlet extension to hook into the servlet container
http://wiki.restlet.org/docs_2.1/13-restlet/28-restlet/81-restlet.html
How to configure that, I guess you need to dig in a bit.
As we love contributions, feel free to hel
Use a properties placeholder like here [1].
You could also use the Camel provided properties component [2].
The FAQ entry [3] could be also useful for you.
[1]
https://svn.apache.org/repos/asf/camel/trunk/components/camel-blueprint/src/test/resources/test.xml
[2] http://camel.apache.org/using-prop
Hello,
I'd like to ask you for few things, I'm still missing some basic
points I guess, so maybe it will sound like trivial, sorry for that…
I need to use the restlet with Apache Camel. I need to create REST API
with Apache Camel to offer data and also I need to consume REST API,
from outside appl