• 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 Cache 3.2.1 with Spring 2.5.6 and Hibernate 3.3.2

 
Ranch Hand
Posts: 42
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Anyone can provide me a hint to startup an integration of Jboss Cache 3.21 with Spring and Hibernate ?
I just need a local cache for my first development testing.

Thanks
 
Ranch Hand
Posts: 527
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
JBossCache integrates well with Hibernate Second level cache.

You may try the following tags in hibernate.cfg.xml file:



If you want to cache Spring remoting services then here is the Link.
 
Patrick Kok
Ranch Hand
Posts: 42
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Anil,

I found that it is far too simple to make it work by this setup I tried two days ago.
Could you give me some more info ?
I couldn't find much information on Google.

Thanks
 
Anil Vupputuri
Ranch Hand
Posts: 527
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Patrick Kok wrote:
Could you give me some more info ?
I couldn't find much information on Google.



Patrick,

I didn't try it myself either. I just guessed. Yes, very limited help on Google.

This is what I found on Internet,

Forum Link

from Hibernate website, link

from JBoss website, link

 
Patrick Kok
Ranch Hand
Posts: 42
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Anil,

Surprisingly your findings are actually what I have found on Google.
I think I have to wait for some times.

thanks
 
I need a new interior decorator. This tiny ad just painted every room in my house purple.
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic