1、 摘摘 要要 21 世纪的发展已经很大程度的依赖于计算机网络的发展,随着计算机网络 的快速发展而带来的一系列的基于网络的事物的飞速增长和世界信息化步伐的 加快, 于是越来越多的企事业单位包括各类院校都需要一个自己的信息发布和资 源共享的平台。为了满足这个需求,我们开发此工作室管理系统,用于软件学院 教学和师生日常交流。 系统基于 B/S 的开发模式, 前台使用 JSP 技术开发实现, 后台使用 MySQL5.0 数据库软件管理,并采用 Hibernate 框架进行数据库连接。系统主要分为信息展 示、工作室日常管理、系统管理、互动交流四大模块。 本文介绍了在 Struts 下应用 MVC 分层思
2、想:模型层、视图层、控制层,在 基于 JSP 页面、MySQL 数据库及 Resin 服务器端的基础上开发的软件学院工作 室管理系统。系统地阐述该管理系统开发的分析及设计过程,包括数据流图,功 能分析设计,数据库设计等;详细描述了本人负责模块的实现过程,并对本人在 系统模块中所使用关键技术的实现进行了全面的介绍。 【关键字】【关键字】工作室管理系统、分层思想、日常交流 【AbstractAbstract】 The development of the 21st century has a large extent dependent on the development of computer
3、 networks.With the rapid development of computer network, a number of network-based things grow rapidly and the pace of worlds informanization is accelerating,so there are more and more enterprise units including various institutions need its own information and resource sharing platform. To meet th
4、is demand, we have developed this system for regular conmunication between teachers and students of the college of software. The front of the system based on B/S pattern uses JSP to achieve while the background uses MySQL5.0 database software to manage, and Hibernate framework is used for database connection. The System consists four main modules of infomation publishing,regular management of the studio、system management and conmunication between each other. This paper introduces MVC delam