版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進行舉報或認領
文檔簡介
HsingHsu'sKnowledgehasno 專注挖煤二十年 專注挖煤二十年 第五版精講火星人敏捷開發(fā)1001 2013-02-17 藏一、框架的:第7476::第7476:123篇 :0篇譯文:0篇 評論:17條JavaWebJSP
commons-logging-api-1.1.jarSSHSSIStruts
Spring(1)
相關資源:
springcontext3.2.1.RELEASE.jarMybatisXMLHTMLCSSFlexASP.NETC#C/C++
Windows應用程序
LinuxPythonDjangoSQLServerOracleDB220142014年10月2014年08月2014年05月2013年11月2013年10月
..GA.jar
edition/jdbc-10201-088211.htmlehcache-core- 2.4.3.ja 4.Final.jar.sr.ts.web.3l09.1ts<?xmlversion="1.0"encoding="UTF-<web-appversion="3.0"xmlns=""xmlns:xsi=""
<!--定義Struts2的控制器--<e-file-<e-file>index.html<e-<e-file>index.htm<e-<e-file>index.jsp<e-<e-file>default.html<e-<e-file>default.htm<e-<e-file>default.jsp<e-<e-file-
package publicclass extends*}
packagepublicclassLoginActionextendsBaseAction*publicStringexecute()throws{return}}
<?xmlversion="1.0"encoding="UTF-8"<!DOCTYPEstruts"-//ApacheSoftwareFoundation//DTDStrutsConfiguration2.0//EN""<constantname="struts.objectFactory"value="spring"<constantname="struts.i18n.encoding"value="UTF-8"<constantname="struts.i18n.reload"value="false"<constantname="struts.configuration.xml.reload"value="false" <constantname="struts.action.extension"value="action,," <constantname="struts.convention.result.path"value="/"<constantname="struts.serve.static"value="true"<constantname="struts.serve.static.browserCache"value="false"<packagename="com.hsinghsu.testSSH.action.test"extends="struts-<actionname="login"<resultname="success">新建測試jspe.jsp。
<%@pagelanguage="java"pageEncoding="UTF-<!DOCTYPEhtmlPUBLIC//W3C//DTDHTML4.01Transitional//EN""<title>e打開applicationContext.xml文件,配置spring,添加actionbean。
<?xmlversion="1.0"encoding="UTF-<beansxmlns=""instance"xmlns:p=""xmlns:aop="" xmlns:tx="xmlns:context=""
<?xmlversion="1.0"encoding="UTF-<web-appversion="3.0"xmlns=""xmlns:xsi=""xsi:schemaLocation="<!--ssh中文過濾
<!--定義Struts2的控制器--<!--對Spring容器進行實例化<e-file-<e-file>index.html<e-<e-file>index.htm<e-
<e-file>index.jsp<e-<e-file>default.html<e-<e-file>default.htm<e-<e-file>default.jsp<e-<e-file-則頁面會顯示eHsingHsu。ae
publicclassUserprivateLongid;privateStringname;privateStringpwd;
publicLonggetId()return}publicvoidsetId(Longid)this.id=}publicStringgetName()return}publicvoidsetName(Stringname)=}publicStringgetPwd()return}publicvoidsetPwd(Stringpwd)this.pwd=}}
<?xmlversion="1.0"encoding="utf-<!DOCTYPEhibernate-mapPUBLIC"-//Hibernate/HibernateMapDTD3.0//EN""<classname="com.hsinghsu.testSSH.model.User"<idname="id"<columnname="ID"<generatorclass="native"
<propertyname="name"<columnname="NAME"<propertyname="pwd"<columnname="PWD"
<?xmlversion="1.0"encoding="UTF-<beansxmlns=""instance"xmlns:p=""xmlns:aop="" xmlns:tx="xmlns:context=""<bean<property<beanid="dataSource" <propertyname="jdbcUrl"value="${hibernate.connection.url}" <propertyname="user"value="${hibernate.connection.username}" <propertyname="initialPoolSize"value="${c3p0.initialPoolSize}"<propertyname="minPoolSize"value="${c3p0.minPoolSize}"<propertyname="maxPoolSize"value="${c3p0.maxPoolSize}"<propertyname="maxStatements"value="${c3p0.maxStatements}" <propertyname="maxIdleTime"value="${c3p0.maxIdleTime}"<bean<property<reflocal="dataSource"<propertyname="map<property
<prop<prop<propkey=" <prop <bean <tx:methodname="save*"propagation="REQUIRED"<tx:methodname="add*"propagation="REQUIRED"<tx:methodname="create*"propagation="REQUIRED"<tx:methodname="insert*"propagation="REQUIRED"<tx:methodname="update*"propagation="REQUIRED"<tx:methodname="merge*"propagation="REQUIRED"<tx:methodname="del*"propagation="REQUIRED"<tx:methodname="remove*"propagation="REQUIRED"<tx:methodname="put*"propagation="REQUIRED"<tx:methodname="use*"propagation="REQUIRED"<!--hibernate4必須配置為開啟事務否則getCurrentSession()獲取不到<tx:methodname="get*"propagation="REQUIRED"read-only="true"<tx:methodname="count*"propagation="REQUIRED"read-only="true"<tx:methodname="find*"propagation="REQUIRED"read-only="true"<tx:methodname="list*"propagation="REQUIRED"read-only="true"<tx:methodname="*"read-only="true" (..)))ORexecution(*com.hsinghsu.testSSH.dao.impl.*.*(..))"advice-ref="txAdvice"<ponent-scanbase- <ponent-
hibernate.query.substitutionsyes'Y',no'N'hibernate.show_sqltrue settheumdepthoftheouterjoinfetchtree hibernate.format_sqlfalsementstrue hibernate.testsql=selecthibernate.active=hibernate.minidle=hibernate.maxidle=hibernate.maxwait=-
package importpublicinterface{publicUsergetUserByName(String
packageimportimportimportimportimport import importimport@Repository(value=publicclassUserDaoImplimplements{privateSessionFactorypublicUsergetUserByName(String{
Sessionsession=sessionFactory.getCurrentSession();List<User>list=newArrayList<User>();Criteriacriteria=if(!(null==name&&{ }list=if(list!=null&&list.size()>{return}return}}packagepublicinterfaceUserServicepublicbooleanlogin(Stringname,String
import importimport @Service(value=publicclassUserServiceImplimplementsprivateUserDaopublicbooleanlogin(Stringname,String{Useruser={{return}}return}}
package publicclassLoginActionextendsBaseAction*privateUserServiceprivateStringprivateStringpublicStringexecute()throws{ {return}return}publicStringgetUsername()return}publicvoid{this.username=}publicStringgetPassword()return}publicvoid{this.password=}}
<%@pagelanguage="java"pageEncoding="UTF-<!DOCTYPEhtmlPUBLIC//W3C//DTDHTML4.01Transitional//EN""<title>Inserttitle<formaction="login.action"method="post">Name:<inputtype="text"Password:<inputtype="password"<inputtype="submit"7e.jsp頁面。e.jsp文
<%@pagelanguage="java"pageEncoding="UTF-<%@tagliburi="/struts-tags"prefix="s"<!DOCTYPEhtmlPUBLIC//W3C//DTDHTML4.01Transitional//EN""<title>e<s:property <?xmlversion="1.0"encoding="UTF-8"<!DOCTYPEstruts"-//ApacheSoftwareFoundation//DTDStrutsConfiguration2.0//EN"""><constantname="struts.objectFactory"value="spring"<constantname="struts.i18n.encoding"value="UTF-8"
<constantname="struts.i18n.reload"value="false"<constantname="struts.configuration.xml.reload"value="false" <constantname="struts.action.extension"value="action,," <constantname="struts.convention.result.path"value="/"<constantname="struts.serve.static"value="true"<constantname="struts.serve.static.browserCache"value="false"<packagename="com.hsinghsu.t
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預覽,若沒有圖紙預覽就沒有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負責。
- 6. 下載文件中如有侵權(quán)或不適當內(nèi)容,請與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 2024葡萄酒年份酒經(jīng)銷商售后服務與銷售合同3篇
- 2024藥品質(zhì)量檢驗與監(jiān)管合同
- 二零二四年委托創(chuàng)作合同:原創(chuàng)音樂作品委托創(chuàng)作協(xié)議
- 二零二五年度綠色復墾土地流轉(zhuǎn)合同模板3篇
- 二零二五年度大巴車租賃與綠色出行宣傳合同3篇
- 2025年度餐飲店食品安全風險評估合同9篇
- 二零二四年三人共同投資大數(shù)據(jù)科技公司合同3篇
- 2025年度鐵路旅游列車運營管理合同3篇
- 2025年度綠色家居產(chǎn)品認證服務合同簡易版2篇
- 2024年環(huán)境工程監(jiān)理研發(fā)合同
- 專升本英語閱讀理解50篇
- 施工單位值班人員安全交底和要求
- 中國保險用戶需求趨勢洞察報告
- 數(shù)字化轉(zhuǎn)型指南 星展銀行如何成為“全球最佳銀行”
- 中餐烹飪技法大全
- 靈芝孢子油減毒作用課件
- 現(xiàn)場工藝紀律檢查表
- 醫(yī)院品管圈與護理質(zhì)量持續(xù)改進PDCA案例降低ICU病人失禁性皮炎發(fā)生率
- 新型電力系統(tǒng)研究
- 烘干廠股東合作協(xié)議書
- 法院服務外包投標方案(技術標)
評論
0/150
提交評論