1 / 11

16.2 系统设计

16.2 系统设计. JSP 视频教学课程. 目录. 1. 系统目标. 2. 系统功能结构. 3. 业务流程图. 4. 系统界面设计. 5. 开发环境. 1. 系统目标. 根据前面所做的需求分析及用户的需求可知,企业通讯系统属于小型的企业通信软件,在系统实施后,应达到以下目标: 界面设计友好、美观 操作灵活、方便 提供功能强大的信息库管理,方便用户进行短信息的编写 提供邮件群发功能,提高工作效率 在发送短信时,可以直接从现有信息库中获取信息内容

Download Presentation

16.2 系统设计

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. 16.2 系统设计 JSP 视频教学课程

  2. 目录 1. 系统目标 2. 系统功能结构 3. 业务流程图 4. 系统界面设计 5. 开发环境

  3. 1. 系统目标 • 根据前面所做的需求分析及用户的需求可知,企业通讯系统属于小型的企业通信软件,在系统实施后,应达到以下目标: • 界面设计友好、美观 • 操作灵活、方便 • 提供功能强大的信息库管理,方便用户进行短信息的编写 • 提供邮件群发功能,提高工作效率 • 在发送短信时,可以直接从现有信息库中获取信息内容 • 对用户输入的数据,进行严格的数据检验,尽可能地避免人为错误 • 数据存储安全、可靠

  4. 2. 系统功能结构 • 根据系统的特点,可以分为名片夹管理、信息库管理、收发短信、邮件群发、系统参数设定、系统设置和退出系统等7个系统,其中各个部分及其包括的具体功能模块如图:

  5. 3. 业务流程图

  6. 4. 系统界面

  7. 4. 系统界面

  8. 4. 系统界面

  9. 5. 构建开发环境 • 服务器端: • 操作系统:Windows2003 • Web服务器:Tomcat6.0 • Java开发包:JDK1.5以上 • Java Mail开发包:Java Mail 1.4.7 • 短信猫:北京****短信猫 • 数据库:SQLServer2000 • 浏览器:IE6 • 分辨率:1024*768 • 客户端: • 浏览器:IE6 • 分辨率:1024*768

  10. 5. 构建开发环境 • 1.建立短信猫的开发环境 • BestMail.dll 拷贝至jdk1.7\jre\bin • BestMail.jar 拷贝至Tomcat7.0\lib • 2.建立Java Mail的开发环境 • 下载并构建Java Mail API • http://java.sun.com/products/javamail/downloads/index.html • 将Mail.jar拷贝至WEB-INF\lib • 下载并构建JAF(JavaBeans Activation Framework) • http://java.sun.com/products/javabeans/jaf/downloads/index.html • 将activation.jar拷贝至WEB-INF\lib

  11. 谢谢收看! JSP 视频教学课程

More Related