[jbosscache-dev] JBoss Cache 2.0.0 tutorial

Galder Zamarreno galder.zamarreno at redhat.com
Wed Apr 25 18:34:29 EDT 2007


Hi,

I had a quick go at the tutorial. This needs changing:

From:

Create child nodes under the root node.

    child1 = root.addChild(child1);
    child2 = root.addChild(child2);
    child3 = root.addChild(child3);

To:

Create child nodes under the root node.

    child1 = root.addChild(childFqn1);
    child2 = root.addChild(childFqn2);
    child3 = root.addChild(childFqn3);


Manik Surtani wrote:
> Guys,
> 
> I've updated the JBoss Cache 2.0.0 Tutorial and this will be in 2.0.0.CR1.
> 
> For those of you too lazy (!) to build from CVS HEAD, I've built a 
> snapshot of the distribution.
> 
> Snapshot of the tutorial:
> 
>     http://labs.jboss.com/file-access/default/members/jbosscache/freezone/tutorial_snapshot/index.html 
> 
> 
> Snapshot of the distro:
> 
>     http://labs.jboss.com/file-access/default/members/jbosscache/freezone/JBossCache-core-2007-04-17.zip 
> 
> 
> Feedback would be very useful...
> 
> Thanks,
> -- 
> Manik Surtani
> 
> Lead, JBoss Cache
> JBoss, a division of Red Hat
> 
> Email: manik at jboss.org
> Telephone: +44 7786 702 706
> MSN: manik at surtani.org
> Yahoo/AIM/Skype: maniksurtani
> 
> 
> 
> _______________________________________________
> jbosscache-dev mailing list
> jbosscache-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/jbosscache-dev

-- 
Galder Zamarreño
Sr. Software Maintenance Engineer
JBoss, a division of Red Hat



More information about the jbosscache-dev mailing list