struts-cleanup
org.apache.struts2.dispatcher.actioncontextcleanup
sitemesh
com.opensymphony.module.sitemesh.filter.pagefilter
struts
org.apache.struts2.dispatcher.filterdispatcher
bid.hbm.xml
item.hbm.xml
kind.hbm.xml
state.hbm.xml
org.hibernate.dialect.mysqldialect
true
update
20propagation_required,readonly
propagation_required
提到**,我們可以使用proxybeanfactory,並配置proxyinte***ces,target和interceptornames實現,但如果需要**的bean很多,無疑會對spring配置檔案的編寫帶來繁重的工作
spring為我們提供了,根據beanname匹配後進行自動**的解決方法
mgrtransactioninterceptor
5. daocontext.xml
dao層xml檔案配置:
這只是dao層hiberate和資料庫互動的一種方式:daotemplate
6. decorators.xml
檔案sitemesh修飾頁面需要加入的頂層和底層
專案所有頁面都需要這樣修飾
/*7. struts.xml
該檔案還可以包含所有action配置的xml,只要在該檔案中included即可
子檔案命名規範:
檔名_struts.xml
/jsp/login.jsp
/jsp/error.jsp
/jsp/viewsuccess.jsp
/jsp/viewfail.jsp
/jsp/viewbid.jsp
/jsp/mgritem.jsp
/jsp/mgrkind.jsp
/jsp/viewkind.jsp
viewkind.action
/jsp/viewitem.jsp
/jsp/mgruser.jsp
/jsp/error.jsp
/jsp/viewdetail.jsp
/jsp/login.jsp
/jsp/main.jsp
/jsp/login.jsp
mgritem
mgritem
mgrkind
mgrkind
viewdetail
viewbid
/jsp/login.jsp
/jsp/regist.jsp
jsp/mgruser.action
/jsp/edituser.jsp
jsp/mgruser.action
/edituser.jsp
胡斐email: [email protected]
2009-5-20
SSH框架學習
1 中文字元的處理 對於post方式提交的中文字元 request.setcharacterencoding utf 8 string name request.getparameter name 對於get方式提交的中文字元 string rawname request.getparameter ...
SSH框架整合的學習總結
各個配置檔案 1.配置好資料庫連線需要的bean org.hibernate.dialect.mysqldialect true true update thread 注意一定要導好jar包,同時要對應好所使用的jar包中的類 這個org.springframework.orm.hibernate3...
SSH框架流程說明(SSH框架各框架整合說明)
1.struts2和spring整合 沒有使用整合框架的時候,action請求是由struts2框架建立,當struts2和spring進行整合時,struts2框架提供了struts2 spring plugin 2.3.24.1.jar包,將建立action的操作交給了spring管理,spri...