减少冗余代码,抽取共同代码

14.1 导包

14.2 Entity/Page

a)Entity



b)Page

c)Entity.hbm.xml



14.3 Dao

a)Interface




b)功能类



c)核心类



14.4 Service

a)Interface




b)功能类



c)核心类


14.5 Action

b)功能类



c)核心类


14.6 配置web.xml

14.7 配置applicationContext.xml




14.8 配置struts.xml

14.9 应用