概述
宗旨
核心
aop:提供面向切面程式設計依賴
aspects:aop依賴的包
web:需要 spring 完成 web 相關功能時需要
容器 container
ioc
spring 環境的搭建
每次引入乙個 xsd 檔案是乙個 namespace(xmlns)
配置檔案中只需要引入基本 schema
通過建立物件,預設配置檔案被載入時建立物件
<?xml version="1.0" encoding="utf-8"?>
xmlns
=""xmlns:xsi
=""xsi:schemalocation
="/spring-beans.xsd"
>
"peo"
class
="com.mak.pojo.people"
>
bean
>
beans
>
public
class
people
public
class
test
}>>> people [id=
0, name=null]
new()
; string[
] names = ac.
getbeandefinitionnames()
;for
(string string : names)
>>> peo
Spring框架簡介
bean的延遲載入 需要宣告一點,按照之前的例子來講,user預設情況下是在容器初始化的過程中被建立的,也就是預設並沒有使用延遲載入 所有的bean在預設情況下都是非延遲載入的,容器建立bean就會被建立,並且是單例的,單例後續再講 此時的配置檔案是 如要配置成延遲載入狀態 只需新增lazy ini...
Spring 框架簡介
1997 年 ibm 提出了 ejb 的思想 1998 年,sun 制定開發標準規範 ejb1.0 1999 年,ejb1.1 發布 2001 年,ejb2.0 發布 2003 年,ejb2.1 發布 2006 年,ejb3.0 發布 rod johnson spring 之父 expert one...
Spring 框架簡介
spring 框架簡介 data access integration 資料訪問 整合 資料訪問 整合層包括 jdbc orm oxm jms 和 transactions 模組,具體介紹如下。web模組 spring 的 web 層包括 web servlet struts 和 portlet 元...