这几句话怎么翻译

下面是《Spring in Action, Second Edition》第三章(Advanced bean wiring)的目录

 

This chapter covers
■ Parent/child bean creation
■ Custom property editors
■ Postprocessing beans
■ Dynamically scripted beans

 

“Postprocessing beans”“Dynamically scripted beans”是什么意思啊

[quote]“Postprocessing beans”和“Dynamically scripted beans”是什么意思啊[/quote]

Dynamically scripted beans是指基于动态脚本语言(ruby等)所创建的Bean,Spring2中新增加了对动态脚本语言的支持.

这个章节包括以下内容:

[b]父/子 Bean的创建[/b]
[b]自定义属性编辑器[/b]
[b]后加工的Bean /b
[b]动态脚本Bean[/b]

没看过这本书,Postprocessing beans和AOP有什么关系吗?