企业门户网站的设计与实现

发布时间 : 星期六 文章企业门户网站的设计与实现更新完毕开始阅读

宁夏大学新华学院本科学位论文

摘 要

当今社会网络技术的快速发展,使得互联网己成为信息的主要载体,成为信息阵地的前沿,信息网络化更是信息化建设的重要途径之一。其中,网站作为互联网中的重要成员,它的作用更是不言而喻,不论是企业、单位、企业、公司或是个人,无不使用网站树立自身品牌形象,宣传文化特色,利用图文声像等表现形式进行信息的传播。另一方面,企业的网站还承担着为企业员工服务的功能。门户网站为其提供了可能。

论文主要研究实现企业宣传信息门户网站。采用的Struts2框架技术,实现企业办公的JBPM工作流系统,实现只需要登录一次就可以访问所有相互信任的应用系统的账号登录。门户网站采用流行的UML需求分析模式和成熟的面向对象设计方法,完成门户网站的功能需求、模块设计和数据库设计。前台网站采用Apache提供Web服务,全部是静态网页采用SSI技术,由后台管理页面产品并生成。后台网站则采用Tomcat提供服务,全部是动态页面,采用Struts2框架和JBPM工作流实现,将发布的信息生成静态页面后保存到前台网站中。

最后对门户网站进行了性能测试,测试网站的各个模块功能实现情况。程序正常无异常。

关键字:门户网站;数据库;互联网

I

宁夏大学新华学院本科学位论文

Abstract

The rapid development of today's society of the network technology, the Internet has become the main carrier of information, has become the information leading position, the information network is one of the most important ways of information construction.Among them, the siteas an important member of the Internet, its role is self-evident, regardless of is the enterprise,school, unit, company or individuals, all use the web site to establish their own brand image,propaganda and cultural characteristics, spreading information by using the graphic audio-visual and other forms. On the other hand, the enterprise website also is responsible foremployee services. Portals may be provided for them.

This paper mainly studies the realization of enterprise information portal. The framework of Struts2 technology used in the implementation of JBPM workflow system, business office, onlyneed to log in once to access all the applications of mutual trust account login. Portal using the popular UML demand analysis model and object-oriented design methods, completed thefunctional requirements the portal website, the module design anddatabase design. The siteuses Apache to provide Web services, are all static Webpage using SSItechnology, thebackground management page column and generate. The background site provided by Tomcat service, all the dynamic pages, using Struts2 frameworkand JBPMworkflow, therelease of information to generate static pages save to the reception site.Finally has carried on the portal site performance testing, each module function realization oftest site. The normal program is no exception.

Keywords: portal; The Internet Database; Internet

II

宁夏大学新华学院本科学位论文

目 录

第1章 绪论 .............................................................................................. 1

.................................................................................. 1.1 选题背景及意义 1

........................................................................................ 1.2 国内外研究 1 ..................................................................................... 1.2.1 国内研究 1 ..................................................................................... 1.2.2 国外研究 2 ..................................................................................... 1.3 主要研究内容 3

..................................... 1.3.1 为企业展示信息,为访客提供有效沟通的渠道 3 ................................................. 1.3.2 实现企业信息系统等资源的有效整合 3

.......................................................... 1.3.3 提升企业形象,提升企业业绩 4 ............................................................................... 1.4 论文基本框架结构 4

........................................................................................... 1.5 本章小结 4 ....................................................................................... 第2章 相关技术 5 ...................................................................................... 2.1 Web服务介绍 5

................................................................................ 2.2 B/S系统结构介绍 6 ................................................................................. 2.3 SQL Server 2005 7

........................................................................................... 2.4 本章小结 7

第3章 门户网站的需求分析 ..................................................................... 9

........................................................................................... 3.1 需求概述 9

.................................................................................. 3.2 技术可行性分析 9 .................................................................................. 3.3 经济可行性分析 9 ................................................................................. 3.4 法律可行性分析 10 ................................................................................. 3.5 功能性需求分析 10 .................................................................................... 3.5.1 新闻管理 11 .................................................................................... 3.5.2 产品展示 12 .................................................................................... 3.5.3 权限管理 13 ..................................................................... 3.6 门户网站非功能需求分析 13 .......................................................................................... 3.7 本章小结 14 ............................................................................ 第4章 门户网站的设计 15 .............................................................................. 4.1 系统总体设计原则 15

.................................................................................... 4.2 系统总体架构 16 ........................................................................... 4.3 系统运行软硬件环境 16

.............................................................................. 4.4 网站系统总体设计 17

III

宁夏大学新华学院本科学位论文

.............................................................................. 4.4.1 系统功能结构 17 .............................................................................. 4.4.2 系统界面设计 17 .................................................................. 4.5 门户网站前台模块功能设计 18

.................................................................. 4.6 门户网站后台模块功能设计 21 .......................................................................................... 4.7 本章小结 23

............................................................................ 第5章 系统数据库设计 24

................................................................................. 5.1 数据库设计原理 24

....................................................................................... 5.2 数据库建模 24 ................................................................................. 5.3 数据库逻辑设计 25

................................................................................. 5.3.1 图片信息表 25 ....................................................................................... 5.3.2 新闻表 26 ................................................................................. 5.3.3 用户信息表 26 ....................................................................................... 5.3.4 目录表 27 ....................................................................................... 5.3.5 视频表 27 .......................................................................................... 5.4 本章小结 27

............................................................................ 第6章 门户网站的测试 28

.......................................................................................... 6.1 测试内容 28

.......................................................................................... 6.2 功能测试 28 .............................................................................. 6.2.1 用户界面测试 28

.................................................................................... 6.2.2 链接测试 29 .................................................................................... 6.2.3 表单测试 29 ................................................................................. 6.2.4 数据库测试 29 .................................................................................... 6.2.5 性能测试 30 ................................................................................. 6.3 测试结果及分析 30 .................................................................................... 6.3.1 系统测试 30 .................................................................................... 6.3.2 压力测试 31 .......................................................................................... 6.4 本章小结 31

.......................................................................................................... 结论 32 ................................................................................................... 参考文献 33 .......................................................................................................... 致谢 34

IV

联系合同范文客服:xxxxx#qq.com(#替换为@)