spring各個版本中:
在3.0以下的版本,原始碼有spring中相關的所有包【spring功能 + 依賴包】
如2.5版本;
在3.0以上的版本,原始碼中只有spring的核心功能包【沒有依賴包】
1) 原始碼, jar檔案:spring-framework-3.2.5.release
commons-logging-1.1.3.jar 日誌
spring-beans-3.2.5.release.jar bean節點
spring-context-3.2.5.release.jar spring上下文節點
spring-core-3.2.5.release.jar spring核心功能
spring-expression-3.2.5.release.jar spring表示式相關表
以上是必須引入的5個jar檔案,在專案中可以使用者庫管理!
約束參考:
spring-framework-3.2.5.release\docs\spring-framework-reference\htmlsingle\index.html
下面是具體實現**:
<?xml version="1.0" encoding="utf-8"?>
2.user
package cn.itcast.a_hello;
public class user
public int getid()
public void setid(int id)
public string getname()
public void setname(string name)
}
3.junit測試
package cn.itcast.a_hello;
import org.junit.test;
import org.springframework.beans.factory.beanfactory;
import org.springframework.beans.factory.xml.xmlbeanfactory;
import org.springframework.core.io.classpathresource;
import org.springframework.core.io.resource;
// 1. 通過工廠類得到ioc容器建立的物件
@test
public void testioc() throws exception
//2. (方便)直接得到ioc容器物件
public void testac() throws exception
}
SSH框架開發流程步驟
乙個大致的ssh框架開發流程步驟 1 web容器啟動 載入spring配置進行初始化.spring配置中引用hibernate檔案載入.載入strusts控制器等等一系列的初始化 客戶端傳送請求 strust攔截請求 相應action處理請求 service層業務邏輯處理 hibernate負責資料...
關於框架開發
紀念 jar library installation jar檔案複製的目錄 2種方式區別 1.add checked libraries to project build path 把build path中引入的包指向myeclipse中lib的位置,就是把myeclipse中你需要的lib作為外...
框架開發1
config.inc.php配置檔案 cfg array cfg host localhost cfg user root cfg password 111111 conf.class.php讀取配置檔案的資訊,封裝類 單例類 class conf final protected function ...