<rt id="bn8ez"></rt>
<label id="bn8ez"></label>

  • <span id="bn8ez"></span>

    <label id="bn8ez"><meter id="bn8ez"></meter></label>

    神魂顛倒

    Memo

       :: 首頁 :: 新隨筆 :: 聯系 :: 聚合  :: 管理 ::
      0 隨筆 :: 3 文章 :: 3 評論 :: 0 Trackbacks

    When working with enterprise applications, you often want to refer to modules of the application and particular sets of operations from within several aspects. We recommend defining a "SystemArchitecture" aspect that captures common pointcut expressions for this purpose. A typical such aspect would look as follows:

     

    package com.xyz.someapp;

    import org.aspectj.lang.annotation.Aspect;
    import org.aspectj.lang.annotation.Pointcut;

    @Aspect
    public class SystemArchitecture {

      
    /**
       * A join point is in the web layer if the method is defined
       * in a type in the com.xyz.someapp.web package or any sub-package
       * under that.
       
    */

      @Pointcut(
    "within(com.xyz.someapp.web..*)")
      
    public void inWebLayer() {}

      
    /**
       * A join point is in the service layer if the method is defined
       * in a type in the com.xyz.someapp.service package or any sub-package
       * under that.
       
    */

      @Pointcut(
    "within(com.xyz.someapp.service..*)")
      
    public void inServiceLayer() {}

      
    /**
       * A join point is in the data access layer if the method is defined
       * in a type in the com.xyz.someapp.dao package or any sub-package
       * under that.
       
    */

      @Pointcut(
    "within(com.xyz.someapp.dao..*)")
      
    public void inDataAccessLayer() {}

      
    /**
       * A business service is the execution of any method defined on a service
       * interface. This definition assumes that interfaces are placed in the
       * "service" package, and that implementation types are in sub-packages.
       * 
       * If you group service interfaces by functional area (for example, 
       * in packages com.xyz.someapp.abc.service and com.xyz.def.service) then
       * the pointcut expression "execution(* com.xyz.someapp..service.*.*(..))"
       * could be used instead.
       *
       * Alternatively, you can write the expression using the 'bean'
       * PCD, like so "bean(*Service)". (This assumes that you have
       * named your Spring service beans in a consistent fashion.)
       
    */

      @Pointcut(
    "execution(* com.xyz.someapp.service.*.*(..))")
      
    public void businessService() {}
      
      
    /**
       * A data access operation is the execution of any method defined on a 
       * dao interface. This definition assumes that interfaces are placed in the
       * "dao" package, and that implementation types are in sub-packages.
       
    */

      @Pointcut(
    "execution(* com.xyz.someapp.dao.*.*(..))")
      
    public void dataAccessOperation() {}

    }

    The pointcuts defined in such an aspect can be referred to anywhere that you need a pointcut expression. For example, to make the service layer transactional, you could write:

     

    <aop:config>
      
    <aop:advisor 
          
    pointcut="com.xyz.someapp.SystemArchitecture.businessService()"
          advice-ref
    ="tx-advice"/>
    </aop:config>

    <tx:advice id="tx-advice">
      
    <tx:attributes>
        
    <tx:method name="*" propagation="REQUIRED"/>
      
    </tx:attributes>
    </tx:advice>

    The <aop:config> and <aop:advisor> elements are discussed in Section 6.3, “Schema-based AOP support”. The transaction elements are discussed in Chapter 9, Transaction management.

    posted on 2008-07-25 22:53 star 閱讀(135) 評論(0)  編輯  收藏 所屬分類: Spring

    只有注冊用戶登錄后才能發表評論。


    網站導航:
     
    主站蜘蛛池模板: 亚洲欧美成aⅴ人在线观看| 日韩国产免费一区二区三区| 日韩免费福利视频| 国产成人精品日本亚洲网址| 19禁啪啪无遮挡免费网站| 中文字幕亚洲综合久久2| 日韩在线不卡免费视频一区| 久久精品亚洲一区二区三区浴池| 亚洲字幕在线观看| 亚洲精品视频免费看| 亚洲欧洲综合在线| 免费看美女被靠到爽的视频| 亚洲AV日韩AV无码污污网站| 免费欧洲毛片A级视频无风险| 福利片免费一区二区三区| 亚洲AV无码成H人在线观看| 一区二区免费电影| 亚洲国产综合无码一区| 99在线热视频只有精品免费| 亚洲成a人片在线观看播放| 最近最新中文字幕完整版免费高清| 苍井空亚洲精品AA片在线播放 | 亚洲国产综合第一精品小说| A级毛片内射免费视频| 国产精品亚洲一区二区三区| 亚洲一区精品伊人久久伊人| 桃子视频在线观看高清免费视频| 亚洲综合亚洲国产尤物| 免费观看的a级毛片的网站| 一级毛片免费在线| 亚洲精品午夜在线观看| 国产成人免费A在线视频| 99免费在线视频| 久久综合久久综合亚洲| 亚洲另类少妇17p| 国产精品视频免费| 一个人看的www免费高清| 亚洲乱码在线播放| 亚洲日本在线观看视频| 国产99视频精品免费观看7| 羞羞网站在线免费观看|