[jboss-cvs] JBossCache/docs/PojoCache/en ...
Jason Thomas Greene
jgreene at jboss.com
Wed Aug 1 00:51:18 EDT 2007
User: jgreene
Date: 07/08/01 00:51:18
Modified: docs/PojoCache/en master.xml
Log:
Update docs. Still alot more work to do here, but it's a start
Revision Changes Path
1.8 +19 -23 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.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- master.xml 17 Apr 2007 07:44:47 -0000 1.7
+++ master.xml 1 Aug 2007 04:51:18 -0000 1.8
@@ -4,7 +4,6 @@
[
<!ENTITY term SYSTEM "modules/term.xml">
<!ENTITY intro SYSTEM "modules/introduction.xml">
- <!ENTITY jbossaop SYSTEM "modules/jbossaop.xml">
<!ENTITY arch SYSTEM "modules/architecture.xml">
<!ENTITY api SYSTEM "modules/api.xml">
<!ENTITY config SYSTEM "modules/configuration.xml">
@@ -17,16 +16,21 @@
<book lang="en">
<bookinfo>
- <title>PojoCache</title>
+ <title>POJO Cache</title>
<subtitle>User Documentation</subtitle>
<releaseinfo>Release 2.0.0</releaseinfo>
- <pubdate>June 2007</pubdate>
+ <pubdate>July 2007</pubdate>
<author>
<firstname>Ben</firstname>
<surname>Wang</surname>
<email>ben.wang at jboss.com</email>
</author>
+ <author>
+ <firstname>Jason</firstname>
+ <surname>Greene</surname>
+ <email>jason.greene at jboss.com</email>
+ </author>
</bookinfo>
<toc/>
@@ -35,42 +39,35 @@
<title>Preface</title>
<para>
- PojoCache is an in-memory, 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,
- 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
- application server.
+ POJO Cache is an in-memory, transactional, and clustered cache system that
+ allows users to operate on a POJO (Plain Old Java Object) transparently and without
+ active user management of either replication or persistence aspects.
+
+ JBoss Cache, which includes POJO Cache, is a 100% Java based library that can be
+ run either as a standalone program or inside an application server.
</para>
<para>
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 here.
+ examples for POJO Cache. We assume the readers are familiar with both JGroups and the core JBoss Cache usages.
</para>
<para>
If you have questions, use the user
<ulink url="http://www.jboss.com/index.html?module=bb&op=viewforum&f=157">forum</ulink>
- linked on the JBossCache website. We also
+ linked on the JBoss Cache website. We also
provide tracking links for tracking bug reports and feature requests on
<ulink url="http://jira.jboss.com">JBoss Jira web site</ulink>
. If you
- are interested in the development of PojoCache, post a message on the forum. If
+ are interested in the development of POJO Cache, post a message on the forum. If
you are interested in translating this documentation into your language, contact us
on the developer mailing list.
</para>
<para>
- JBossCache is an open-source product based on LGPL. Commercial development support,
- production support and training for JBoss Cache is
- available through JBoss Inc. (see
- <ulink url="http://www.jboss.com">JBoss web site</ulink>
- ).
- JBoss Cache is a project of the JBoss Professional Open Source product suite.
+ JBoss Cache is an open source product, using the business and OEM-friendly OSI-approved LGPL license.
+ Commercial development support, production support and training for JBoss Cache is available through
+ <ulink url="http://www.jboss.com">JBoss, a division of Red Hat Inc.</ulink>
</para>
<para>
@@ -95,7 +92,6 @@
&term;
&intro;
- &jbossaop;
&arch;
&api;
&config;
More information about the jboss-cvs-commits
mailing list