Fight the Future

Java言語とJVM、そしてJavaエコシステム全般にまつわること

Spring 2.0(1)

ロッド氏のプレゼンをちょこちょこ読み取ってみようかな。
いきなり最後のまとめから。

Spring 2.0 Aims

  • Build on core Spring aim of offering a POJO programming model
  • Make Spring both simpler to use and more powerful

Spring 2.0はこれを狙ってる!

  • POJOプログラミングモデルの提供というSpringの目的の中核に基づく
  • Springは簡単に使えてパワフルになる

Spring 2.0 introduces simplified, extensible XML configuration

  • Custom tags for Java Naming and Directory Interface API, AOP, transactions and more

Spring 2.0は簡単で拡張性のあるXML設定を導入!

Significant improvements in Spring AOP

Spring AOPを改善!

  • ポイントカット式をサポート
  • AspectJスタイルのアスペクトをサポート
  • @AspectJアスペクトのサポート