3.8. Container extension points

3.8 Container extension points

コンテナの機能については、プラガブルに拡張できます。ここは後で見ようかと思うが、概要だけ。

3.8.1 Customizing beans using the BeanPostProcessor Interface

ここはBeanのライフサイクルコールバック、依存解決ロックなどを提供する。このあたりを拡張したい場合はここ触れ
http://fc2seblog.blog84.fc2.com/blog-date-201101-3.html

3.8.2 Customizing configuration metadata with BeanFactoryPostProcessor interface

Beanの定義情報をいじったり置換したりできる。置換は便利そう。
http://fc2seblog.blog84.fc2.com/blog-date-201101-2.html

3.8.3 Customizing instantiation logic with the FactoryBean Interface

Beanの複雑な生成処理などがある場合は、カスタマイズできる。
http://fc2seblog.blog84.fc2.com/blog-date-201101-1.html