电大计算机专业论文-电子拍卖系统
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
上海电视大学
毕业设计(论文、作业)毕业设计(论文、作业)题目:
电子拍卖系统
分校(站、点):上海国顺
年级、专业:10级计算机科学与技术
教育层次:本科
学生姓名:吴文杰
学号:1031001250441
指导教师:王云翔
完成日期:2012年12月
参考文献综述
SSH 在J2EE项目中表示了3种框架,即 Spring + Struts +Hibernate。 Struts 对Model,View和Controller都提供了对应的组件。Spring是一个轻量级的控制反转(IoC)和面向切面(AOP)的容器框架。它是为了解决企业应用开发的复杂性而创建的。Spring使用基本的JavaBean来完成以前只可能由EJB完成的事情。 Hibernate 是一个开放源代码的对象关系映射框架,它对JDBC进行了非常轻量级的对象封装,可以应用在任何使用JDBC的场合,可以在Servlet/JSP的Web应用中使用,也可以在应用EJB的J2EE架构中取代CMP,完成数据持久化的重任。
MySQL是一个开放源码的小型关联式数据库管理系统。目前MySQL被广泛地应用在Internet上的中小型网站中。由于其体积小、速度快、总体拥有成本低,尤其是开放源码这一特点,许多中小型网站为了降低网站总体拥有成本而选择了MySQL作为网站数据库。
摘要
随着市场竞争日益激烈,传统的由生产企业定价销售的方式正面临巨大挑战:在产品同质化程度日益提高、市场信息纷繁复杂的今天,优质产品如何快速获得恰当的
市场价值定位, 从而从众多同类产品中脱颖而出,成为每个企业产品销售面临的问题。在这样背景下,越来越多的企业尝试以更新、更有效的方式进开展销售工作,拍卖就是其中的一种手段。然而,传统拍卖是一项技术性很强的工作,没有专业的人员、没有专门的实施部门、以及没有有效的信息传播渠道,成为传统企业实施拍卖销售的一大障碍。针对这种情况,我们吸取各种商务系统的经验,根据中国企业的实际情况,决定开发一套全新的电子拍卖系统。
本文详细描述了设计和实现的一个拍卖系统,采用jsp、JavaScript、sitemesh 等语言开发网站页面,用struts2、Spring、和Hibernate3.0的技术实现动态设计,用Mysql关系系统数据库。利用软件工程的原理,从问题定义,需求分析,概要设计到详细设计,编码到最后的软件测试的整个过程。友好、简单易用的Web界面,丰富实用的功能设置,方便用户参与竞价、及时发送邮件给竞价最高者,当收到用户的签字后,拍卖才成功。
关键字:JSP;三大框架;SSH; B/S
ABSTRACT
With the increasingly fierce market competition, the traditional pricing by the manufacturers are facing a great way of marketing challenges: the increasing degree of
product homogeneity, market information, today's complex, high-quality products to the market value of rapid access to appropriate orientation, thereby many similar products stand out, as each enterprise product sales problems. In this context, more and more companies try to newer, more effective way to launch into the sales, the auction is one of them means. However, the traditional auction is a highly technical work, no professional staff, no specific implementation of the sector, and the lack of effective information dissemination channels of traditional enterprises become a major obstacle to the auction sale. In view of this situation, we learn from the experience of various business systems, according to the actual situation of Chinese enterprises, decided to develop a new electronic auction system.
This paper describes the design and implementation of an auction system, using jsp, JavaScript, sitemesh web pages such as language development, with struts2, Spring, and Hibernate3.0 dynamic design technology, relations with the Mysql database. Using software engineering principles, from problem definition, requirements analysis, outline design to detailed design, coding to the final software testing throughout the process. Friendly, easy-to-use Web interface, rich feature set of practical, user participation in bidding, timely delivery of mail to the highest bid who, when, after receiving the user's signature, the auction was successful.
Key words: JSP; three frameworks; SSH; B / S
目录
绪论 (2)
1 程序开发的技术基础 (3)
1.1 Web应用的体系结构 (3)
1.2 概述 (3)