[jbosscache-dev] JBoss Cache 2.0.0 tutorial

Galder Zamarreno galder.zamarreno at redhat.com
Tue May 15 18:48:58 EDT 2007


Going through the JBossCache tutorial before committing the PojoCache 
tutorial work. The following is not correct:

child2.hasChild(childFqn3.getLastElement()); // should return true

getLastElement() returns E of Fqn, whereas hasChild takes an Fqn.

You could do:

child2.hasChild(Fqn.fromString(childFqn3.getLastElement()));

which indeed would return true

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