2 Replies Latest reply on Apr 27, 2005 1:33 AM by asrichas2can

    What jar are needed?

    asrichas2can

      In there lib directory there are 17 (!) jars with about 6 MB size.
      Which do I really need for using the TreeCache in a (Non JBoss-)J2EE server?

        • 1. Re: What jar are needed?
          belaban

          Yes, you get a lot of code for free :-)

          Okay, only TreeCache, not TreeCacheAop, and standalone. I assume you use replication.

          commons-logging.jar
          concurrent.jar
          jboss-common.jar
          jboss-j2ee.jar
          jboss-jmx.jar
          jboss-minimal.jar
          jboss-system.jar
          jgroups.jar
          log4j.jar (or JDK 1.4 logging, then remove this)

          We are working on reducing dependencies to other parts of JBoss, so expect the number of JARs to go down

          • 2. Re: What jar are needed?
            asrichas2can

            Thanks for your prompt answer.
            Yes, we will use replication.

            It's a little pity that there are so many dependencies to JBoss AS up to now (even if you don't use JMX).

            Productivity and ease of use of JBoss Cache are really impressive. Documentation is also good.