企业门户网站的设计与实现 - 图文 下载本文

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

学生姓名 学 号 所在学院 专业名称 班 级 指导教师

企业门户网站设计与实现

学生: 指导教师:

内容摘要:本文介绍了基于JSP的企业门户网站的设计,通过MySql数据库存储、读

取数据,运用TomCat作为服务器来实现的。完成企业门户网站的基本功能:提供新闻、搜公告管理、管理企业的各种信息和产品介绍等功能。包括了系统维护、产品管理、用户管理、用户注册、新闻中心管理、留言薄管理等功能;实现各个页面板块的数据读取、存储,简洁大方的网页设计,满足企业和客户的交互;实现方便管理要求,方便管理员管理新闻资讯、公告、产品信息、用户信息等等。门户网站跟企业网站在系统的构架上是完全不同的,门户网站对系统设计的要求非常高,不管是数据库运算的工作量、还是面向的用户群的数量它需要有并发处理能力、系统稳定性和运行效率功能,所以需要很考虑很多综合内容在里面。

综合以上的需求和问题,本人采用了MySQL数据库进行数据存储,通过JAVA EE来实现企业门户网站的基本语言,在网页的设计和实现使用的是TomCat来实现方便初学者编写简单的企业门户网站。

关键词:企业门户网站 JSP MySql TomCat 实现功能

I

Enterprise portal website design and implementation

Abstract: This paper introduces the design of JSP enterprise portal websi

te based on MySql database, through memory, read the data, use TomCat as the server to achieve. The basic function of Enterprise Portal: provides news, search notice management, management of enterprise information and product introduction and other functions. Including system maintenance, product management, user management, user registration, news management, message board management functions; implementation of each page plate data reading, storage, simple and generous Webpage design, meet the interaction between the enterprise and customers; easy to implement management requirements, to facilitate the administrator management news, announcements, product information, user information and so on. Portal and enterprise website is completely different in the frame of the system, portal to the design of the system is very high, whether the database operation workload, or the number of user groups for it requires a concurrent processing capability, the system stability and efficiency function, it needs to be considered in many integrated content.

Integrated requirements and the problems mentioned above, I use MySQL database for data storage, through the JAVA EE to achieve the basic language of enterprise portal, in the realization of design and the use of TomCat to achieve Webpage is easy for beginners to write simple enterprise portal.

Keywords: Enterprise portal JSP MySql TomCat Achieve functional

II

目 录

前言 ............................................................................................................................. 1 1 企业门户网站 ......................................................................................................... 1 1.1 企业门户网站 .................................................................................................... 1 1.1.1 企业门户的定义 ......................................................................................... 1 1.1.2 企业门户的基本组成部分及结构 ................................................................ 1 1.2 企业门户网站的功能与意义 .............................................................................. 2 1.3 企业门户网站的现状和前景 .............................................................................. 2 2 可行性分析 ............................................................................................................. 3 3 需求分析 ................................................................................................................ 4 3.1 功能需求 ........................................................................................................... 4 3.2 性能需求 ........................................................................................................... 4 3.3 配置软环境 ....................................................................................................... 5 3.3.1 安装配置JDK开发包 ................................................................................. 5 3.3.2 安装Web服务器Tomcat 6.0 .................................................................... 5 3.3.3 安装和配置数据库服务器MySQL 6.0 ........................................................ 7 3.3.4 安装MyEclipse 8.5开发环境 .................................................................... 7 4 总体分析 ................................................................................................................ 8 4.1 模块设计 ........................................................................................................... 8 4.2 数据库设计 ....................................................................................................... 9 4.2.1 补丁下载表 ................................................................................................. 9 4.2.2 友情链接数据库 ......................................................................................... 9 4.2.3 留言信息表 ................................................................................................. 9

III