amar
Joined: 25 Apr 2006 Posts: 179
|
Posted: Mon May 08, 2006 6:00 am Post subject: Use JBoss Cache to Cache and Share Data in Your Enterprise |
|
|
Nowadays, developers are using JBoss Cache, OSCache, and some of you are toying around with JCache/FKache.
That's not to mention the relatively long list of commercial products. Caching helps to dramatically improve the performance of enterprise applications, and that's a well-known fact. Nevertheless, besides
increasing performance, there's a wide range of problems which can be solved with caching. While this article doesn't provide a ready-to-use solution, its example code will hopefully help you think outside the box when it comes to using caching in your applications.
This article is be divided into two parts: the first part provides some general information on how you will build the sample software, and what to expect from it; the second part will simply explains how you can run the example code yourself.
for read more information:
http://javaboutique.internet.com/tutorials/docaching/ |
|