1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
|
Source: libjboss-cache2-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Varun Hiremath <varun@debian.org>, Torsten Werner <twerner@debian.org>
Build-Depends: cdbs, debhelper (>= 5), maven-repo-helper
Build-Depends-Indep: ant, default-jdk, libdb-je-java, bsh,
libc3p0-java, ant-optional, libjgroups2.6-java, libcommons-logging-java,
libjboss-j2ee-java, libjdbm-java, libjboss-common-java, junit,
libjboss-aop-java, libjboss-server-java, libjcip-annotations-java,
libexml-java
Standards-Version: 3.8.4
Homepage: http://labs.jboss.com/jbosscache/
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libjboss-cache-java
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libjboss-cache-java
Package: libjboss-cache2-java
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends},
default-jre-headless | java5-runtime | java2-runtime
Description: cache frequently accessed Java objects
JBoss Cache is a product designed to cache frequently accessed Java
objects in order to dramatically improve the performance of e-business
applications. By eliminating unnecessary database access, JBoss Cache
decreases network traffic and increases the scalability of
applications.
.
But JBoss Cache is much more than a simple cache. JBoss Cache provides
fully transactional features as well as a highly configurable set of
options to deal with concurrent data access in the most efficient
manner possible for your application. In addition, it is a clustered
cache that replicates contents to other cache instances running on
separate JVMs, servers or even entire networks, making JBoss Cache a
highly efficient library used by application server developers to
implement clustering features.
.
JBoss Cache provides two caching APIs to suit your needs. The JBoss
Cache API offers a traditional, tree-structured, node-based cache and
the Pojo Cache API, which builds on the JBoss Cache API, provides the
ability to perform object-based, fine-grained replication of Java
objects, resulting in maximum performance benefits.
|