JBossCache -- a replicated and transactional tree cache with AOP
==================================================================

Version 1.01 April, 2004

 - Upgraded JGroups version to 2.2.3 that uses apache common logging
 - Bug fixes
 - Doc update

=====================================================================
Version 1.0 March, 2004

Components and features:
 - TreeCache (tree structured node based cache)
   + cache mode. Supports local, synchronous replication,
     and asynchronous replication
   + transaction. Works with JTA transaction manager. Support transaction
     isolation level: NONE, READ_UNCOMMITTED, READ_COMMITTED, 
     REPEATABLE_READ, and SERIALIZABLE.
   + eviction policy. User can write its own eviction policy via a plugin.
     There is a org.jboss.cache.eviction.LRUPolicy class as an implementation
     of LRU algorithm.
   + Run under JBoss4.0 and 3.2.4 (and up) as a MBean service

 - TreecacheAop ("object-oriented" cache)
   + Provides same features as TreeCache: cache mode, transaction, and eviction
     policy
   + Run under JBoss4.0 as a MBean service
   + eviction policy. Provides an aop-specific policy implementation,
     org.jboss.cache.eviction.AopLRUPolicy
   + "object-oriented" features (in replication mode as well):
     * inheritance
     * aggregation
     * object graph handling

License:
 - LGPL

Authors:
 - Bela Ban (bela@jboss.com), Ben Wang (ben.wang@jboss.com), and Harald Gliebe.

Problems:
 - Please report problems to the JBoss cache forum 
   (http://www.jboss.org/forum.jsp?forum=157)
   or the JBoss dev mailing list

$Id: ReleaseNotes.txt,v 1.3 2004/04/29 18:22:28 bwang00 Exp $
