I\'m developing a web application based on JPA + Hibernate, Spring and Wicket. I was wondering what\'s the best way of implementing transactions in my code? What transaction
org.springframework.orm.jpa.JpaTransactionManager
My preference is to use this with annotation: