Comments
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.
Cloud Expo on Google News


2008 West
DIAMOND SPONSOR:
Data Direct
SOA, WOA and Cloud Computing: The New Frontier for Data Services
PLATINUM SPONSORS:
Red Hat
The Opening of Virtualization
GOLD SPONSORS:
Appsense
User Environment Management – The Third Layer of the Desktop
Cordys
Cloud Computing for Business Agility
EMC
CMIS: A Multi-Vendor Proposal for a Service-Based Content Management Interoperability Standard
Freedom OSS
Practical SOA” Max Yankelevich
Intel
Architecting an Enterprise Service Router (ESR) – A Cost-Effective Way to Scale SOA Across the Enterprise
Sensedia
Return on Assests: Bringing Visibility to your SOA Strategy
Symantec
Managing Hybrid Endpoint Environments
VMWare
Game-Changing Technology for Enterprise Clouds and Applications
Click For 2008 West
Event Webcasts

2008 West
PLATINUM SPONSORS:
Appcelerator
Get ‘Rich’ Quick: Rapid Prototyping for RIA with ZERO Server Code
Keynote Systems
Designing for and Managing Performance in the New Frontier of Rich Internet Applications
GOLD SPONSORS:
ICEsoft
How Can AJAX Improve Homeland Security?
Isomorphic
Beyond Widgets: What a RIA Platform Should Offer
Oracle
REAs: Rich Enterprise Applications
Click For 2008 Event Webcasts
SYS-CON.TV
Top Links You Must Click On


Who Will Become the PowerBuilder of the Web 2.0 Set?
Web 2.0 environments are making the browser a full-fledged participant in enterprise computing

Judith Hurwitz's Blog

Recently I have been having déjà vu back to the days of PowerSoft. If you are old enough to remember, PowerSoft was the leader in making graphical development practical for the masses — rather than the object oriented gurus. Back in the early 1990s when PowerSoft’s product PowerBuilder  was in its heyday, it had been able to achieve dominance over arch rival Gupta Technology and a myriad of other long forgotten competitors. Ironically, at the time, Gupta had a much more sophisticated object oriented environment than PowerBuilder. But PowerBuilder was able to achieve leadership because the company found a way to make the traditional COBOL developer (and there were lots of them) very successful as graphical software designers.

The secret was that while PowerBuilder professed to be an object oriented graphical development environment, it was actually a procedural environment that was familiar to the COBOL developer. Therefore, the skills that had made this generation of developers successful in an earlier generation provided the platform for a new career path in client/server development. Therefore, PowerBuilder took the market by storm and set the path for the early success of client/server computing.

Now, fast-forward to today and the advent of Web 2.0. We are seeing lots of interesting tools such as Nexaweb, JackBe, and Kapow. All these companies have a common strategy: they want to become the PowerBuilder of this new generation of application development environments. To create a rich, collaborative environment requires a level of sophistication that would prohibit less technical developers from participating. Therefore, just as PowerBuilder provided a way for the masses to create a graphical first generation environment, so this next generation of development tools will bring Web 2.0 to a broad audience. These web development environments provide the dynamic, stateful approach needed to create Web 2.0 environments.

I think that this movement towards Web 2.0 and these abstracted tools to support them will complete the picture of a service oriented architecture. The Web 2.0 environment is making the browser environment a full-fledged participant in enterprise computing. Over time, we’ll see lots of business people creating compelling business services in this way focused on innovative, collaborative software that provides a rich client environment that provides sophisticated communications, as well as a stateful distributed computing platform. This is not an easy feat but one that some innovative players are going to grab to become the PowerBuilder of the Web 2.0 set.

About Judith Hurwitz
Judith Hurwitz has been a thought leader in the technology research and strategy consulting for more than 20 years. In 1992, she founded Hurwitz Group, a software research and consulting organization that quickly became an industry leader with top technology clients. Currently she is the President of Hurwitz & Associates, a research and consulting firm with a pragmatic portfolio of service offerings focused on identifying customer benefit and best practices for buyers and sellers of information technology in the US and Europe. She is a frequent keynote speaker at industry events and holds advisory board positions at Safeguard Scientifics and various emerging technology companies. She is also a recipient of the 2005 Massachusetts Technology Leadership Council award.

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

Register | Sign-in

Reader Feedback: Page 1 of 1

Her comments more closely resemble Visual Basic and not powerbuilder. Until the arrival of .Net, visual basic was the least object oriented GUI tool with tons of procedural code inside every function and event one can get hold of, as it did not even support basic feautures such as inheritance or encapsulation. It became popular because of the Microsoft tag that was attached to it. I am really surprised how the blog had completely ignored this fact. IF powerbuilder turned Cobol programmers into OOP programmers then Visual Basic turned non programmers into programmers.

I would like to echo the same sentiments as Bernard. Powerbuilder supported all the important characteristics of OOP more than many other graphical tool, but unlike Java did not force one to be object oriented . I have come across many apps written in PB that were extremely object oriented (due to the fact that these were written by developers well versed in OOP) and some poorly coded apps due to lack of OOP knowledge on the part of the developer. This goes to prove that there is nothing typically wrong with the product iteself. The mass appeal was due to the datawindow that made database manipulation much easier than any other tool and it still continues to be unrivalled.

Google is definitely the Web 2.0 PowerHouse / PowerBuilder. They are creating all the Web 2.0 Open Source Frameworks to be able to build easily all the great applications following the idea of Web 2.0 application patterns.

