Wire Hibernate Transactions in Spring

Wire Hibernate Transactions in Spring by Binildas Christudas — The proper handling of transactions across multiple data stores, supporting multiple application flows, is the kind of heavy lifting J2EE servers were built for. But what if you’re using the lighter-weight Spring framework? Binildas C. A. shows how you can wire Spring and Hibernate together to achieve the transaction support you desire.

Advertisement