[jboss-cvs] JBossCache/docs/faq-pojo/en ...

Ben Wang bwang at jboss.com
Tue Nov 21 09:07:27 EST 2006


  User: bwang   
  Date: 06/11/21 09:07:26

  Modified:    docs/faq-pojo/en  master.xml
  Log:
  Doc update
  
  Revision  Changes    Path
  1.4       +36 -21    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.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- master.xml	23 Oct 2006 17:51:39 -0000	1.3
  +++ master.xml	21 Nov 2006 14:07:26 -0000	1.4
  @@ -257,6 +257,21 @@
         </qandaentry>
   
          <qandaentry>
  +       <question id="a58a">
  +         <para>What's the difference between <literal>jboss-aop.xml</literal>
  +         <literal>pojocache-aop.xml</literal>?</para>
  +       </question>
  +
  +       <answer>
  +         <para><literal>pojocache-aop.xml</literal> is essentially a <literal>jboss-aop.xml</literal>,
  +         except it is used specifically for PojoCache. The analogy is similar to JBoss' own
  +            MBean service file <literal>jboss-service.xml</literal>, for example. So in our documentation,
  +            we will use these two terms interchangeably.
  +         </para>
  +       </answer>
  +     </qandaentry>
  +
  +       <qandaentry>
            <question id="a59">
              <para>Can I use annotation instead of the xml declaration?</para>
            </question>
  @@ -293,7 +308,7 @@
              won't put this field under management.</para>
               <para>The second one, <literal>@org.jboss.cache.pojo.Serializable</literal> when applied,
                  will cause PojoCache to
  -            treat the field as a Serializable object even when it is <literal>@org.jboss.cache.pojo.PojoCacheable</literal>.
  +            treat the field as a Serializable object even when it is <literal>@org.jboss.cache.pojo.Replicable</literal>.
               </para>
            </answer>
          </qandaentry>
  @@ -367,7 +382,7 @@
           <question id="a67">
             <para>What are those keys such as
             <literal>JBoss:internal:class</literal> and
  -          <literal>AOPInstance</literal>?</para>
  +          <literal>PojoInstance</literal>?</para>
           </question>
   
           <answer>
  
  
  



More information about the jboss-cvs-commits mailing list