部门模块:具有增删改查(部门)的功能。
Dao层的实现:
1,定义一个DepartmentDao.java。
定义基本的数据库操作。
2.定义一个实现DepartmentDaoImpl.
实现DepartmentDao接口,实现具体的操作
Server层的实现
1.定义一个DepartmentServer接口.里面定义对部门的一些操作
2.定义一个DepartmentServer接口的实现类
Action层的实现
在struts-department.xml中里面的写法是:
想要访问时,在网址里面写http://127.0.0.1:8080/itcast09090a_xml/DepartmentAction_getAllDepartment.action,