基于struts架构的文档共享管理平台.doc

约68页DOC格式手机打开展开

基于struts架构的文档共享管理平台,基于struts架构的文档共享管理平台全文约3100字论述翔实摘要随着网络的发展,越来越多的人开始通过网络来了解和获得各种自己需要的信息,特别是一些专业人员对自己专业信息的需要。为此建立一个基于web的文档共享管理平台,以满足人们对信息的需求。通过本平台,用户可以查看最新上传的文档,查找下载自己需要的文档,还可以将自己...
编号:10-27816大小:380.00K
分类: 论文>计算机论文

内容介绍

此文档由会员 棉花糖糖 发布

基于Struts架构的文档共享管理平台

全文约3100字 论述翔实

摘要
随着网络的发展,越来越多的人开始通过网络来了解和获得各种自己需要的信息,特别是一些专业人员对自己专业信息的需要。为此建立一个基于WEB的文档共享管理平台,以满足人们对信息的需求。通过本平台,用户可以查看最新上传的文档,查找下载自己需要的文档,还可以将自己的文档上传,同别人共享信息资源。最终实现信息共享。该平台是采用现在流行的MVC模式,利用STRUTS框架,通过JAVA实现的B/S结构的信息平台。平台信息资源通SQLSERVER数据库管理系统进行管理,通过TOMCAT服务器对外发布。开发工具使用JBuilder。最终用户只需通过WEB浏览器就能方便的使用本平台的各个功能。

关键词:MVC,STRUTS,文档管理,上传,下载

A Shared Document Management Plat based on Struts Architecture
Abstract
More and more people especially professional obtain the information they need through ,as the development of the network, as the development of it. So I made an attempt to fulfill people's need of information by building a shared document management plat. By the plat users can examine the latest uploaded documents and download the documents they need, they also can submit their own share their own document with others by submit the document to Internet. I realized this B/S plat by using the popular MVC pattern, STRUTS architecture and JSP,I choose SQL server database management system store and deal with the information resource of the plat, and I release information through TOMCAT, and my development tool is JBuilder. End user can run this plat conveniently just through WEB browser.

Key words: MVC; STRUTS; document; management ; upload; download

目 录
第1章 前言 1
1.1 课题背景及目的 1
1.2 课题内容概述 1
1.3 论文结构安排 2
第2章 J2EE概述 3
2.1 J2EE的概念 3
2.2 J2EE的优势 3
2.3 J2EE的四层模型 5
第3章 Struts介绍 7
3.1 MVC概念 7
3.2 MVC的三层结构 7
3.3 MVC的优缺点 9
3.4 Struts中视图层的实现 10
3.5 Model模型层 12
3.6 Controller控制层 12
3.7 集成Struts组件 13
第4章 平台设计的分析与开发 15
4.1 需求分析 15
4.1.1 平台功能 15
4.1.2 数据库设计 17
4.2 软件设计方案 18
4.2.1 软件体系结构 18
4.2.2 基于Struts的系统结构设计 19
4.2.3 开发运行环境 19
4.3 系统关键模块的实现 19
4.3.1 数据库的连接 19
4.3.2 两个应用广泛的实体类: 21
4.3.3 注册功能的实现 22
4.3.4 上传和下载的实现 24
4.3.5 关于Java中的中文乱码问题 25
4.3.6 其他功能简述 26
第5章 结论 27
5.1 系统总结 27
5.2 系统展望 27
致谢 29
参考文献 30
附录 31
附件 1
附件A 1
附件B 18

部分参考文献

[3] 徐国平,刘臣勇,于军.Jsp网络开发实务.北京:电子工业出版社.2001.
[4] 邵敏,李小鸿,郑震等.XML编程实战-网络上的世界语.北京:清华大学出版社.2002.
[5] 慎健.基于Java平台的多层应用软件体系结构.计算机世界,1999,11:13-16.
[6] 孙卫琴.精通Struts.基于MVC的Java Web设计与开发.北京:电子工业出版社.2004.