Skip to content
rankun203 edited this page Apr 9, 2013 · 2 revisions

在线教学模块
1 约定
1.1 命名规范
1.1.1 项目名称:OnlineTeach
1.1.2 包命名
1.1.2.1 主包:com.teachMng.onlineTeach.*
1.1.2.2 Struts Action: com.teachMng.onlineTeach.action
1.1.2.3 Service Interface: com.teachMng.onlineTeach.service
1.1.2.4 Service Impl: com.teachMng.onlineTeach.service.impl
1.1.2.5 Model: com.teachMng.onlineTeach.model
1.1.2.6 DTO: com.teachMng.onlineTeach.dto
1.1.2.7 DAO Interface: com.teachMng.onlineTeach.dao
1.1.2.8 DAO Impl: com.teachMng.onlineTeach.dao.impl
1.1.3 类命名
1.1.3.1 首字母大写,驼峰标识:StudentAction
1.1.4 页面命名
1.1.4.1 首字母小写,驼峰标识:addStudent.jsp
1.1.4.2
1.1.5 数据库命名
1.1.5.1 以t_开头
1.1.5.2 驼峰标识
1.2 主要颜色规范

Clone this wiki locally