[jbosscache-commits] JBoss Cache SVN: r8315 - in enterprise-docs/tags: JBoss_EWP_5_0_0/Cache_User_Guide/en-US and 1 other directory.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Wed Dec 9 02:23:07 EST 2009


Author: laubai
Date: 2009-12-09 02:23:06 -0500 (Wed, 09 Dec 2009)
New Revision: 8315

Modified:
   enterprise-docs/tags/JBoss_EAP_5_0_0/Cache_User_Guide/en-US/introduction.xml
   enterprise-docs/tags/JBoss_EWP_5_0_0/Cache_User_Guide/en-US/introduction.xml
Log:
Changes to introduction of Cache User Guide for JBPAPP-2964.

Modified: enterprise-docs/tags/JBoss_EAP_5_0_0/Cache_User_Guide/en-US/introduction.xml
===================================================================
--- enterprise-docs/tags/JBoss_EAP_5_0_0/Cache_User_Guide/en-US/introduction.xml	2009-12-07 09:26:19 UTC (rev 8314)
+++ enterprise-docs/tags/JBoss_EAP_5_0_0/Cache_User_Guide/en-US/introduction.xml	2009-12-09 07:23:06 UTC (rev 8315)
@@ -25,18 +25,18 @@
          cluster services such as HTTP and <ulink url="http://java.sun.com/products/ejb/">EJB</ulink> sessions, as well as
          providing a distributed entity cache for <ulink url="http://en.wikipedia.org/wiki/Java_Persistence_API">JPA</ulink>.
       </para>
-      <para>
+      <!--<para>
          JBoss Cache can - and often is - used outside of JBoss AS, in other Java EE environments such as Spring, Tomcat,
          Glassfish, BEA WebLogic, IBM WebSphere, and even in standalone Java programs thanks to its minimal dependency set.
-      </para>
+      </para>-->
       <section>
          <title>And what is POJO Cache?</title>
          <para>
             POJO Cache is an extension of the core JBoss Cache API. POJO Cache offers additional functionality such as:
             <itemizedlist>
-               <listitem><para>maintaining object references even after replication or persistence.</para></listitem>
-               <listitem><para>fine grained replication, where only modified object fields are replicated.</para></listitem>
-               <listitem><para>"API-less" clustering model where POJOs are simply annotated as being clustered.</para></listitem>
+               <listitem><para>maintaining object references even after replication or persistence</para></listitem>
+               <listitem><para>fine grained replication, where only modified object fields are replicated</para></listitem>
+               <listitem><para>"API-less" clustering model where POJOs are simply annotated as being clustered</para></listitem>
             </itemizedlist>
          </para>
          <para>
@@ -58,10 +58,10 @@
             JBoss Cache offers a simple and straightforward API, where data  - simple Java objects - can be placed in the
             cache.  Based on configuration options selected, this data may be one or all of:
             <itemizedlist>
-               <listitem><para>cached in-memory for efficient, thread-safe retrieval.</para></listitem>
-               <listitem><para>replicated to some or all cache instances in a cluster.</para></listitem>
-               <listitem><para>persisted to disk and/or a remote, in-memory cache cluster ("far-cache").</para></listitem>
-               <listitem><para>garbage collected from memory when memory runs low, and passivated to disk so state isn't lost.</para>
+               <listitem><para>cached in-memory for efficient, thread-safe retrieval</para></listitem>
+               <listitem><para>replicated to some or all cache instances in a cluster</para></listitem>
+               <listitem><para>persisted to disk and/or a remote, in-memory cache cluster ("far-cache")</para></listitem>
+               <listitem><para>garbage collected from memory when memory runs low, and passivated to disk so state isn't lost</para>
                </listitem>
             </itemizedlist>
             In addition, JBoss Cache offers a rich set of enterprise-class features:
@@ -153,7 +153,7 @@
          JBoss Cache requires a Java 5.0 (or newer) compatible virtual machine and set of libraries, and is developed
          and tested on Sun's JDK 5.0 and JDK 6.
       </para>
-      <para>
+      <!--<para>
          There is a way to build JBoss Cache as a Java 1.4.x compatible binary using
          <ulink url="http://www.jboss.org/community/docs/DOC-10738">JBossRetro</ulink>
          to retroweave the Java 5.0 binaries. However, Red Hat Inc. does not offer professional support around the
@@ -162,7 +162,7 @@
          <ulink url="http://www.jboss.org/community/docs/DOC-10263">this wiki</ulink>
          page for
          details on building the retroweaved binary for yourself.
-      </para>
+      </para>-->
       <para>
          In addition to Java 5.0, at a minimum, JBoss Cache has dependencies on
          <ulink url="http://www.jgroups.org">JGroups</ulink>, and Apache's
@@ -175,7 +175,7 @@
       <title>License</title>
       <para>
          JBoss Cache is an open source project, using the business and OEM-friendly
