這里有源碼,采用Maven項目結(jié)構(gòu)和依賴管理,適用Eclispe環(huán)境。不用自己找jar包了。打開可以看到安裝步驟要點。
https://github.com/atwjsw/ssh-employee
https://github.com/atwjsw/ssh-employee
2016-10-13
注意這節(jié)有些頁面跟老師的不同,我估計是老師抓重點,把前臺的工作簡化了。各位同學(xué)不需要安裝視頻的代碼改,
1. 只要把html改成jsp(改后綴和頁面頭部內(nèi)容)即可,
2. 頁面中的路徑如果沒時間也不需要改,用相對路徑也沒問題的。
1. 只要把html改成jsp(改后綴和頁面頭部內(nèi)容)即可,
2. 頁面中的路徑如果沒時間也不需要改,用相對路徑也沒問題的。
2016-10-12
<filter>
<filter-name>OpenSessionInViewFilter</filter-name>
<filter-class>org.springframework.orm.hibernate3.support.OpenSessionInViewFilter</filter-class>
</filter>
<filter-mapping>
<filter-name>OpenSessionInViewFilter</filter-name>
<url-pattern>*.action</url-pattern>
</filter-mapping>
<filter-name>OpenSessionInViewFilter</filter-name>
<filter-class>org.springframework.orm.hibernate3.support.OpenSessionInViewFilter</filter-class>
</filter>
<filter-mapping>
<filter-name>OpenSessionInViewFilter</filter-name>
<url-pattern>*.action</url-pattern>
</filter-mapping>
2016-10-11