spring的AOP学习[4]

[入库:2006年2月23日] [更新:2007年3月24日]

本文简介:

为什么使用接口定义BO(business object)在下面介绍!

 2.

<bean id="myAOPProxy"

              class="org.springframework.aop.framework.ProxyFactoryBean">

              <property name="proxyInterfaces">

                     <value>com.softbrain.wangzl.business.ITest</value>

              </property>

             

              <property name="target">

                     <ref local="test"/>

              </property>

              <property name="interceptorNames">

                     <value> MyInterceptor </value>

              </property>

本文关键:spring的AOP学习
  相关方案
Google
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top