基于MVC的OA协同办公系统的设计与实现 毕业论文.doc
文本预览下载声明
四川理工学院毕业设计(论文)
基于MVC的OA协同办公系统的设计与实现
学 生:
学 号:
专 业:
班 级:
指导教师:
四川理工学院计算机学院
基于MVC的OA协同办公系统的设计与实现
摘 要
本设计以某公司办公需求为设计对象,采用JSP和Tomcat Server6.0 软件为开发工具,实现了基于MVC的OA协同办公系统。该系统也是典型的办公系统(OA),其系统主要包括了数据库的规划设计与维护客户端应用程序的开发两个方面。在JSP中可以使用Java的JDBC技术实现数据库中表记录的查询、修改删除等操作,利用JDBC技术实现了Java数据库连接API,使数据库的内容可以在Web页面中显示。该系统主要实现的功能模块包括了部门管理、角色管理、职员管理、管理员日志、个人信息、工作安排、名片夹、待办事项、在线信息、个文件夹、公司通讯录和会议管理。该系统不仅提高了公司的办公效率,而且还具有友好的人机界面,简便的操作,良好的实用性。
MVC;模块化;JDBC技术;数据库;信息管理
Design and Implementation of OA Cooperative Office System in the MVC-based
ABSTRACT
OA system based on the MVC has been realized with the object of a company, and the development tool using software of Java Server Pages and Tomcat Server6.0 in this design, which is also a typical OA system. The systemic development has included mainly two aspects of the layout design and the maintenance of database, and the development of customer end application procedure. In the Java Server Pages ,the system has imposed the Java of the JDBC technology to realize these operations of the inquiring,revising, and deleting the database of the table of record, and also imposed the JDBC technology to realize the connection of the database and the application programming interface, the database content has been displayed in the Web pages. The main realizing function modules of the system have included the department management, role management, employ management, administrator log management, Personal information, organization of work, business card holder, to-do, online information, personal folders, company contacts, Conference Management. The system not only has improved the efficiency of the office of the company, but also has been possessed of the friendly man-machine interface, simple operation and preferable practicality.
Keywords: Model-View-Controller; Modularization; JDBCtechnology; Database; Information management;
目 录
第1章 绪 论 1
1.1引言 1
1.2 系统设计的背景 2
1.3 系统的功能简介 2
第2章 系统分析 3
2.1 需求分析 3
2.2
显示全部