• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

JBoss Tree Cache AOP

 
Ranch Hand
Posts: 118
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Guys,

as subsequent to question I posted with subject startup clases in Jboss, I would like to TreeCacheAOP which is JBoss POJO cache to cache start up data. I googled but didn't find one with concrete examples, all of them have so much of thoery. Basically I would like to go for TreeCacheAOP JBoss Cache because of limitation TreeCache has such as maintaining relationships, serialization etc. I also heard people saying they had some Deadlock issues when they wanted to updation to JBoss TreeCache but in our case it's read-only data meaning it will be saved/cached at server startup with data from backend systems. Bottomline I need tutorial on TreeCacheAOP which will have some practical examples, and also would like to know Cons for using TreeCacheAOP from experts if there any.

Thanks alot for your help as you always.

Anu
 
anupa oru
Ranch Hand
Posts: 118
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Guys,

I had been browing sites for JBoss Tree Cache AOP which clearly mention 1 point to me is that we can use it as standalone process, as MBean in JBoss etc. My specific is I need Tree Cache AOP in JBoss so I would need docs on JBoss Tree Cache to use as MBean in JBoss.Please guys direct me to one.

Thanks alot,
Anu
 
reply
    Bookmark Topic Watch Topic
  • New Topic