The i-Technology Media!
Register | Log in
   
 
.NET  ·  AJAX  ·  CLOUD  ·  ECLIPSE  ·  FLEX  ·  OPEN WEB  ·  iPHONE  ·  JAVA  ·  LINUX  ·  OPEN SOURCE  ·  ORACLE  ·  PBDJ  ·  SEARCH  ·  SILVERLIGHT  ·  SOA  ·  VIRTUALIZATION  ·  WEB 2.0  ·  WIRELESS  ·  XML
Comments
Drool, Britannia? Is the UK Failing the Cloud?
By Roger Strukhoff
Richard Davies wrote: The UK has a good crop of technology pioneers in cloud computing - for example ElasticHosts, FlexiScale, Flexiant, OnApp - and also some strong government initiatives such as G-Cloud. We will have to see whether this kind of technical leadership converts into swift mass-market adoption or not.
Jan. 8, 2012 11:38 AM EST
read more & respond »
Cloud Expo on Google News
Did you read today's front page stories & breaking news?

Cloud Expo & Virtualization 2011 West
Keynotes
Oracle
Opening Keynote | An Enterprise Cloud for Business-Critical Applications
Abiquo
Day 2 Keynote | The Enterprise Cloud Tightrope - Balancing for Success
Akamai
Day 3 Keynote | The DNA of an Enterprise Cloud
DIAMOND SPONSOR:
Oracle
Many Clouds, Many Choices'Cloud
PLATINUM PLUS SPONSORS:
Abiquo
Enterprise Cloud Best Practices - Town Hall - Join the discussion…
PLATINUM SPONSORS:
Intel
Progressing Toward the Federated, Automated and Client-Aware Cloud
New Relic
How to build an app with Twitter-like throughput
Rackspace
Computing in the Cloud Era
GOLD SPONSORS:
Gale Technologies
Practical Cloud Migration
IBM
Re-think IT. Re-inventing Business.
Intel/McAfee
Identity Driven Security in the Cloud
PerspecSys
Hackers Hackers Everywhere, Is My Public Cloud That Safe?
Red Hat
Unlock the Value of the Cloud
SHI
Mission Critical Applications and the Cloud - Myth or Reality?
SoftLayer
Not Your Grandpa's Cloud
Terremark
Integrating Enterprise Clouds
VMware
Upgrade to a vCloud
POWER PANELS:
Cloud Expo Silicon Valley: CTO Power Panel
Cloud Expo Silicon Valley: CEO Power Panel
Cloud Expo Silicon Valley: Cloud SuperStars Panel
Cloud Expo Silicon Valley: CloudNOW Panel
Click For 2010 West
Event Webcasts
Cloud Expo & Virtualization 2011 East
DIAMOND SPONSOR:
Dell
Dell & VMware Deliver the Enterprise Hybrid Cloud
PLATINUM PLUS SPONSORS:
Abiquo
Are Financial Services Organizations Risking Security by Avoiding Cloud Computing?
Oracle
From Consolidation to Enterprise Private PaaS
PLATINUM SPONSORS:
Intel
Driving the Transformation to Next Generation Cloud Data Centers
Rackspace
The Inevitability of an Open Cloud
GOLD SPONSORS:
CA Technologies
Follow YOUR path to Cloud Computing
Interxion
Who Keeps the Cloud in the Air?
Microsoft
Patterns for Cloud Computing
PerspecSys
War in the Clouds: Are you ready?
ServiceMesh
The Big Win: Stop Playing Small-Ball with Your Cloud Strategy
Terremark
Evaluating Enterprise Clouds
Xiotech
Cloud Storage: Myths and Realities
POWER PANELS:
Cloud Expo New York: CTO Power Panel
Cloud Expo New York: CEO Power Panel
Cloud Expo New York: CMO Power Panel
Cloud Expo New York: Wrap-Up Power Panel
Click For 2010 West
Event Webcasts
Live Google News by SYS-CON!
Top Three Links You Must Click On


Features
How to Use PowerBuilder .NET Applications on Linux
Turning legacy apps into Web apps

