1 / 53
文档名称:

毕业设计(论文)-基于JSP的图书管理系统.doc

格式:doc   页数:53
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

毕业设计(论文)-基于JSP的图书管理系统.doc

上传人:3346389411 2013/1/24 文件大小:0 KB

下载得到文件列表

毕业设计(论文)-基于JSP的图书管理系统.doc

文档介绍

文档介绍:**********大学本科毕业论文
****************英文****************
题目基于JSP的图书管理系统
TITLE Library Management System Based On JSP
学院
School
专业班级
Major&Class
姓名
Name
指导教师
Supervisor
2010年6月
论文独创性声明
本人所呈交的论文,是指导教师的指导下,独立进行研究和开发工作所取得的成果。除文中已特别加以注明引用的内容外,论文中不包含任何其他个人或集体已经发表或撰写过的研究成果。对本文的工作做出重要贡献的个人和集体,均已在文中以明确方式标明并致谢。本人完全意识到本声明的法律结果由本人承担。
特此声明。
论文作者(签名):

年月日
摘要
随着科学技术的进步和计算机行业的迅速发展,人们的工作效率得到大大提高。计算机信息处理系统的引进已彻底改变了许多系统的经营管理。
图书管理系统是学校管理机制中的重要组成部分,通过对图书馆管理系统的运行管理机制进行调查和研究,开发了此图书馆管理系统。本文中主要介绍了图书馆管理事务中的常见基本问题等研究背景,进行了全面的可行性分析,详细论证了系统的需求分析、系统设计、系统实现和系统测试过程。
本系统使用JSP进行网页界面的设计,使用MVC设计模式,采用开源框架Struts、Hibernate和Spring进行开发。后端的数据库采用Oracle,通过JDBC驱动和数据库进行无缝连接。
系统实现了用户登录、图书管理、借书证管理、图书借阅管理等功能模块。用户登录模块实现用户的登录和权限判定;图书管理模块实现了对图书的添加、删除、修改、查询等功能;借书证管理模块实现了对学生的添加、删除、修改、查询等功能;图书借阅管理模块实现了学生对图书的借阅、还书和所借图书的查看等功能。
测试结果表明,本系统实现了图书馆图书管理的主要功能,基本满足图书管理的需要。
关键词:图书馆,图书管理系统,JSP,STRUTS,HIBERNATE,SPRING.
Abstract
With the progress of science and technology, the astonishing rapid development of puter industry has been improving people’s working efficiency greatly. The introduction puterized information system has sharply changed the management in many systems in many fields.
The library management system takes an important role in the administration of anization. After the thorough investigations about the library management system’s mechanism, a book management system was designed. This thesis describes the main things of school library management issues and the research background of related statistic work, conducts prehensive analysis about the feasibility for the system and demonstrates requirement analysis, system design, the realization of system and the system test in detail.
The system is contrived with Java Server Pages technology as well as Struts, Spring and MVC design mode. The DBMS is Oracle. This system uses JDBC to connect the Oracle database server.
The system consists of function modules as user login, book management, library card management, book borrowing manageme