摘 要
21世纪,人类社会已进入崭新的信息化时代,信息技术正以前所未有的速度发展,人们对信息的交互需求也与日俱增。无线通讯技术以及手机终端的发展,从一定程度上满足了人们的需求,人们随时随地上网已经基本实现。首先,无线通讯技术的发展使基于WAP方式的信息浏览查询存在技术前提,这也是我们系统存在的前提;其次,随着无线通讯技术以及手机终端的发展,在当前的无线网络环境下,通过本信息发布系统,人们可以自由发布信息和查询信息,从而实现随时随地的信息交互。结合系统开发所需要的及现行的数据管理技术,系统采用了tomcat+My eclipse +SQL server 2005数据库进行开发,开发语言为java + WML + WML script。系统完成就酒店、景区等信息的发布,管理,维护等功能,并实现了Internet WEB与WAP两种方式对信息的浏览查询。系统以提供操作简单方便、快捷,易懂易用为开发目标,用户界面设计简洁,操作使用方便,及具有高效的数据处理能力。而SQL SERVER 2005数据库以其强大的数据管理功能保证用户数据的稳定和安全。
关键词:信息查询;WML;WAP;WML script
The Implement of WML Information Query and Background Information Release Systemhttp://www.16sheji8.cn/
---The Implement of WML Information Query
Abstract
In the 21st century, it is an information age, in which the information technology develops more rapidly than ever before. Besides, the interaction between people and their need for information are increasing correspondingly. The development of the wireless communication technology and the mobile terminal has satisfied such kind of needs at a certain extent, and people's access to network in anywhere and at anytime has came true. Firstly, the wireless communication technology provides the precondition to information browsing and querying which bases on WAP mode, and it is also the precondition to our system. Secondly, as the development of wireless communication technology and the mobile terminal, people can release and query information freely. And through this middle system in the wireless environment, people can obtain information in anywhere and at anytime through wireless net and mobile terminal. Combinated the needs of middle system development with current data management technology, the system is developed by using tomcat+Myeclipse + SQL server 2005 in java & WML &WML Script language. The system has the function of information release, management and maintenance, and two modes of information access have been implemented, which are WEB and WAP. The purposes of this system are easy handling, easy studying and understandability. So, the user interface is terse and it is very convenient to handle. And more, the system has strong data processing ability. And the SQL SERVER 2005 ensures the stabilization and security through its powerful data management ability.
Key words: Information query; WML; WAP; WML script
目 录
论文总页数:22页
1 引言 1
1.1项目研究背景 1
1.2项目研究意义 1http://www.16sheji8.cn/
2 相关技术简介 2
2.1 WML简介 2
2.2 WML Script 4
2.3数据库连接池概述 4
3 需求分析与系统总体设计 5
3.1 系统需求分析 5
3.2 系统设计原则 5
3.3 系统功能介绍 6
3.4 系统流程图 7
3.5 数据库设计 8
4 具体的设计流程和实现 10
4.1 系统数据库的连接 11
4.2 系统功能模块设计与实现 12
4.2.1 注册模块的设计………………………………………………………………..12
4.2.2 登陆模块的设计………………………………………………………………..15
4.2.3 查询模块的设计………………………………………………………………..17
4.2.4与发布系统的连接模块的设计………………………………………………...18
结 论 18
参考文献 20
致 谢 21http://www.16sheji8.cn/
声 明 22
1 引言
1.1项目研究背景
在信息化时代的今天,如何方便快捷地进行信息的交互已经成为人们的热门话题。随着无线通讯技术以及手机终端的发展,随时随地进行信息的交互已经成为现实,WAP技术的出现犹如无线通讯的世界的一道曙光,使无线网络发生了革命性的变革。
WML语言是通过WAP浏览页面的解释语言。现在人们用无线通讯设备可以随时随地访问WAP网站,还可以通过WAP与Internet互联。但是在生活中,虽然大部份信息可以十分方便地通过WEB浏览查询方式得到,但是确不能满足移动的需要,而通过WAP方式也只能查询到有限的信息。大量信息需求者不能方便、及时地得到信息,而信息掌握者却没有一个良好的平台进行消息的发布,本系统试图实现这样的一个后端发布系统:信息所有者能及时方便的发布各类信息,信息查询者也能及时地通过WAP手机、PC机进行信息的查询,并做一定程度的互动。这正是本系统存在的前提;通过后端信息发布系统,人们可以通过WML页面及WEB等方式发布和获取信息,从而实现WAP与WEB之间的信息资源共享。http://www.16sheji8.cn/
从狭义上讲,后端信息发布系统是能把人们通过WEB与WAP方式输入的信息进行分类整理储存在数据库中,并产生相应的可供浏览的页面的系统。而广义上,它应该是对大流量和多种类的信息进行综合处理的平台,包括了相关的一系列的服务模块,从而实现WAP与WEB之间的信息共享。