Hello all,
I have a Struts application a set of session beans (facades) that wrap DAO code implemented using JDBC. I would like to convert the app to use Hibernate and JbossCache.
What are the best practices on implementing these to work together? I'd love to hear is a verbal flow diagram (i.e. Struts action invokes the create method on the session bean which triggets hibernate to persist the object, cache it internally/using JbossCache...). I am a newbie when it comes to either Hibernate or JbossCacge and it would be nice to get an idea of the flow that describes where each of the technologies comes into play.
Thanks a lot
James
|