文档介绍:建立基于Web技术的邮件服务平台
摘要:本文讲述了一个基于Web技术的邮件平台的开发过程。着重从服务器平台安装配置和用户界面的开发方面详细阐述了整个邮件平台开发的全过程。对开发过程中的难点进行了分析和研究,并通过系统结构图,功能模块图,配置文件,数据字典等方式形象地描述出来。
基于Web技术的邮件服务平台的开发主要包括服务器的安装配置,用户信息数据库的建立,用户访问界面程序的开发三个方面。对于服务器需要稳定性好、安全可靠,负载能力强,对于数据库需要安全可靠、数据完整性强。而对于用户界面应该具有能全面、友好易用等特点。
经过分析,我使用Windows XP作为Web服务器,使用Red Hat Linux 9作为DNS和邮件服务器,使用SQL server 2000作为后台数据库,使用JSP、Java、HTML为用户界面开发工具,使用Java Mail API为邮件处理程序的应用接口。并采用了目前流行的Java Servlet技术,保证了用户界面程序良好的可扩展性和可维护性。
关键词:基于Web技术,邮件服务平台,服务器,用户信息数据库,Java Servlet技术,Java Mail API
Build a mail serve platform that base on Web technique
Abstract: This text related a development of a mail serve platform that base on the Web technique. Text elaborated the whole process that mail platform develop, emphasize from the installation and setup of server and development of the custom interface. We have analyzed and studied for the difficulties of development, then described these vividly through the tools of the System Structure, Function Module, Configuration Files, Data Dictionary, etc
The development of Mail Serve Platform That Base On Web Technique mainly includes the three aspects of the installation and setup of the server, the consumer information database creates and the custom interface program development. We need a stability good safety and capability strong server, we need a safety plete database, we need a friendly and use easily custom interface.
As a result of analysis, I use Windows XP of Microsoft Corporation as the Web server, select Red Hat Linux 9 as the DNS and Mail server, use JSP, Java, HTML as development language, use Java Mail API as mail processing interface, and adopt Java Servlet Technique to guaranteed extensibility and ability of supportable.
Key words: base on Web technique, mail serve platform, server, custom information database, Java Servlet Technique, Java Mail API
目录
引言 1
第一章 电子邮件系统概述 2
电子邮件系统介绍 2
电子邮件系统发展简史 2
电子邮件系统的作用 3
电子邮件系统发展的现状及存在的问题 4
第二章 电子邮件系统分析 5
电子邮件系统的需求分析 6
用