cache « Struts « JPA Q&A





1. Hibernate caching?    stackoverflow.com

I'm using Struts 2 and Hibernate. I have a simple table with a Date field that stores information about when a certain action took place. This date value is displayed in ...

2. Reassociating Struts Form back to (cached?) scrollable coll.    forum.hibernate.org

I'm looking for advice on something that is probably a common pattern, but I haven't found anything on the Hibernate Wiki or forums about it (at least under this description -- please point me in the right direction if I missed something obvious). Basically, I want to build a Scrollable Smart Collection, that is a pseudo-Record Set, but containing mapped POJO ...