Author: irooskov(a)redhat.com
Date: 2009-07-09 18:57:23 -0400 (Thu, 09 Jul 2009)
New Revision: 8136
Added:
enterprise-docs/trunk/Cache_Pojo_Cache_Guide/en-US/JBoss_Cache_Pojo_Cache_Guide_CP06.ent
enterprise-docs/trunk/Cache_Pojo_Cache_Guide/en-US/JBoss_Cache_Pojo_Cache_Guide_CP06.xml
Removed:
enterprise-docs/trunk/Cache_Pojo_Cache_Guide/en-US/JBoss_Cache_Pojo_Cache_Guide_CP04.ent
enterprise-docs/trunk/Cache_Pojo_Cache_Guide/en-US/JBoss_Cache_Pojo_Cache_Guide_CP04.xml
Modified:
enterprise-docs/trunk/Cache_Pojo_Cache_Guide/en-US/Book_Info.xml
Log:
updating book for next CP
Modified: enterprise-docs/trunk/Cache_Pojo_Cache_Guide/en-US/Book_Info.xml
===================================================================
--- enterprise-docs/trunk/Cache_Pojo_Cache_Guide/en-US/Book_Info.xml 2009-07-09 22:54:53
UTC (rev 8135)
+++ enterprise-docs/trunk/Cache_Pojo_Cache_Guide/en-US/Book_Info.xml 2009-07-09 22:57:23
UTC (rev 8136)
@@ -2,8 +2,8 @@
<!DOCTYPE bookinfo PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
<bookinfo id="Pojo_Cache">
- <title>JBoss Cache Pojo Cache Guide CP04</title>
- <subtitle>for Use with JBoss Enterprise Application Platform 4.3 Cumulative Patch
4</subtitle>
+ <title>JBoss Cache Pojo Cache Guide CP06</title>
+ <subtitle>for Use with JBoss Enterprise Application Platform 4.3 Cumulative Patch
6</subtitle>
<edition>2.0</edition>
<pubsnumber>1</pubsnumber>
<productname>JBoss Enterprise Application Platform</productname>
Deleted:
enterprise-docs/trunk/Cache_Pojo_Cache_Guide/en-US/JBoss_Cache_Pojo_Cache_Guide_CP04.ent
===================================================================
---
enterprise-docs/trunk/Cache_Pojo_Cache_Guide/en-US/JBoss_Cache_Pojo_Cache_Guide_CP04.ent 2009-07-09
22:54:53 UTC (rev 8135)
+++
enterprise-docs/trunk/Cache_Pojo_Cache_Guide/en-US/JBoss_Cache_Pojo_Cache_Guide_CP04.ent 2009-07-09
22:57:23 UTC (rev 8136)
@@ -1,3 +0,0 @@
-<!ENTITY HOLDER "Red Hat, Inc">
-<!ENTITY YEAR "2008">
-<!ENTITY VERSION "">
Deleted:
enterprise-docs/trunk/Cache_Pojo_Cache_Guide/en-US/JBoss_Cache_Pojo_Cache_Guide_CP04.xml
===================================================================
---
enterprise-docs/trunk/Cache_Pojo_Cache_Guide/en-US/JBoss_Cache_Pojo_Cache_Guide_CP04.xml 2009-07-09
22:54:53 UTC (rev 8135)
+++
enterprise-docs/trunk/Cache_Pojo_Cache_Guide/en-US/JBoss_Cache_Pojo_Cache_Guide_CP04.xml 2009-07-09
22:57:23 UTC (rev 8136)
@@ -1,45 +0,0 @@
-<?xml version='1.0'?>
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
-
-<book>
- <xi:include href="Book_Info.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
- <toc></toc><preface id="Preface"
revision="1"><title>Preface</title>
- <para>
- 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.), 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.
- </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.
- </para>
- <para>
- If you have questions, use the user <ulink
url="http://www.jboss.com/index.html?module=bb&op=viewforum&...
linked on the JBossCache 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 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.
- </para>
- <para>
- In some of the example listings, what is meant to be displayed on one line does not fit
inside the available page width. These lines have been broken up. A '\' at
the end of a line means that a break has been introduced to fit in the page, with the
following lines indented. So: <programlisting>
- Let's pretend to have an extremely \
- long line that \
- does not fit
- This one is short
-
-</programlisting>
- Is really: <programlisting>
- Let's pretend to have an extremely long line that does not fit
- This one is short
-
-</programlisting>
- </para>
- </preface><xi:include href="Term.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="Introduction.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="Jbossaop.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="Architecture.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="Api.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="Configuration.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="Instrumentation.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="Troubleshooting.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="Appendix.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
-<xi:include
xmlns:xi="http://www.w3.org/2001/XInclude"
href="Revision_History.xml"/>
-
-</book>
-
Added:
enterprise-docs/trunk/Cache_Pojo_Cache_Guide/en-US/JBoss_Cache_Pojo_Cache_Guide_CP06.ent
===================================================================
---
enterprise-docs/trunk/Cache_Pojo_Cache_Guide/en-US/JBoss_Cache_Pojo_Cache_Guide_CP06.ent
(rev 0)
+++
enterprise-docs/trunk/Cache_Pojo_Cache_Guide/en-US/JBoss_Cache_Pojo_Cache_Guide_CP06.ent 2009-07-09
22:57:23 UTC (rev 8136)
@@ -0,0 +1,3 @@
+<!ENTITY HOLDER "Red Hat, Inc">
+<!ENTITY YEAR "2009">
+<!ENTITY VERSION "">
Added:
enterprise-docs/trunk/Cache_Pojo_Cache_Guide/en-US/JBoss_Cache_Pojo_Cache_Guide_CP06.xml
===================================================================
---
enterprise-docs/trunk/Cache_Pojo_Cache_Guide/en-US/JBoss_Cache_Pojo_Cache_Guide_CP06.xml
(rev 0)
+++
enterprise-docs/trunk/Cache_Pojo_Cache_Guide/en-US/JBoss_Cache_Pojo_Cache_Guide_CP06.xml 2009-07-09
22:57:23 UTC (rev 8136)
@@ -0,0 +1,45 @@
+<?xml version='1.0'?>
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
+
+<book>
+ <xi:include href="Book_Info.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
+ <toc></toc><preface id="Preface"
revision="1"><title>Preface</title>
+ <para>
+ 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.), 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.
+ </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.
+ </para>
+ <para>
+ If you have questions, use the user <ulink
url="http://www.jboss.com/index.html?module=bb&op=viewforum&...
linked on the JBossCache 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 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.
+ </para>
+ <para>
+ In some of the example listings, what is meant to be displayed on one line does not fit
inside the available page width. These lines have been broken up. A '\' at
the end of a line means that a break has been introduced to fit in the page, with the
following lines indented. So: <programlisting>
+ Let's pretend to have an extremely \
+ long line that \
+ does not fit
+ This one is short
+
+</programlisting>
+ Is really: <programlisting>
+ Let's pretend to have an extremely long line that does not fit
+ This one is short
+
+</programlisting>
+ </para>
+ </preface><xi:include href="Term.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
+ <xi:include href="Introduction.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
+ <xi:include href="Jbossaop.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
+ <xi:include href="Architecture.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
+ <xi:include href="Api.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
+ <xi:include href="Configuration.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
+ <xi:include href="Instrumentation.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
+ <xi:include href="Troubleshooting.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
+ <xi:include href="Appendix.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
+<xi:include
xmlns:xi="http://www.w3.org/2001/XInclude"
href="Revision_History.xml"/>
+
+</book>
+