Implementing cache system in Java Web Application

Posted by TGM on Programmers See other posts from Programmers or by TGM
Published on 2012-08-09T20:52:03Z Indexed on 2012/09/09 9:48 UTC
Read the original article Hit count: 135

Filed under:

I worked with JPA (Eclipselink implementation) and Hibernate. As I understand these two have great caching systems.

I am interested in caching in a Web application and in order to better understand the process I'm trying to implement something on my own.

Sadly, I cannot find any in depth documentation about this subject. I'm interested in things like high scalability, sharing memory on different machines and other important theoretical matters. Is there any tutorial or open project I could check out?

Thank you!

*LE: * I want to cache DB information in POJOs just like JPA or Eclipselink

© Programmers or respective owner

Related posts about caching