论文无忧网提供:计算机毕业论文范文|计算机毕业设计|计算机毕业论文
栏目导航 ASP Java Web .NET VB6.0 JAVA VC VF DELPHI PB 计算机网络 计算机科学与技术 PHP 安卓APP 其他 C# 代写论文
当前位置: > 计算机 > Java Web >

JSP邮件收发系统

摘  要
由于网络中邮件管理系统繁多、业务需求多变,基于各邮件服务器的邮件管理系统的维护和业务变更变得难以进行。为了极大地方便上网用户,系统使用了B/S技术来进行开发,避免了原有的C/S结构开发所带来的弊端。并且将E-mail系统和Web应用结合起来,用户仅通过浏览器访问邮件系统即可。本邮件系统的基本功能包括:用户登录、通讯录管理、邮件收取、邮件发送、查看邮件、邮件的管理功能。
本文从软件体系结构设计模式的角度入手,首先设计和实现一个支持邮件收发、管理等基本功能的邮件管理系统,并在此基础上添加各项扩展功能。在介绍Struts2和MVC整体架构相关理论的基础上,研究如何使用这些JAVA框架和技术,使用MyEclipse开发工具构建灵活、实用的邮件收发平台。该架构的主要优点是:易于维护和扩展,方便用户的掌握和使用。
此邮箱系统功能主要分为管理员管理和用户管理两大部分,管理员管理主要包括管理用户信息、删除用户等;用户管理主要包括用户个人信息的管理、个人邮箱的管理等。该系统可以根据对功能需求进行扩展和完善。
 
 关键词:邮件管理系统; MyEclipse; MVC; Struts2





copyright paper51.com














Abstract
Currently, there are too many E-mail Management System, and too many business changing requirements, which results of E-mail Management System maintenance and operations become difficult to change. In order to greatly convenient of Internet users, the E-mail Management System used the B/S technology to carry on the development, which has avoided the malpractice of the traditional C/S structure. And combining the E-mail Management System and the Web application, then user can visit E-mail Management System just by opening the browser. The E-mail Management System basic function: the user registers, address list management, receiving the mail, sending the mail, reading the mail, mail management function.
In this paper, it firstly begins with the software architecture patterns, and then constructs an E-mail Management System which supports the basic functions, such as sending and receiving email,managing emailbox, next add the extension. On the basis of introducing Struts2 architecture and MVC structure, the paper discusses how to use these technologies and frameworks of JAVA to build a flexible, practical online teaching platform by MyEclipse development tool. The main advantages of this structure are as follows, it solves the problems of maintainability and extendibility in traditional website systems; it enables users to more easily grasp and use this system. 内容来自论文无忧网 www.paper51.com
This mail management system functions are divided into administrator and user management of two parts, the administrator management includes management of user information, delete users, etc.; The user management includes user personal information management, personal mailbox management. The system can be extended and improved based on functional requirements.

Key Words:E-mail Management System; MyEclipse; MVC; Struts2





目  录
摘  要 I
Abstract II
目  录 IV
引  言 1
1. 绪论 2
1.1 选题背景 2
1.2 课题意义 2
1.3 课题的研究内容 2
1.4 论文的组织结构 3
2. 理论基础与相关技术介绍 4
2.1 系统开发的工具 4
2.1.1 MyEclipse 8.6 4
2.1.2 MySQL 5.1 4
2.1.3 B/S架构编程体系 5
2.2 系统开发的技术 6
2.2.1 MVC理论基础 6
2.2.1 Struts2框架技术 8
2.3 本章小结 10
3. 系统需求分析 11
3.1 用户需求 11
3.1.1 系统功能需求 11
http://www.paper51.com

3.1.2 用户端特性 11
3.1.3 运行环境需求 11
3.1.4 性能需求 12
3.1.5 软件属性需求 12
3.2 数据描述 12
3.2.1 数据流程分析 12
3.2.2 数据字典 16
3.3 系统的总体设计 18
3.3.1 系统设计思想 18
3.3.2 系统模块设计 19
3.3.3 系统模块说明 21
3.4 本章小结 21
4. 数据库设计 22
4.1 概念结构设计 22
4.2 逻辑结构设计 23
4.3 本章小结 25
5. 系统详细设计 26
5.1 系统模块总设计思想 26
5.2 登录管理模块详细设计 26
5.2.1 新用户注册设计 26
5.2.2 登录模块设计 28
5.2.3 系统主界面设计 30
5.2.4 管理员模块设计 31
5.2.5 修改密码模块设计 33
5.3 邮箱管理模块详细设计 33
5.3.1 用户撰写和发送邮件设计 33
5.3.2 用户收件箱管理设计 36
5.4 通讯录管理模块详细设计 38
5.4.1 添加联系人设计 38
5.4.2 邮件群发设计 39
5.5 本章小结 41
6. 系统测试 42
6.1 系统测试目的 42
6.2 系统测试方法 42
6.3 测试用例及分析 43
6.3.1 登录模块测试 43

http://www.paper51.com


6.3.2 邮件收发模块测试 49
6.3.3 群发邮件模块测试 52
6.3.4 邮件管理模块测试 53
6.4 本章小结 54
7. 总结与展望 54
7.1 本文总结 54
7.2 系统改进 56
致谢 57
参考文献 58








------分隔线----------------------------
联系方式