网站地图| 免费获取|
毕业论文网
  • 网站首页|
  • 论文范文|
  • 论文降重|
  • 职称论文发表|
  • 合作期刊|
  • 论文下载|
  • 计算机论文|
  • 外文翻译|
  • 免费论文|
  • 原创论文|
  • 论文开题报告
搜索

当前位置:毕业论文网 -> 论文下载 -> 资料论文下载 -> 基于AJAX技术的邮件系统设计与实现
计算机论文资料| ASP设计| Delphi| VB设计| JSP设计| ASP.NET设计| VB.NET| java设计| VC| pb| VS| dreamweaver| c#.net| vf| VC++| 计算机论文范文| 论文下载| 自动化论文

基于AJAX技术的邮件系统设计与实现

本文ID:LW19762 字数:16792,页数:41 价格:¥50.00 → 信用说明

以下为论文简介,扫一扫付款马上可获取全文,付款金额见标题右下角。付款后请把付款结果截图及本篇论文的网址或者论文ID发给客服,客服核实后,马上将论文发到您的邮箱或者在线传送给您。客服QQ:17304545 点击这里给我发消息   微信:17304545 扫一扫 扫一扫
本站会员可自行下载:下载地址 基于AJAX技术的邮件系统设计与实现 (收费:5000 积分)  如何获取积分?
基于AJAX技术的邮件系统设计与实现

^论文字数:16792,页数:41

摘要
 
 电子邮件是Internet应用服务之一,也是使用最多的互联网服务。电子邮件系统通过Internet,实现各类信息的传送、接受贮存等处理,将邮件传送到世界的各个角落。电子邮件系统经过几十年的发展,已经形成了完善的技术体系。用户最初只能通过Outlook,Foxmail等客户端软件来收发自己的邮件,但单纯的客户端程序进行邮件的收发已经不能满足用户移动办公的需要。Web邮件技术的出现,彻底解决了用户办公的需要,其快捷、方便的优点吸引了众多的网络用户。用户无须安装任何Email客户端软件,只需使用浏览器打开放在服务器上的特定网页即可进行Email收发及相关操作。
 J2EE、AJAX技术等新的Web技术的层出为邮件系统的更新带来了巨大的突破。本文着重阐述了实现基于J2EE的Hibernate技术和AJAX技术的Web邮件系统的理论基础、设计思想、系统架构、开发过程以及对以上内容的总结与展望。^论文前半部分着重论述了Hibernate、AJAX和JavaMail 邮件技术,阐释了电子邮件系统的工作原理及邮件传送过程,探寻如何开发邮件服务。简单介绍了与邮件系统相关的几个重要协议。熟悉按照这些协议、规范进行的电子邮件的传送过程。^论文后半部分是对系统的各个模块进行分析、设计和编码。包括系统整体设计思想,模块设计思想以及各功能模块实现的流程图等。最后对该邮件系统进行了总结和展望。
 
关键词:电子邮件,邮件系统,邮件协议

 

 

 

 

ABSTRACT
 
 Email is one of Internet applications and also the service users use most. Electronic Mail System fulfills transmission, receiving, storing management of all kinds of signals through Internet which connects the whole world, sending mails to every corner of the world. With many years' development, Email System has formed consummate technology architecture. Users can only use client softwares such as Outlook, Foxmail to receive and send their own mails at first, but this can't satisfy the requirement of users' moving office. With the appearance of Web Mail technique, the problem has been completely solved. Many network users are attracted by its advantages of speediness and convenience. Users can implement Email receiving, Email sending and so on by opening certain Web pages on Servers through Browsers without installing any Email Client softwares.
 The layer of the new Web technique of the J2EE, AJAX technique ..etc. for mail system of renewal bring huge of break. This paper emphasizes expatiating on the implementation of Web Mail system based on the Hibernate of J2EE platform and AJAX , including their theory foundation, design idea, system structure, development process, sum-up and expectation of all above. The first half part of the paper discusses the Hibernate and the AJAX architecture and JavaMail mail technique, explaining the work principia of Email system and the transmission process of Email, exploring how these technologies use JavaMail API to provide standard mail service. Then the paper simply introduces several important protocols correlative with mail system and comprehends the transmission process of Email according to these protocols and  criterions. The other half part of this paper sets forth analyse, design and coding of  each module in the mail system, including system's whole design idea, modules' design idea, implementation flow chart of each module, etc. In the end, the summarization of the Web Mail system is simply discussed in this paper.
 
Keywords: Email, Mail System ,Mail Protocols
目录

摘要 I
ABSTRACT II
第1章 引言 1
 1.1 背景 1
 1.2 研究内容 2
第2章 邮件系统开发方法 3
 2.1 AJAX客户端开发 3
 2.1.1 AJAX的异步能力 3
 2.1.2 AJAX丰富页面操作 3
 2.2 数据库访问技术分析 4
 2.2.1 JDBC数据库访问技术 4
 2.2.2 Hibernate中间件 4
 2.3 J2EE邮件开发 5
 2.4 开发环境介绍 6
 2.4.1 DREAMWEAVER 6
 2.4.2 MyEclipse 6.0 6
 2.4.3 Microsoft SQLServer 2000 7
 2.4.4 Tomcat 6.0 8
 2.5 本章小结 9
第3章 系统需求分析 10
 3.1系统设计原理 10
 3.2 系统主要功能要求 11
 3.3 本章小结 13
第4章 数据库设计 14
 4.1 数据库结构分析 14
 4.2 概念结构设计 15
 4.3 逻辑结构设计 17
 4.4 数据库安全性和完整性 19
 4.4.1 数据库的安全性 19
 4.4.2 数据完整性 19
 4.5 本章小结 20
第5章 系统详细设计与实现 21
 5.1 邮件管理设计 21
 5.1.1 异步发送电子邮件 21
 5.1.2 利用POP3协议接收电子邮件 25
 5.2 邮件标签管理设计 28
 5.2.1 添加标签 28
 5.2.2 修改标签 28
 5.2.3 删除标签 28
 5.2.4 使用标签 29
 5.3 通讯录设计 31
 5.3.1 组信息的管理 31
 5.3.2 联系人管理 32
 5.4 软件测试与完善 33
 5.5 本章小结 34
第6章 结束语 .......................35
致谢 36
参考文献 37

基于AJAX技术的邮件系统设计与实现由毕业论文网(www.huoyuandh.com)会员上传。
原创论文资料流程 相关论文
上一篇:学生社团日常活动跟踪管理系统设.. 下一篇:KTV管理系统的设计与实现
推荐论文 本专业最新论文
Tags:基于 AJAX 技术 邮件系统 设计 实现 2011-05-18 08:19:37【返回顶部】
发表论文

联系方式 | 论文说明 | 网站地图 | 免费获取 | 钻石会员 | 硕士论文资料


毕业论文网提供论文范文,论文代发,原创论文资料

本站部分文章来自网友投稿上传,如发现侵犯了您的版权,请联系指出,本站及时确认并删除  E-mail: 17304545@qq.com

Copyright@ 2009-2020 毕业论文网 版权所有