Claus Ibsen-2 wrote: > > No Camel is an basically an API so its just a bunch of .jar files. So > it can be embedded how you like it. > > So you can run Camel with Glassfish as: > - as a bunch of .jars in WEB-INF/lib for the web deployment model > - as OSGi > - combined with Spring and let Spring handle the lifecycle of Camel. > > You can also run Camel totally standalone as a java main app. >
Are there any examples on the integration approaches mentioned? I found many examples that use Spring, but I would like to start and access Camel from a web application running in Glassfish without learning yet another framework. I try to figure out how an easy way on how to start the CamelContext on server startup and having access to it to add routes from a webservice running in the servlet container. Thanks for any help, M.S. -- View this message in context: http://www.nabble.com/Re%3A-Integartion-with-Glassfish-tp22243954p22445894.html Sent from the Camel - Users mailing list archive at Nabble.com.
