2009-06-11 12:57
一.首先配置web.xml
spring character encoding filter
org.springframework.web.filter.characterencodingfilter
encoding
utf-8
hibernatefilter
org.springframework.orm.hibernate3.support.opensessioninviewfilter
action
org.apache.struts.action.actionservlet
config
/web-inf/struts-config.xml
debug
3detail30
--------------------------------
二在struts中配置
type="org.springframework.web.struts.delegatingactionproxy">
三spring
ssh配置檔案詳解
配置 etc ssh sshd config 檔案 this is ssh server systemwide configuration file.port 22 listenaddress 192.168.1.1 hostkey etc ssh ssh host key serverkeybit...
SSH中事務配置詳解
前段時間對spring的事務配置做了比較深入的研究,在此之間對spring的事務配置雖說也配置過,但是一直沒有乙個清楚的認識。通過這次的學習發覺spring的事務配置只要把思路理清,還是比較好掌握的。總結如下 spring配置檔案中關於事務配置總是由三個組成部分,分別是datasource tran...
SSH執行過程和配置詳解
ssh架構是指 struts2 spring hibernate 這3個框架來搭建的專案。ssh框架在穩定性與生產效率上獲得了極佳的平衡,是目前比較流行的企業級開發架構。其實三個框架的整合,就是將hibernate的session建立交給spring,將struts2的action交給spring。...