|
利用PowerBuilder开发WEB应用
|
| |
作者:唐晓波 龚晶 摘 要 介绍了几种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应用.
|
|
|
|
|