The Apache Jakarta Project Jakarta HiveMind Project
 
   

Library Dependencies

HiveMind has a number of dependencies on other open-source frameworks. The Ant build files for HiveMind will automatically download dependencies from the Maven repository on ibiblio.

File Name Notes
commons-logging-1.0.3.jar Commons-Logging
easymock-1.1.jar EasyMock testing framework Only needed by HiveMindTestCase, which exists as the basis of your own tests.
jboss-j2ee-3.2.1.jar JBoss J2EE Server Used by some services of the HiveMind library. No dependencies on JBoss itself, just on the javax.ejb package.
javassist-2.6.jar Javassist bytecode library
oro-2.0.6.jar ORO Regular Expressions
spring-full-1.0.1.jar Spring Used by the hivemind.lib.SpringLookupFactory service.

In most cases, HiveMind has been built against a "handy" version; in most cases, you can vary the exact version of a dependency to suite your existing environment. Just remember to write some tests!