Skip to end of metadata
Go to start of metadata

If you are already using Spring, to be able to use Jencks you just need the following jars on your classpath

  • jencks-all.jar

You may need to add some J2EE jars too. You may wish to add a compelete J2EE.jar (such as the geronimo-spec-j2ee.jar). If you are inside Tomcat, it doesn't like j2ee.jar on the classpath, so use the individual jars from Geronimo - e.g. geronimo-spec-j2ee-connector-*.jar for the JCA APIs

If you want to grab a J2EE specification jar we recommend the Apache repository

Adding a JMS provider

If you wish to use Message Driven POJOs you will need a JMS Provider and JCA Resource Adaptor. If you want to use an open source JMS provider we highly recommend ActiveMQ.

To use ActiveMQ you'll need the following jars (more details).

  • activemq.jar
  • activemq-ra.jar

If you are not already using Spring

Then you need to add the following jars

  • spring.jar
  • aopalliance.jar
Labels
  • None