我正在使用spring for hibernate而不是spring mvc而且我正在使用jsf2.0而现在我需要实现AOP

时间:2010-07-10 10:36:06

标签: java hibernate spring jsf jsf-2

  

可能重复:
  How to implement AOP with Spring

我正在使用spring for hibernate而不是作为spring mvc而我正在使用jsf2.0而现在我需要实现AOP但我不知道该做什么我不遵循Spring MVC ..

1 个答案:

答案 0 :(得分:0)

不需要实现AOP - Spring已经这样做了。

你听起来像是在问春天如何表达declarative transactions。最好看一下Spring文档。

Spring不要求您在应用中的任何位置使用它。您可以自由地将它用于Hibernate,如果您选择,则不使用Spring MVC。