[jboss-cvs] JBossCache/examples/PojoCache/sensor ...

Ben Wang bwang at jboss.com
Tue Nov 21 09:54:47 EST 2006


  User: bwang   
  Date: 06/11/21 09:54:47

  Modified:    examples/PojoCache/sensor    readme.txt
  Removed:     examples/PojoCache/sensor    runShellDemo.bat
                        runShellDemo.sh
  Log:
  upd
  
  Revision  Changes    Path
  1.2       +0 -11     JBossCache/examples/PojoCache/sensor/readme.txt
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: readme.txt
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/examples/PojoCache/sensor/readme.txt,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- readme.txt	5 Feb 2006 06:42:19 -0000	1.1
  +++ readme.txt	21 Nov 2006 14:54:47 -0000	1.2
  @@ -14,20 +14,9 @@
   1. To run it under Ant, do "build.bat run.aop.example" will produce
   the output illustrated in the article.
   
  -2. To run BeanShell in two separate windows (say, W1 and W2),
  -a) runShellDemo.bat (this will open a BeanShell window each)
  -
  -b) In the BeanShell window W1, do "sourceRelative("aop.bsh");". 
  -You can examine aop.bsh and play around with example under the 
  -BeanShell. Remeber to click File/Capture System in/out/err to 
  -pipe the output to the Console window.
  -
   For example, you can do printStatus("Modified state", pm); to output
   the contents of PropagationManager
   
  -c) In window W2, do "sourceRelative("aop2.bsh");. This will
  -retrieve pm on W2.
  -
   You can use printStatus("N2", pm); to print the replicated contents.
   
   You can also do 
  
  
  



More information about the jboss-cvs-commits mailing list