タグ

AOPに関するFelioのブックマーク (4)

  • GluonJ

    GluonJ is a simple aspect-oriented programming (AOP) system for Java. It provides simple but powerful AOP constructs by using annotations in regular Java. Developers can use GluonJ as a compile-time AOP system or a load-time AOP system. Weaving (program transformation) can be done by an ant task or a class loader, respectively. The AOP constructs provided by GluonJ are not only pointcut-advices bu

    Felio
    Felio 2007/01/22
    [toread]
  • Spring AOPサンプルアプリでAOPを理解する

    Spring AOPサンプルアプリでAOPを理解する:Spring Frameworkで理解するDI(3)(1/3 ページ) 前回「第2回 Springフレームワークの思想とAOP」ではSpringフレームワークが提供するAOPについて説明しました。今回は実際にコードを読みながら、AOPについて理解します。 サンプルアプリケーションでAOPを理解する SpringフレームワークのAOPは、AspectJのような特殊な言語や環境を必要としません。標準のJavaの機能だけで実現されています。そのためライブラリをいくつか設定するだけでDIコンテナにAOPを導入することができます。 SpringのAOPはDIコンテナで管理されたオブジェクトに対して使用することができます。またAOPによって処理が挿入されたオブジェクトインスタンスは、インターフェイスを介してアクセスされる必要があります。 DIでは、

    Spring AOPサンプルアプリでAOPを理解する
    Felio
    Felio 2006/01/25
    [spring] [java] [toread]
  • java.net: Implement Your Own Proxy-Based AOP Framework

    Feedback  | FAQ  | Press | Terms of Use Privacy  |  Trademarks | Site Map Your use of this web site or any of its content or software indicates your agreement to be bound by these Terms of Participation. Copyright © 1995-2008 Sun Microsystems, Inc.

    Felio
    Felio 2005/12/06
    [java] [toread]
  • Ajax in Action

    News April 08, 2024 08 Apr'24 Worlds toughest core Java interview question The trickiest Java interview question ever asked? In five words or less, explain the red 'x' the Eclipse IDE displays at the end of the provided Java code snippet. March 04, 2024 04 Mar'24 Best crash course to learn Jenkins from scratch Need to learn Jenkins CI fast? This Jenkins tutorial will quickly get you up to speed on

    Felio
    Felio 2005/10/24
  • 1