Spring 模塊
spring 模塊
spring框架包含許多模塊,例如core,bean,context,expression language,aop,aspects,instrumentation,jdbc,orm,oxm,jms,transaction,web,servlet,struts等。這些模塊如下圖所示,它們分為test, core container, aop,aspects,工具,數據訪問/集成,web(mvc/remoting)。

test
此層提供了對使用junit和testng進行測試的支持。
spring core
spring core容器包含核心,bean,上下文和表達式語言(el)
core and beans
這些模塊提供ioc和依賴注入功能。
context
該模塊支持國際化(i18n),ejb,jms,基本遠程處理。
expression language
它是對jsp中定義的el的擴展。它支持設置和獲取屬性值,方法調用,訪問集合和索引器,命名變量,邏輯和算術運算符,按名稱檢索對象等。
aop, aspects and instrumentation
這些模塊支持面向方面的編程實現,您可以在其中使用建議,切入點等來分離代碼。
方面模塊提供對與aspectj集成的支持。
檢測模塊為類檢測和類加載器實現提供支持。
data access / integration
該組包括jdbc,orm,oxm,jms和事務模塊。這些模塊基本上提供與數據庫交互的支持。
web
該組包括web,web-servlet,web-struts和web-portlet。這些模塊提供了創建web應用程序的支持。