1.匯入jar包
2.加入hibernate的支援。
3.加入spring的支援。
4.構建系統的包
5.生成hibernate的對映檔案。
6.編寫dao層(面向介面程式設計)
(1)dao層實現類繼承hibernatedaosupport
(2)在spring主配置檔案裡注入sessionfactory
7.編寫biz層(面向介面程式設計)
(1)在spring主配置檔案裡注入dao
8.加入struts支援
(1)開啟動態方法呼叫。
9.編寫action繼承actionsupport類在spring環境中注入biz
10.編寫web.xml檔案
`配置web.xml
spring主配置檔案
contextconfigloacation
配置spring***(載入spring)
org.springframework.web.context.contextloaderlistener
配置opensession
opensession
org.springframework.orm.hibernate3.support.opensessioninviewfilter
/*
11 配置struts.xml
/success.jsp
`
class屬性值是spring配置檔案裡面乙個bean的名字 基於xml方式的ssh整合
具體配置 具體的配置檔案中的內容是 jdbc.properties中的內容 user root password 1230 driverclass com.mysql.jdbc.driver jdbcurl jdbc mysql test hibernate.cfg中的內容 false true u...
SSH框架環境的搭建
把struts2看完了,在回過頭來想下struts的東東,有時候真的差不多要走火入魔了.接管,對struts action的處理上。新增順序建議是 shs順序,即spring hibernate struts ssh也可以,總之就 是hibernate要在spring的後面,讓spring託管hib...
PHP整合環境XAMPP搭建
xampp整合環境搭建 xampp官網 更改了儲存路徑,其他預設 路徑 f xampp 然後執行 xampp control.exe 可以啟動或停止apache mysql等各個模組並可將其註冊為服務。cfg servers i host localhost cfg servers i port 3...