By: Oscar Uriel Tobar Rios
Oct. 25, 2008 09:30 AM
  • 1
  • 2
  • next ›
  • last »

With PowerBuilder 11 Sybase gave developers what we have long hoped for - the possibility of taking an application created in a client/server architecture and turning it into a Web application, almost without having to move the code; and it's better if you don't use a server application. Once the Web Form application is ready, it looks like I have a "multi-platform" application and any operating system can use it. But when I go to a Linux box to see my system...open the Web browser and type in the Web URL... it doesn't even show the user and password window well. Now imagine running a Windows application in Linux - impossible? No, not exactly. This article will try to explain how to run applications made in PowerBuilder 11 on a Linux operating system.

The article is divided into two parts: the first is about how to run an application in Web Form PowerBuilder on Linux and the second is an application running on a Linux PB client/server.

How to Run a PB.NET Web Application Form on Linux
First let's assume that I have a Web PowerBuilder Forms application that runs properly on a Windows server. Actually, in this article I'm not going to explain how to write the application, just how to run it on Linux.

The Problem
To run a .NET WebForm application made with PowerBuilder on Linux, various things must be taken into account. First ASPX pages and others generated through the .NET Framework 2.0 are designed to run on Microsoft Internet Explorer, preferably version 6 or 7. The problem is getting the application to use a "native" Linux browser, such as Firefox or Opera. I wrote a small application to test the compatibility of common Web controls such as a DataWindow, checkbox, radio buttons, and edit mask (see Figure 1). Naturally it behaves well in Windows with Internet Explorer 6 or 7, but if I want a Web application, I want it to be multi-platform and capable of running on other operating systems such as Linux. To see how it works on Linux, I accessed the application from openSUSE 10.3 using the Opera browser (version 9.23 build 660). The results were surprising, surprisingly bad, because nothing worked as it should. The only controls that operated were the radio buttons and vertical and horizontal scroll bar; the other controls didn't work.

The summary was as follows:

  • The checkbox does not work.
  • The radio button works properly.
  • The dropdown list box does not work; it doesn't display anything.
  • The edit mask does not work.
  • The DatePicker does not work, and reloading the page does nothing.
  • The vertical scroll bar works properly.
  • The horizontal scroll bar works properly.
  • The picture button does not show the picture.
  • The tab pages don't work.
  • The list box doesn't work, and neither does the right list box.

I thought that maybe the browser was the problem so I tried Firefox, which I've used a lot with Windows but it didn't help much. The screen shows it reconfigured: the edit mask didn't worked, some text is faltering and controls such as list box didn't work when clicked (as they should) but did with double-clicks.

The Firefox use summary was:

  • The checkbox doesn't work.
  • The radio button appears without text, and by clicking it, the text appears cut.
  • The dropdown list box doesn't work and doesn't display anything.
  • The edit mask doesn't work
  • The DatePicker does not work, and reloading the page does nothing.
  • The vertical scroll bar doesn't work as well as the horizontal scroll bar.
  • The picture button doesn't show the picture.
  • The tab pages do not work.
  • The list box and the right list box don't work with a click, but two clicks gets them working

Discouraged by what I saw, I concluded that Web applications made with PowerBuilder .NET cannot be used for platforms other than Windows. But I didn't give up and found a solution that worked well for me.

  • 1
  • 2
  • next ›
  • last »
Published Oct. 25, 2008— Reads 9,983 — Feedback 2
Copyright © 2008 SYS-CON Media, Inc. — All Rights Reserved.
Syndicated stories and blog feeds, all rights reserved by the author.
About Oscar Uriel Tobar Rios
Oscar Tobar is the webmaster of www.powerbuilder.org. He has worked with PowerBuilder for over 10 years. He is certified in PowerBuilder by Expert Rating & Brain Bench, and lectures at various organizations and universities across Latin America. Oscar currently works as an independent consultant for various organizations internationally.

Add Your Feedback

In order to post a comment you need to be registered and logged in.

Register | Sign-in

Reader Feedback: Page 1 of 1

#2
Poer commented on 13 Nov 2008

