- 1、本文档共43页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
基于J2EE招标信息管理系统的分析与设计
摘要
J2EE是一种利用Java 2平台来简化企业解决方案的开发、部署和管理相关的体系结构。当今许多企业都需要扩展业务范围,降低经营成本,缩短和客户之间的响应时间,这就需要存在一种简捷快速的服务在企业,合作伙伴和雇员之间。提供这些服务的应用软件必须同企业信息系统(EIS)相结合,并提供新的能向更为广阔的用户提供的服务。本设计用JSP+JavaBean来实现招标信息管理系统,结构上采用管理端与客户端分离的方法来实现,思想上采用面向对象机制,将项目、产品、厂商等封装成数据类,并且每个类都有对应的操作类;结构上采用界面、业务逻辑和数据分离的三层结果设计;数据库连接上采用了连接池,以此来提高数据库效率。
关键词:J2EE;JavaBean;JSP;数据库连接池
J2EE tender information management system analysis and design
ABSTRACT
J2EE is a kind of system framework which using the Java 2 platforms to simplify the enterprise solution of the development, the deployment and the management。At present, there are many enterprises all need to expand the business scope, to reduce the cost of operation and the response time with the customer, this needs to exist one kind of simple and fast service in the enterprise, partner and employee. Internet software which can provide those service must combine to the enterprise information system (EIS), and provides new capability which can expand the user. This design implement the tender information management system with JSP+JavaBean, in the structure ,which uses the method to separate management end and client side; in the thought, which uses the object-oriented mechanism, of which classify the project,the product, merchant to data, each kind all has corresponding operation class;in the structure, which uses the interface, business logic and the data separation three layer design; the database–connecting use the connection pond to enhance the the database efficiency.
Key words: J2EE;JavaBean;JSP;database connection pond
目 录
第一章 绪论 1
1.1 引言 1
1.2课题背景 1
1.3 J2EE 的介绍 2
1.3.1 J2EE的概念 2
1.3.2 J2EE的四层模型 3
1.3.3 J2EE的核心API与组件 4
第二章 系统概论 6
2.1 系统概述 6
2.1.1系统功能与背景 6
2.2 系统预览 6
2.2.1 系统特点 8
2.3 系统设计 8
2.3.1 系统设计思想 9
2.3.2 系统功能模块划分 9
2.3.3 系统结构设计 10
2.4 数据库设计 11
2.4.1数据库需求分析 11
2.4.2数据库概念结构设计 12
2.4.3数据库逻辑结构设计 14
2.4.4数据库的生成与配置 17
第三章 JSP在招标信息管理系统中的应用 18
3.1 JSP的介绍 18
3.2 JSP在招标信息管理系统中的应用 18
3.2.1客户端界面设计 18
3.2.2管理端界面设计 20
第四章
文档评论(0)