-         <ulink url="http://www.opensource.org/">OSI-approved</ulink>
+         <ulink url="http://www.opensource.org/">OSI-approved</ulink> 
          <ulink url="http://www.gnu.org/copyleft/lesser.html">LGPL license.</ulink>
          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>

Modified: enterprise-docs/tags/JBoss_EWP_5_0_0/Cache_User_Guide/en-US/introduction.xml
===================================================================
--- enterprise-docs/tags/JBoss_EWP_5_0_0/Cache_User_Guide/en-US/introduction.xml	2009-12-07 09:26:19 UTC (rev 8314)
+++ enterprise-docs/tags/JBoss_EWP_5_0_0/Cache_User_Guide/en-US/introduction.xml	2009-12-09 07:23:06 UTC (rev 8315)
@@ -25,18 +25,18 @@
          cluster services such as HTTP and <ulink url="http://java.sun.com/products/ejb/">EJB</ulink> sessions, as well as
          providing a distributed entity cache for <ulink url="http://en.wikipedia.org/wiki/Java_Persistence_API">JPA</ulink>.
       </para>
-      <para>
+      <!--<para>
          JBoss Cache can - and often is - used outside of JBoss AS, in other Java EE environments such as Spring, Tomcat,
          Glassfish, BEA WebLogic, IBM WebSphere, and even in standalone Java programs thanks to its minimal dependency set.
-      </para>
+      </para>-->
       <section>
          <title>And what is POJO Cache?</title>
          <para>
             POJO Cache is an extension of the core JBoss Cache API. POJO Cache offers additional functionality such as:
             <itemizedlist>
-               <listitem><para>maintaining object references even after replication or persistence.</para></listitem>
-               <listitem><para>fine grained replication, where only modified object fields are replicated.</para></listitem>
-               <listitem><para>"API-less" clustering model where POJOs are simply annotated as being clustered.</para></listitem>
+               <listitem><para>maintaining object references even after replication or persistence</para></listitem>
+               <listitem><para>fine grained replication, where only modified object fields are replicated</para></listitem>
+               <listitem><para>"API-less" clustering model where POJOs are simply annotated as being clustered</para></listitem>
             </itemizedlist>
          </para>
          <para>
@@ -58,10 +58,10 @@
             JBoss Cache offers a simple and straightforward API, where data  - simple Java objects - can be placed in the
             cache.  Based on configuration options selected, this data may be one or all of:
             <itemizedlist>
-               <listitem><para>cached in-memory for efficient, thread-safe retrieval.</para></listitem>
-               <listitem><para>replicated to some or all cache instances in a cluster.</para></listitem>
-               <listitem><para>persisted to disk and/or a remote, in-memory cache cluster ("far-cache").</para></listitem>
-               <listitem><para>garbage collected from memory when memory runs low, and passivated to disk so state isn't lost.</para>
+               <listitem><para>cached in-memory for efficient, thread-safe retrieval</para></listitem>
+               <listitem><para>replicated to some or all cache instances in a cluster</para></listitem>
+               <listitem><para>persisted to disk and/or a remote, in-memory cache cluster ("far-cache")</para></listitem>
+               <listitem><para>garbage collected from memory when memory runs low, and passivated to disk so state isn't lost</para>
                </listitem>
             </itemizedlist>
             In addition, JBoss Cache offers a rich set of enterprise-class features:
@@ -153,7 +153,7 @@
          JBoss Cache requires a Java 5.0 (or newer) compatible virtual machine and set of libraries, and is developed
          and tested on Sun's JDK 5.0 and JDK 6.
       </para>
-      <para>
+      <!--<para>
          There is a way to build JBoss Cache as a Java 1.4.x compatible binary using
          <ulink url="http://www.jboss.org/community/docs/DOC-10738">JBossRetro</ulink>
          to retroweave the Java 5.0 binaries. However, Red Hat Inc. does not offer professional support around the
@@ -162,7 +162,7 @@
          <ulink url="http://www.jboss.org/community/docs/DOC-10263">this wiki</ulink>
          page for
          details on building the retroweaved binary for yourself.
-      </para>
+      </para>-->
       <para>
          In addition to Java 5.0, at a minimum, JBoss Cache has dependencies on
          <ulink url="http://www.jgroups.org">JGroups</ulink>, and Apache's
@@ -175,7 +175,7 @@
       <title>License</title>
       <para>
          JBoss Cache is an open source project, using the business and OEM-friendly
-         <ulink url="http://www.opensource.org/">OSI-approved</ulink>
+         <ulink url="http://www.opensource.org/">OSI-approved</ulink> 
          <ulink url="http://www.gnu.org/copyleft/lesser.html">LGPL license.</ulink>
          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>



More information about the jbosscache-commits mailing list