タグ

springとrubyに関するhiro360のブックマーク (1)

  • JavaOne2006 DAY2 (arclamp.jp アークランプ)

    #typoがあったので、修正しました。 DAY2です。 Spring Framework Update ロッド・ジョンソン氏によるSpring 2.0の説明。Aspect Jとの統合は既報どおり。それ以上にコンフィグの話が中心でした。このブログでも何度も紹介していますが、名前空間による設定ファイルの拡張機能を全面的に導入してきました(参考:xbean ある意味、究極の統一定義)。例えばAOPも <aop:config> <aop:aspect bean="javaBeanMonitor"> <aop:before pointcut="execution(public !void get*())" method="beforeGettor" /> <aop:afterReturning pointcut="execution(public !void set*(*))" me

  • 1