Hi, as Claus already stated Camel is not a server, but there are servers that have everything on board. For a quick win:
1) Download servicemix (or fabric8, your milage may vary) 2) install it 3) put the simplest possible camel route in a blueprint.xml 4) drop that blueprint.xml into the „deploy“ folder 5) be amazed and check the log files For 3) you should find samples/boilerplate by googling around. If you don´t know what I am talking about, I would refer you to the books from Claus or Scott&Jakub.. The other 2 books are also a good starting point. See: http://camel.apache.org/books.html Cheers, Thomas. Am 02.04.2014 um 00:51 schrieb Gnanaguru S <[email protected]>: > > > Yes. Otherwise, you should be able to see many examples in the camel home > directory. In that some examples can run standalone without any container. > > for an instance, refer this link > https://github.com/apache/camel/tree/master/examples/camel-example-tracer > > Eitherways you should have Maven installed. > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Installation-tp5749641p5749648.html > Sent from the Camel - Users mailing list archive at Nabble.com.
