[jboss-cvs] JBossCache/docs/faq-pojo/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/faq-pojo/en  master.xml
  Log:
  Updated.
  
  Revision  Changes    Path
  1.2       +24 -4     JBossCache/docs/faq-pojo/en/master.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: master.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/docs/faq-pojo/en/master.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- master.xml	23 Sep 2006 12:44:37 -0000	1.1
  +++ master.xml	26 Sep 2006 16:24:20 -0000	1.2
  @@ -10,11 +10,15 @@
   
       <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>
  +
     </articleinfo>
   
     <para>These are frequently asked questions regarding Pojocache.</para>
  @@ -106,8 +110,24 @@
            <para>Starting in 2.0 release, we have a separate library for PojoCache, <literal>pojocache.jar</literal> that
            is extra to the core <literal>jboss-cache.jar</literal>. Since we uses Cache as a delegate, user
            will need to have a regular xml to configure the core Cache functionality (e.g., replication and locking
  -         aspect). In addition, there is also the <literal>jboss-aop.xml</literal> that specifies the PojoCache
  +         aspect). In addition, there is also the <literal>pojocache-aop.xml</literal> that specifies the PojoCache
            interceptor stack (that can be left as default).</para>
  +          <para>Additionally, here are the changed features:
  +         <itemizedlist>
  +            <listitem>
  +               <para>New APIs. It replaces <literal>putObject, removeObject, and get</literal> with
  +               <literal>attach, detach, and find</literal>.</para></listitem>
  +            <listitem>
  +               <para>New POJO based events that a user can subscribe to.</para></listitem>
  +            <listitem>
  +               <para>New configuration pojocache-aop.xml specifically for PojoCache, in addition to
  +                  the regular cache-service.xml for the delegating Cache.</para></listitem>
  +            <listitem>
  +               <para>New package namespace (<literal>org.jboss.cache.pojo)</literal> for PojoCache.
  +               The previous <literal>org.jboss.cache.aop</literal> space has been deprecated.
  +             </para></listitem>
  +         </itemizedlist>
  +          </para>
          </answer>
        </qandaentry>
   
  @@ -170,7 +190,7 @@
          <qandaentry>
            <question id="a56">
              <para>Can I pre-compile the aop classes such that I don't need to
  -           use the system classloader and jboss-aop configuration xml?</para>
  +           use the system classloader and jboss-aop configuration xml during runtime?</para>
            </question>
   
            <answer>
  
  
  



More information about the jboss-cvs-commits mailing list