[jboss-user] [JBossCache] - JBoss Cache 2.0 DR1 is available for preview

ben.wang@jboss.com do-not-reply at jboss.com
Sun Sep 24 21:32:13 EDT 2006


Since 2.0 release has lots of changes to APIs, we have made 2.0 DR1 release available to preview and get some initial feedback. For those who are interested, you can download the cvs and build it yourself. A full alpha release is planned to come out very soon.

Couple of notable changes:

1. There is now two new Cache (the generic cache) and PojoCache (for PojoCache obiously) APIs. We have separated the library as: jboss-cache.jar (core Cache) and pojocache.jar (pure PojoCache).

2. PojoCache now uses Cache as the delagate for underlying state replication. So to run PojoCache, you will need both jboss-cache.jar and pojocache.jar libraries.

3. Cache still uses the same config xml. But PojoCache has a new pojocache-aop.xml (kind of corresponding to jboss-aop.xml) in the previous release but it has confgiuration for PojoCache interceptors now.

4. Packaging (if you do "build.sh dist" from cvs) now consists of: jboss-cache-core.zip (for core Cache library), jboss-cache-pojo.zip (core plus PojoCache

5. The new APIs can be seen from unit tests under tests/functional/org/jboss/cache/api (for core Cache) and tests-50/functional/org/jboss/cache/pojo (for PojoCache).

Cheers,

-Ben

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973773#3973773

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3973773



More information about the jboss-user mailing list