Help required about Webspeed

Reynold

Member
Hello All,

Can anybody brief me about webspeed ? that what it is ? and how can i use it ?

Just a brief idea and if possible any short document which gives me an idea of webspeed ...

Not indepth just an overview or broad idea about webspeed.

Thanks
Reynold
 

Casper

ProgressTalk.com Moderator
Staff member
In short is WebSpeed a product which lets you redirect html requests from the webserver to the application server in such a way that you can write your HTML application in 4GL. That doesn't mean write it all in 4GL, you can make the pages in HTML, XHTML and can use AJAX, JavaScript or whatever language any webserver understands.
The main idea is that the webpages itself are parsed from a 4GL program. (that is program running on appserver).

The Progress documentation in general can be found here: http://www.psdn.com/library/kbcategory.jspa?categoryID=1896

HTH,

Casper.
 
Top