GWT, Android, Google Gears, AJAX Feed API, OpenSocial, YouTube API, Gooogle Maps

"...while PowerBuilder professed to be an object oriented graphical development environment, it was actually a procedural environment..."

The PowerBuilder I know supported true OO before Java existed; however, it also allowed programmers to use as much procedural logic as they wanted, whereas Java and .Net languages are better at forcing object use (but are hardly immune by any stretch to procedural code bloat).

But I understand your point. Because so many developers during the PowerBuilder halcyon days did not have proper training in OO concepts and techniques, PowerBuilder apps by design (or lack thereof) tend to be non-OO piles of COBOL-like scripts. This is, however, more a reflection of the practitioner's skills than of the tool (and I would know - I wrote some bad PB code in the earlier years).

Mr. Armstrong is correct: PowerBuilder is to C++ what things like Dreamweaver are to HTML. For better or worse, that's probably what made PowerBuilder successful in the 90's.

Not sure about the COBOL part. I have known and continue to know a vast number of PowerBuilder developers. Few of them have any experience with COBOL. I certainly didn't. The few COBOL folks I did know did not find the tool familiar to work with.

PowerBuilder abstracts the developer from low level implementation details. To that end, it makes it easier for anyone who doesn't want to deal with such details to do development. That's probably more in line with the point you're trying to make.


Your Feedback
Scan wrote: Her comments more closely resemble Visual Basic and not powerbuilder. Until the arrival of .Net, visual basic was the least object oriented GUI tool with tons of procedural code inside every function and event one can get hold of, as it did not even support basic feautures such as inheritance or encapsulation. It became popular because of the Microsoft tag that was attached to it. I am really surprised how the blog had completely ignored this fact. IF powerbuilder turned Cobol programmers into OOP programmers then Visual Basic turned non programmers into programmers.
SS wrote: I would like to echo the same sentiments as Bernard. Powerbuilder supported all the important characteristics of OOP more than many other graphical tool, but unlike Java did not force one to be object oriented . I have come across many apps written in PB that were extremely object oriented (due to the fact that these were written by developers well versed in OOP) and some poorly coded apps due to lack of OOP knowledge on the part of the developer. This goes to prove that there is nothing typically wrong with the product iteself. The mass appeal was due to the datawindow that made database manipulation much easier than any other tool and it still continues to be unrivalled.
HommeDeJava wrote: Google is definitely the Web 2.0 PowerHouse / PowerBuilder. They are creating all the Web 2.0 Open Source Frameworks to be able to build easily all the great applications following the idea of Web 2.0 application patterns. GWT, Android, Google Gears, AJAX Feed API, OpenSocial, YouTube API, Gooogle Maps
Bernard Dy wrote: "...while PowerBuilder professed to be an object oriented graphical development environment, it was actually a procedural environment..." The PowerBuilder I know supported true OO before Java existed; however, it also allowed programmers to use as much procedural logic as they wanted, whereas Java and .Net languages are better at forcing object use (but are hardly immune by any stretch to procedural code bloat). But I understand your point. Because so many developers during the PowerBuilder halcyon days did not have proper training in OO concepts and techniques, PowerBuilder apps by design (or lack thereof) tend to be non-OO piles of COBOL-like scripts. This is, however, more a reflection of the practitioner's skills than of the tool (and I would know - I wrote some bad PB code in the earlier years). Mr. Armstrong is correct: PowerBuilder is to C++ what things like Dreamweaver...
Bruce Armstrong wrote: Not sure about the COBOL part. I have known and continue to know a vast number of PowerBuilder developers. Few of them have any experience with COBOL. I certainly didn't. The few COBOL folks I did know did not find the tool familiar to work with. PowerBuilder abstracts the developer from low level implementation details. To that end, it makes it easier for anyone who doesn't want to deal with such details to do development. That's probably more in line with the point you're trying to make.
Enterprise Open Source Magazine Latest Stories . . .
Apache Deltacloud, the Red Hat-contributed ReSTful API that abstracts differences between clouds so services on any cloud can be managed – provided of course there’s a driver – has graduated from the Apache Foundation’s incubator and is now a full-fledged Top-Level Project (TLP). The...
With Cloud Expo 2012 New York (10th Cloud Expo) just four months away, what better time to start introducing you in greater detail to the distinguished individuals in our incredible Speaker Faculty for the technical and strategy sessions at the conference... We have technical and st...
AMD said late Tuesday that its chief sales officer Emilio Ghilardi had left the company and that CEO and president Rory Read is going to do his job while a replacement is sought. AMD didn’t say why Ghilardi left but it’s assumed Read wants his own people. Read is relatively new to th...
During the lifespan of M3 (Monitis Monitor Manager) there has always been something lacking – timers. M3 execution procedure was outlined in this previous article. The execution mentioned in the latter was a one-time-execution, whereas server monitoring requires periodic invocati...
Red Hat is putting its bought-in Gluster scale-out NAS storage technology, acquired in October, on the Amazon cloud. It’s styled Red Hat Virtual Storage Appliance for Amazon Web Services and other clouds are supposed to follow in short order.
A new episode of the screencast series is now available at the OpenNebula YouTube Channel. This screencast demonstrates the new easily-customizable self-service portal for cloud consumers. Its aim is to offer a simplified access to shared infrastructure for non-IT end users. The scree...
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