On Fri, Feb 27, 2009 at 10:49 AM, KiranBhagwat <[email protected]> wrote: > > Hi > I need to integrate camel application with glassfish server. > > Please help. > > Do I need Glassfish ESB for this ? 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. GlassfishESB is only needed if you want to use a JBI container. It should have some integratation to Camel. > > Thanks in advance. > > Kiran > -- > View this message in context: > http://www.nabble.com/Integartion-with-Glassfish-tp22242532p22242532.html > Sent from the Camel - Users (activemq) mailing list archive at Nabble.com. > -- Claus Ibsen Apache Camel Committer Open Source Integration: http://fusesource.com Blog: http://davsclaus.blogspot.com/
