views:

42

answers:

1

Possible Duplicate:
How to implement AOP with Spring

i am using spring for hibernate only not as spring mvc and i am using jsf2.0 and now i need to implement AOP but I am not getting at what to do i am not following Spring MVC..

A: 

You don't need to implement AOP - Spring already does that.

You sound like you're asking how to express declarative transactions in Spring. Best to look at the Spring docs.

Spring doesn't require that you use it everywhere in your apps. You are free to use it for Hibernate and not use Spring MVC if you choose.

duffymo