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..
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.