servlet技术实现数据库查询.doc

约21页DOC格式手机打开展开

servlet技术实现数据库查询,servlet技术实现数据库查询1.7万字20页目录abstract 3摘要 4第一章 引言 51.1几种主流动态网页查询技术的比较 5第二章 servlet查询数据库 62.1servlet技术介绍 62.2servlet实现的技术优点62.3servlet技术应用方式72.4servlet基础知识 72.5...
编号:10-31559大小:123.00K
分类: 论文>计算机论文

内容介绍

此文档由会员 刘丽 发布

SERVLET技术实现数据库查询
1.7万字 20页



目 录
Abstract …………………………………………………………… 3
摘要 ………………………………………………………………… 4
第一章 引言 ……………………………………………………… 5
1.1几种主流动态网页查询技术的比较…………………… 5
第二章 Servlet查询数据库 ……………………………………… 6
2.1 Servlet技术介绍 …………………………………… 6
2.2 Servlet实现的技术优点……………………………… 6
2.3 Servlet技术应用方式………………………………… 7
2.4 Servlet基础知识 …………………………………… 7
2.5 JDBC …………………………………………… 11
2.6 网络三层数据库结构………………………………… 12
第三章 编程方法及实例 …………………………………………… 14
3.1 查询原理示意图 …………………………………………… 14
3.2 整体实现及代码 …………………………………………… 14
3.3 程序编译环境设置……………………………………… 17
3.4 Windows服务器端数据库的设置………………………… 18
3.5程序运行………………………………………………………18
第四章 展望与总结 ……………………………………………… 19
参考文献 …………………………………………………………… 20


Searching web database using Servlet
Abstract:
By analyzing and comparing the techniques of popular dynamic web pages and its web database searching . we put forward the project of accessing web database based on Servlet . In this text, at first we introduce you the characteristic of Servlet ,then we will discuss the running mechanism and implementation method in detail .at last we point out the merit of this project and the trend in the future.
Key words : Servlet ;Webdatabase ;Jdb



摘要:
通过分析和比较目前比较流行的动态网页技术以及他们各自采用的数据库搜索技术,我们提出了用Servlet技术实现WEB数据库查询的方案。首先我们介绍了Servlet技术优点以及应用方式,然后较详细的介绍了有关实现本文系统的相关Servlet的技术和JAVA数据库的相关知识,以及环境的安装跟调试,最后我们提到了此方法的发展趋势。
关键词:Servlet;JDBC;网络数据库



参考文献
[1] 陈海山.《深入Java servlet网络编程》[M]。北京: 清华大学出版社
2002/2:8-22,82-105,236-243
[2] 孙一林,彭 波.《JAVA数据库编程实例》 [M].北京:清华大学出版社,
2003:245-253,283-289,300-309