这里有源码,采用Maven项目结构和依赖管理,适用Eclispe环境。不用自己找jar包了。打开可以看到安装步骤要点。
https://github.com/atwjsw/ssh-employee
https://github.com/atwjsw/ssh-employee
2016-10-13
注意这节有些页面跟老师的不同,我估计是老师抓重点,把前台的工作简化了。各位同学不需要安装视频的代码改,
1. 只要把html改成jsp(改后缀和页面头部内容)即可,
2. 页面中的路径如果没时间也不需要改,用相对路径也没问题的。
1. 只要把html改成jsp(改后缀和页面头部内容)即可,
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