Results 1 to 2 of 2

Thread: Spring with JBossCache

  1. #1
    Join Date
    Apr 2006
    Posts
    1

    Default Spring with JBossCache

    I need to implement caching in a clustered environment. I'm trying to get JBossCache configured properly on a single server for the time being. I'm having trouble finding information on how to configure the cache in the Spring config file.

    Any information would be greatly appreciated.

    Thanks,

    Matt

  2. #2
    Join Date
    Jan 2005
    Location
    Bucharest, Romania
    Posts
    5,403

    Default

    Spring doesn't provide any explicit support jboss cache - it should be configured just like any other java bean/class. However there is a caching module in Spring Modules which supports among other implementations jboss cache; however, the purpose of the module is to add caching to functionality to various methods - for normal jboss cache usage you just bootstrap it just like any other class.
    Costin Leau
    SpringSource - http://www.SpringSource.com- Spring Training, Consulting, and Support - "From the Source"
    http://twitter.com/costinl
    Please use [ c o d e ] [ / c o d e ] tags

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •