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

Ben Wang bwang at jboss.com
Tue Nov 21 23:32:02 EST 2006


  User: bwang   
  Date: 06/11/21 23:32:02

  Modified:    docs/faq-pojo/en  master.xml
  Log:
  Added faq for PojoCacheListener
  
  Revision  Changes    Path
  1.5       +13 -0     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.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- master.xml	21 Nov 2006 14:07:26 -0000	1.4
  +++ master.xml	22 Nov 2006 04:32:02 -0000	1.5
  @@ -235,6 +235,19 @@
        </qandaentry>
   
        <qandaentry>
  +       <question id="a57a">
  +         <para>Does PojoCache provide POJO event subscription?</para>
  +       </question>
  +
  +       <answer>
  +         <para>Yes, since 2.0, you can use PojoCacheListener to subscribe to events
  +         such as POJO attach and detach and field updates. And if you need some customization,
  +         you can also use the Obervable pattern directly. TO see an example, please check
  +         out the test case: <literal>org.jboss.cache.pojo.observer.LocalTest.java</literal></para>
  +       </answer>
  +     </qandaentry>
  +
  +     <qandaentry>
          <question id="a58">
            <para>What's in the <literal>jboss-aop.xml</literal>
            configuration?</para>
  
  
  



More information about the jboss-cvs-commits mailing list