利用PowerBuilder开发WEB应用
发布时间: 2004-04-10 作者:唐晓波 龚晶
摘 要 介绍了几种PowerBuiler开发WEB应用的几种方法,分析其原理和
结构,并给出了用WEB.PB开发简单的网上应用的实例.
关键词 WEB应用; CGI; 分布式应用
Abstract The methods of developing web application using powerbuiler and the
structure of that are introduced. An example of shopping in Internet developed using
web.pb is given.
1 引言
随着计算机网络技术的日趋成熟,Internet的发展迅速,Internet应用开发将是现在和将来信息系统开发的主要技术方向之一。PowerBuilder是Sybase公司推出的用于企业级应用的开发工具,该工具不仅具有Client/Server应用的各种先进技术,还提供了基于浏览器/服务器的应用开发模式.
2 PowerBuilder中的WEB应用模块
PowerBuilder中含有开发WEB应用的模块,通过这些模块可以连接WEB服务器与PowerBuilder应用.该模块包括以下及部分,Web.PB:是几个可以在WEB服务器上执行的程序,被服务器激活后,调用PowerBuilder应用,完成客户端任务和对数据库的事务操作.Plug_ins(插入件):包括Window plug_in和Datawindow Plug_in,此方式可将PowerBuilder对象嵌入到页面中,在浏览器端执行PowerBuilder应用.Window Activex: 此方式与Window plug_in类似, 所不同在于该方式可以和HTML中的JavaScripts,VBscripts交互.本文主要讨论利用Web.PB开发WEB应用.
3 利用Web.PB开发WEB应用
|