JCACHE (JSR 107)

View: [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 ]

Frameworks
  

Frameworks:
  • Java Caching Service by Frank Karlstrom   - [Clicks: 106]
    Java Caching Service is an effort to make an Open Source version of JSR-107 JCache. Since the JSR-107 hasnt released any specs for years, This version still builds on the original Functional Specification.
    http://jcache.sourceforge.net/
  • JCS - Java Caching System   - [Clicks: 64]
    JCS is a distributed caching system written in java for server-side java applications. It is intended to speed up dynamic web applications by providing a means to manage cached data of various dynamic natures. Like any caching system, the JCS is most useful for high read, low put applications. Dynamic content and reporting systems can benefit most. However, any site that repeatedly constructs pages, dropdowns, or common search results form a database that is updated at intervals (rather than across categories continuously) can improve performance and scalability by implementing caching. Latency times drop sharply and bottlenecks move away from the database in an effectively cached system.
    http://jakarta.apache.org/turbine/jcs/index.html
  • OSCache 2.0   - [Clicks: 59]
    OSCache is a widely used, high performance J2EE caching solution. OSCache solves fundamental problems for dynamic websites: - Caching Dynamic Content - Caching Binary Content - Error Tolerance
    http://www.opensymphony.com/oscache/

[Top]