Publication
ICDCS 2003
Conference paper
Improving application throughput with enterprise JavaBeans caching
Abstract
We present the design of an Enterprise JavaBeans (EJBs) caching architecture, and show that EJB caching can greatly improve application throughput. Throughput is improved because data serving is offloaded from the database server to the cache-enabled application server. An important feature of our architecture is that the caching function is transparent to applications that use it. The cache-enabled application server uses the same (EJB) programming model and the same transactional semantics, as provided by non-caching architectures.