From jbosscache-commits at lists.jboss.org Wed Dec 9 02:23:07 2009 Content-Type: multipart/mixed; boundary="===============6694085123022901616==" MIME-Version: 1.0 From: jbosscache-commits at lists.jboss.org To: jbosscache-commits at lists.jboss.org Subject: [jbosscache-commits] JBoss Cache SVN: r8315 - in enterprise-docs/tags: JBoss_EWP_5_0_0/Cache_User_Guide/en-US and 1 other directory. Date: Wed, 09 Dec 2009 02:23:07 -0500 Message-ID: <200912090723.nB97N77s007931@svn01.web.mwc.hst.phx2.redhat.com> --===============6694085123022901616== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable 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/intro= duction.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- enterprise-docs/tags/JBoss_EAP_5_0_0/Cache_User_Guide/en-US/introductio= n.xml 2009-12-07 09:26:19 UTC (rev 8314) +++ enterprise-docs/tags/JBoss_EAP_5_0_0/Cache_User_Guide/en-US/introductio= n.xml 2009-12-09 07:23:06 UTC (rev 8315) @@ -25,18 +25,18 @@ cluster services such as HTTP and EJB sessions, as well as providing a distributed entity cache for JPA. - +
And what is POJO Cache? POJO Cache is an extension of the core JBoss Cache API. POJO C= ache offers additional functionality such as: - maintaining object references even after re= plication or persistence. - fine grained replication, where only modifi= ed object fields are replicated. - "API-less" clustering model where POJOs are= simply annotated as being clustered. + maintaining object references even after re= plication or persistence + fine grained replication, where only modifi= ed object fields are replicated + "API-less" clustering model where POJOs are= simply annotated as being clustered @@ -58,10 +58,10 @@ JBoss Cache offers a simple and straightforward API, where dat= a - simple Java objects - can be placed in the cache. Based on configuration options selected, this data may= be one or all of: - cached in-memory for efficient, thread-safe= retrieval. - replicated to some or all cache instances i= n a cluster. - persisted to disk and/or a remote, in-memor= y cache cluster ("far-cache"). - garbage collected from memory when memory r= uns low, and passivated to disk so state isn't lost. + cached in-memory for efficient, thread-safe= retrieval + replicated to some or all cache instances i= n a cluster + persisted to disk and/or a remote, in-memor= y cache cluster ("far-cache") + garbage collected from memory when memory r= uns low, and passivated to disk so state isn't lost 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 mac= hine and set of libraries, and is developed and tested on Sun's JDK 5.0 and JDK 6. - + In addition to Java 5.0, at a minimum, JBoss Cache has dependenci= es on JGroups, and Apache= 's @@ -175,7 +175,7 @@ License JBoss Cache is an open source project, using the business and OEM= -friendly - OSI-approved + OSI-approved = LGPL licen= se. Commercial development support, production support and training f= or JBoss Cache is available through JBoss, a division of Red Hat = Inc. Modified: enterprise-docs/tags/JBoss_EWP_5_0_0/Cache_User_Guide/en-US/intro= duction.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- enterprise-docs/tags/JBoss_EWP_5_0_0/Cache_User_Guide/en-US/introductio= n.xml 2009-12-07 09:26:19 UTC (rev 8314) +++ enterprise-docs/tags/JBoss_EWP_5_0_0/Cache_User_Guide/en-US/introductio= n.xml 2009-12-09 07:23:06 UTC (rev 8315) @@ -25,18 +25,18 @@ cluster services such as HTTP and EJB sessions, as well as providing a distributed entity cache for JPA. - +
And what is POJO Cache? POJO Cache is an extension of the core JBoss Cache API. POJO C= ache offers additional functionality such as: - maintaining object references even after re= plication or persistence. - fine grained replication, where only modifi= ed object fields are replicated. - "API-less" clustering model where POJOs are= simply annotated as being clustered. + maintaining object references even after re= plication or persistence + fine grained replication, where only modifi= ed object fields are replicated + "API-less" clustering model where POJOs are= simply annotated as being clustered @@ -58,10 +58,10 @@ JBoss Cache offers a simple and straightforward API, where dat= a - simple Java objects - can be placed in the cache. Based on configuration options selected, this data may= be one or all of: - cached in-memory for efficient, thread-safe= retrieval. - replicated to some or all cache instances i= n a cluster. - persisted to disk and/or a remote, in-memor= y cache cluster ("far-cache"). - garbage collected from memory when memory r= uns low, and passivated to disk so state isn't lost. + cached in-memory for efficient, thread-safe= retrieval + replicated to some or all cache instances i= n a cluster + persisted to disk and/or a remote, in-memor= y cache cluster ("far-cache") + garbage collected from memory when memory r= uns low, and passivated to disk so state isn't lost 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 mac= hine and set of libraries, and is developed and tested on Sun's JDK 5.0 and JDK 6. - + In addition to Java 5.0, at a minimum, JBoss Cache has dependenci= es on JGroups, and Apache= 's @@ -175,7 +175,7 @@ License JBoss Cache is an open source project, using the business and OEM= -friendly - OSI-approved + OSI-approved = LGPL licen= se. Commercial development support, production support and training f= or JBoss Cache is available through JBoss, a division of Red Hat = Inc. --===============6694085123022901616==--