On Thu, Apr 16, 2009 at 3:49 PM, presende <[email protected]> wrote: > > Hi, > > I would like to know which is the software and hardware requirments to > install Apache Camel? > Someone can help me. Basically there are no requirments per see.
camel-core have very lightweight dependencies (commons logging) http://camel.apache.org/what-are-the-dependencies.html And then just Java 1.5 or better. If you want to build the code then you can use Maven. We use Maven 2.0.9 at the moment. Camel is not a server so you usually run Camel embedded / hosted in your existing infrastructure. You can run Camel in Tomcat, ServiceMix, ActiveMQ, WebSphere, J2EE servers, OSGi containers, Spring base applications etc. Basically you choose. Camel can also run standalone if you wish http://camel.apache.org/running-camel-standalone.html > > Regards, > presende > -- > View this message in context: > http://www.nabble.com/Hardware-and-software-requirments-tp23078362p23078362.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/ Twitter: http://twitter.com/davsclaus Apache Camel Reference Card: http://refcardz.dzone.com/refcardz/enterprise-integration
