Spring Hibernate Connection through AOP standalone application

Posted by Kiran on Stack Overflow See other posts from Stack Overflow or by Kiran
Published on 2012-11-01T06:22:44Z Indexed on 2012/11/04 11:01 UTC
Read the original article Hit count: 260

Filed under:
|
|

I am trying to develop Annotation based Spring Hibernate standalone application to connect to DB. I've gone through the some blogs and wondered like we should not make use of hibernateTemplate becoz coupling your application tightly to the spring framework. For this reason, Spring recommends that HibernateTemplate no longer be used.Further more my requirement is changed to Spring Hibernate with AOP using Declarative Transaction management.I am new to AOP concepts. Can any one please give an example on Spring Hibernate Connection through AOP. That would be a great help to me.

Thanks in advance.

© Stack Overflow or respective owner

Related posts about spring

Related posts about hibernate