I've try appeon client in linux, but it doesnt work, may I know why ?
My Appeon Server installed on Win2000 server, and I try Powerbuilder program on linux with IES4linux,my page blank

#1
Laurent YAO commented on 24 Oct 2008

Would it work with a PowerBuilder 8 client/server application ?


Subscribe to the World's Most Powerful Newsletters
Subscribe to Our Rss Feeds & Get Your SYS-CON News Live!
Click to Add our RSS Feeds to the Service of Your Choice:
Google Reader or Homepage Add to My Yahoo! Subscribe with Bloglines Subscribe in NewsGator Online
myFeedster Add to My AOL Subscribe in Rojo Add 'Hugg' to Newsburst from CNET News.com Kinja Digest View Additional SYS-CON Feeds
Publish Your Article! Please send it to editorial(at)sys-con.com!

Advertise on this site! Contact advertising(at)sys-con.com! 201 802-3021

SYS-CON Featured Whitepapers

ADS BY GOOGLE

Breaking Java News
Ronnie Leten and Fredrik Persson proposed new Board members of Electrolux
TomTom and AutoNavi First to Market with Premium Real-Time Traffic in Rapidly Growing Chinese Market
BenQ Solar with its New Brand Name Advances in Global Solar Market
Top 3 CFD Trading Tips for Managing Risk
Top 3 CFD Trading Tips for Managing Risk
50th SES Spacecraft in Orbit after Successful ILS Proton Launch
Collaborative Health Consortium Announces eCollaboration Forum Final Agenda for HIMSS 2012
Colt Uses ADVA FSP 3000 to Bring New Levels of Enterprise Connectivity to Ireland
BenQ Solar with its New Brand Name Advances in Global Solar Market

ADVERTISE   |   MAGAZINE SUBSCRIPTIONS   |   FREE BREAKING-NEWSLETTERS!   |   SYS-CON.TV   |   BLOG-N-PLAY!   |   WEBCAST   |   EDUCATION   |   RESEARCH

.NET Developer's Journal - .NETDJ   |   ColdFusion Developer's Journal - CFDJ   |   Eclipse Developer's Journal - EDJ   |   Enterprise Open Source Magazine - EOS
Open Web Developer's Journal - OPENWEB   |   iPhone Developer's Journal - iPHONE   |   Virtualization - Virtualization   |   Java Developer's Journal - JDJ   |   Linux.SYS-CON.com
PowerBuilder Developer's Journal - PBDJ   |   SEO / SEM Journal - SJ   |   SOAWorld Magazine - SOAWM   |   IT Solutions Guide - ITSG   |   Symbian Developer's Journal - SDJ
WebLogic Developer's Journal - WLDJ   |   WebSphere Journal - WJ   |   Wireless Business & Technology - WBT   |   XML-Journal - XMLJ   |   Internet Video - iTV
Flex Developer's Journal - Flex   |   AJAXWorld Magazine - AWM   |   Silverlight Developer's Journal - SLDJ   |   PHP.SYS-CON.com   |   Web 2.0 Journal - WEB2
Apache   |   CMS   |   CRM   |   HP   |   Oracle Journal   |   Perl   |   Python   |   Red Hat   |   Ruby on Rails   |   SAP   |   SaaS

SYS-CON MEDIA:   ABOUT US   |   CONTACT US   |   COMPANY NEWS   |   CAREERS   |   SITE MAP
SYS-CON EVENTS:   |  AJAXWorld Conference & Expo  |  iPhone Developer Summit  |  Cloud Computing Conference & Expo  |  SOA World Conference & Expo  |  Virtualization Conference & Expo
INTERNATIONAL SITES:   India  |  U.K.  |  Canada  |  Germany  |  France  |  Australia  |  Italy  |  Spain  |  Netherlands  |  Brazil  |  Belgium
 Terms of Use & Our Privacy Statement     About Newsfeeds / Video Feeds
Copyright ©1994-2008 SYS-CON Publications, Inc. All Rights Reserved. All marks are trademarks of SYS-CON Media.
Reproduction in whole or in part in any form or medium without express written permission of SYS-CON Publications, Inc. is prohibited.
 
close this window