基于java技术的web环境下的网络商店销售系统.rar
基于java技术的web环境下的网络商店销售系统,基于java技术的web环境下的网络商店销售系统1.9万字 44页目录摘要 3abstract 4第一章 引言 51.1时下电子商务所采用的技术调研 51.2java servlet技术 71.2.1 servlet的介绍 71.2.2 servlets的接口 81.2.3 cookies 101.2.4 ser...
该文档为压缩文件,包含的文件列表如下:
内容介绍
原文档由会员 cnlula 发布
基于Java技术的Web环境下的网络商店销售系统
1.9万字 44页
目 录
摘要 ……………………………………………………………………… 3
Abstract ………………………………………………………………… 4
第一章 引言 …………………………………………………………… 5
1.1 时下电子商务所采用的技术调研 …………………………… 5
1.2 Java Servlet技术 …………………………………………… 7
1.2.1 Servlet的介绍 ………………………………………… 7
1.2.2 Servlets的接口 ………………………………………… 8
1.2.3 Cookies ……………………………………………………10
1.2.4 Servlet通讯 …………………………………………… 10
1.2.2 Servlet的计算模型 …………………………………… 11
1.2.3 Servlet与Web数据库的连接 ………………………… 11
第二章 基于Java技术的Web环境下的网络商店销售系统 ………… 12
2.1 网络商店销售系统的功能描述 ……………………………… 12
2.2 实例中关键部分程序设计 …………………………………… 12
2.3 实例中的数据库设计 ……………………………………………19
第三章 Servlet技术展望 ……………………………………………… 20
第四章 总结 ………………………………………………………………22
参考文献 ………………………………………………………………… 22
附录
摘 要:Java技术是一种与平台无关的编程语言,它具有“一次编写,随处运行”的特点,所以非常适合于分布式的网络编程。Servlet小应用程序通过JDBC与后端数据库进行SQL命令和数据的交互,同时,它通过各种形式(构建HTML页面等)同客户端进行通信,传递客户端SQL命令和数据库数据。构建电子商务网站是Java技术应用的一个范例,其中的Java Servlet技术占据了核心地位。本文以基于Java技术的Web环境下的网络商店销售系统为中心,来介绍Java Servlet技术的结构模型和应用。
关键词: Java Servlet;Web数据库
A network shop system of Web environment Based on Java
Abstract:Java technology is a language which isn’t in relation to the platform. It can run in everywhere if it was once modified, so it is very suit to modify the distributed network program. Servlet application programs exchange the SQL command and data in using JDBC, at the same time, it can communicate with users, impart the users’ SQL commands and the data through all kinds of methords. Making the network business web is one application of the Java technology, and the Java Servlet technology play the most important role in it . In this article , I will introduce the structure models and the application of the Java Servlet technology in introducing the network business system which is at the base of the Java technology.
Key words: Java Servlet; the web database
1.9万字 44页
目 录
摘要 ……………………………………………………………………… 3
Abstract ………………………………………………………………… 4
第一章 引言 …………………………………………………………… 5
1.1 时下电子商务所采用的技术调研 …………………………… 5
1.2 Java Servlet技术 …………………………………………… 7
1.2.1 Servlet的介绍 ………………………………………… 7
1.2.2 Servlets的接口 ………………………………………… 8
1.2.3 Cookies ……………………………………………………10
1.2.4 Servlet通讯 …………………………………………… 10
1.2.2 Servlet的计算模型 …………………………………… 11
1.2.3 Servlet与Web数据库的连接 ………………………… 11
第二章 基于Java技术的Web环境下的网络商店销售系统 ………… 12
2.1 网络商店销售系统的功能描述 ……………………………… 12
2.2 实例中关键部分程序设计 …………………………………… 12
2.3 实例中的数据库设计 ……………………………………………19
第三章 Servlet技术展望 ……………………………………………… 20
第四章 总结 ………………………………………………………………22
参考文献 ………………………………………………………………… 22
附录
摘 要:Java技术是一种与平台无关的编程语言,它具有“一次编写,随处运行”的特点,所以非常适合于分布式的网络编程。Servlet小应用程序通过JDBC与后端数据库进行SQL命令和数据的交互,同时,它通过各种形式(构建HTML页面等)同客户端进行通信,传递客户端SQL命令和数据库数据。构建电子商务网站是Java技术应用的一个范例,其中的Java Servlet技术占据了核心地位。本文以基于Java技术的Web环境下的网络商店销售系统为中心,来介绍Java Servlet技术的结构模型和应用。
关键词: Java Servlet;Web数据库
A network shop system of Web environment Based on Java
Abstract:Java technology is a language which isn’t in relation to the platform. It can run in everywhere if it was once modified, so it is very suit to modify the distributed network program. Servlet application programs exchange the SQL command and data in using JDBC, at the same time, it can communicate with users, impart the users’ SQL commands and the data through all kinds of methords. Making the network business web is one application of the Java technology, and the Java Servlet technology play the most important role in it . In this article , I will introduce the structure models and the application of the Java Servlet technology in introducing the network business system which is at the base of the Java technology.
Key words: Java Servlet; the web database