Two Laptop Bag
The moose likes Performance and the fly likes JCache Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Performance
Reply Bookmark "JCache" Watch "JCache" New topic
Author

JCache

Gavin Bong
Ranch Hand

Joined: Apr 25, 2003
Posts: 56
Jack and others,
Does your book cover caching schemes or mentions Jcache ? There is a real need for standardized caching mechanism in J2EE. For example, I usually cache JNDI lookups in hashtables.
Thanks
Gavin Bong
Jack Shirazi
Author
Ranch Hand

Joined: Oct 26, 2000
Posts: 96
I cover caching in half the chapters or more, as applied to each type of tuning technique. Ther are so many different ways to cache, and it is such a useful performance tuning technique that it's hard to avoid.
There is an expert group looking at including some standard caching mechanisms for Java. I can't remember which JSR it is.
--Jack Shirazi
JavaPerformanceTuning.com
 
 
subject: JCache
 
Threads others viewed
Caching APIs
JCS/JCache
how to implement a global cache in Tomcat?
How to persist the JSP produced output to a file (without using the browser's save)
Is there any custom tag available to cache Java Objects?
developer file tools