[jboss-cvs] JBossCache/docs/PojoCache/en ...
Ben Wang
bwang at jboss.com
Tue Sep 26 12:24:20 EDT 2006
User: bwang
Date: 06/09/26 12:24:20
Modified: docs/PojoCache/en master.xml
Log:
Updated.
Revision Changes Path
1.3 +12 -18 JBossCache/docs/PojoCache/en/master.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: master.xml
===================================================================
RCS file: /cvsroot/jboss/JBossCache/docs/PojoCache/en/master.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- master.xml 28 Apr 2006 08:37:08 -0000 1.2
+++ master.xml 26 Sep 2006 16:24:20 -0000 1.3
@@ -19,18 +19,14 @@
<bookinfo>
<title>PojoCache</title>
<subtitle>User Documentation</subtitle>
- <releaseinfo>Release 1.4.0</releaseinfo>
- <pubdate>May 2006</pubdate>
+ <releaseinfo>Release 2.0</releaseinfo>
+ <pubdate>October 2006</pubdate>
+
<author>
<firstname>Ben</firstname>
<surname>Wang</surname>
<email>ben.wang at jboss.com</email>
</author>
- <author>
- <firstname>Scott</firstname>
- <surname>Marlow</surname>
- <email>smarlow at novell.com</email>
- </author>
</bookinfo>
<toc/>
@@ -42,8 +38,7 @@
PojoCache is an in-memomy, transactional, and replicated POJO (plain old Java object) cache system that
allows users to operate on a
POJO transparently without active user management of either replication or persistency
- aspects. PojoCache, a component of JBossCache (uses PojoCache class as an internal implementation, the old
- implementation TreeCacheAop has been deprecated.),
+ aspects. PojoCache, a component of JBossCache,
is the first in the market to provide a POJO cache
functionality.
JBossCache by itself is a 100% Java based library that can be run either as a standalone program or inside an
@@ -51,10 +46,9 @@
</para>
<para>
- This document is meant to be a user guide to explain the architecture, api, configuration, and examples for
- PojoCache. We assume the readers are familiar with both JGroups and TreeCache usages. Since PojoCache
- uses
- JBossAop framework, an introduction will also be given there.
+ This document is meant to be a user and reference guide to explain the architecture, api, configuration, and examples for
+ PojoCache. We assume the readers are familiar with both JGroups and the core JBoss Cache usages.
+ Since PojoCache uses JBossAop framework, an introduction will also be given there.
</para>
<para>
More information about the jboss-cvs-commits
mailing list