|
Page Edited :
CAMEL :
What jars do I need
What jars do I need has been edited by Claus Ibsen (Jul 30, 2008). Change summary: activation.jar needed for jdk1.5 What jars do I need?Camel is designed to be small lightweight and extremely modular so that you only pay for what you use. The core of camel, camel-core.jar is small and has minimal dependencies. On Java 6 camel-core.jar only depends on commons-logging.jar. On Java 5 camel-core.jar depends also on activation.jar and a JAXB2 implementation which typically involves jaxb-api.jar, jaxb-impl.jar and a StAX API which may be stax-api.jar and *woodstox.jar Using SpringIf you wish to work with Spring, you will also need camel-spring.jar along with the spring.jar or the individual spring jars if you prefer. Other componentsFor other components you may want to look at the maven reports For example to work with JMS you will require the JMS API jar together with camel-jms.jar and your JMS provider of choice such as the ActiveMQ |
Unsubscribe or edit your notifications preferences
