Expert |
|
Joined: Tue Nov 23, 2004 7:00 pm Posts: 570 Location: mostly Frankfurt Germany
|
You can configure the ehcache or one of the other to suite your needs. You can also configure the life time of cached instances. Read about ehcache on their website or in the wiki.
I do not know the size of your base data, but it will be hard to hold a lot of data in the cache. You may consider to use Hibernate on database views.
Regards Sebastian
_________________ Best Regards
Sebastian
---
Training for Hibernate and Java Persistence
Tutorials for Hibernate, Spring, EJB, JSF...
eBook: Hibernate 3 - DeveloperGuide
Paper book: Hibernate 3 - Das Praxisbuch
http://www.laliluna.de
|
|