SunXin Struts2 chapter 19.
孙鑫《Struts.2深入详解》第19章
使用dbcp连接池
- 此版本可在SAE中成功运行。
将applicationContext.xml文件移动到resources文件下
- 初始化版本,在本地运行。
- 如果需要到SAE运行,可将下面的几个jar档去掉,具体的做法是把pom.xml中的相关scope由compile改为provide。
- commons-logging
- commons-lang
- commons-io
- commons-collections
- mysql-connector-java