Comments
Matt McLarty wrote: For more info... Follow me on Twitter See our website
Cloud Computing
Conference & Expo
November 2-4, 2009 NYC
Register Today and SAVE !..

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
In many cases, the end of the year gives you time to step back and take stock of the last 12 months. This is when many of us take a hard look at what worked and what did not, complete performance reviews, and formulate plans for the coming year. For me, it is all of those things plus a time when I u...
SYS-CON.TV
What Do You Want to See in PowerBuilder 12?
That's not just my question for you this month, it's also Sybase's question for you as well

What do you want to see in PowerBuilder 12?

That's not just my question for you this month, it's also Sybase's question for you as well. Two things demonstrate that. The first is the recent invitation to participate in a survey by Sue Dunnell, PowerBuilder's product manager, so PowerBuilder users could "provide some feedback to us as we plan for the next major release of PowerBuilder." The survey may still be assessable by the time you read this at www.zoomerang.com/survey.zgi?p=WEB226LD7N48ZT

The second is a series of posts by Dave Fish, PowerBuilder engineering evangelist, in the sybase.public.powerbuilder.futures.discussions section of the Sybase newsgroups. In those posts, he discusses in broad terms particular areas where they're planning new features for 11.x and 12.0 and solicits input on the direction.
Specifically:
• 11.x enhancements (incremental compile, Informix 10, Vista support)
• Managed Code (including a feature reduced DataWindow based on WPF)
• .NET 3.5 support (particularly LINQ)
• Presentation Layer (support development for WCF, XBAP, and Silverlight)
• Visual Studio Shell (OEM Visual Studio editor for window and DataWindow painters - particularly to support Silverlight and WPF development)
• Language enhancements (interfaces, parameterized constructors, generics, partial classes)
• WCF, WorkFlow, and CardSpace

Dave notes that it can't be stressed enough that these enhancements are currently in the consideration stage and so "this list could change and some features could be added and some dropped from the final implementation."

I've made my own comments in the threads there in the newsgroups, but I'll summarize them here as well. As much as I see the PowerBuilder 11 release as a step in the right direction, there are at least four areas where I believe that dramatic improvement are still required. The other enhancements that are being considered are important as well, but these four are the highest on my priority list. In particular:

Incremental Compile - There are subtle differences in the behavior of a Win32 deployed application and its WinForm and more significantly its WebForm deployed versions. Therefore, debugging the Win32 target is not always useful in determining where a problem is occurring in one of the .NET deploys. Currently we have to do a full compile of a .NET target application after making even the smallest change before we can debug and run it. For particularly large applications, that can significantly hinder developer productivity. We need incremental compile to ensure that the productivity of developing .NET targets is roughly the same as for developing Win32 targets. The sooner, the better.

Managed Code - Web server administrators are very reluctant (to put it mildly) to host .NET WebForm applications that have dependencies on unmanaged code. That current limitation of the product is a significant barrier to small shops that have their sites hosted by ISPs and large enterprise shops that have separate Web application hosting departments that essentially act as internal ISPs. Fully managed code is important for the other .NET target types as well, but it's critical for WebForm targets. Assuming these enhancements are included in DataWindow.NET, it will reduce barriers to that products adoption by .NET shops as well.

Visual Studio Shell - That particular enhancement is of interest to me only to the degree to which it gives us additional features (more powerful intellisense, collapsing code blocks, refactoring, smart tags, track changes, tabbed MDI sheets) without tying up Sybase developer resources. The advantage I see is to reuse something that's readily available and functional rather than try to build it internally to free up developer resources to work on enhancements in other areas of the product. If integrating the shell turns out to require significant resources and might result in reducing resources available to work on other enhancements, then I'm not sure it's worth the effort.

Language Enhancements - I'm not a big fan of PowerScript playing "me-too" with Java and C# as far as language features go. Akin to my arguments concerning the Visual Studio Shell as an alternate editor, I'd rather see Sybase reuse something that's readily available and already provides the features rather than trying to add them to the existing product. In particular, I believe one of the concerns that many companies have with adopting or continuing to use PowerBuilder is the proprietary nature of the language, one of the major features of both Java and C# that modifying PowerScript will do nothing to address. I had a couple of major misunderstandings about what the conditional compilation feature in PowerBuilder 11 was going to be, and didn't realize what it was actually going to be until fairly late in the beta. My original impression was that the code that would be entered between the conditional blocks would actually be C#. I was also under the impression that the result would work not only for .NET targets but also with Win32 targets. The latter impression had to do with what "interop" truly is - interaction between .NET and Win32 code. I'm convinced that what my original impression of conditional compile was is still where we need to be. It's good that I'm able to reference .NET assemblies in my PowerBuilder code. However, we shouldn't need to use a modified version of PowerScript to do it. When I look up documentation on those .NET assemblies, there's bound to be sample code provided to demonstrate how to use it, and that sample code will be provided in VB.NET or C#. A PowerBuilder developer shouldn't have to guess how to convert that into something that PowerBuilder will understand. Let's just open it up so that I can use C# directly in those conditional blocks. Frankly, I didn't find C# all that hard to learn - it's just another scripting language. Similar to when you were first learning to use PFC, the hard part about .NET programming isn't the scripting language. What's hard is sorting through all the classes and methods available and then figuring out which to use and how to use them. Being able to use the results of referencing .NET assemblies in a Win32 target is also an important, and overlooked, enhancement need. I've demonstrated in previous PBDJ issues how to create a COM-callable wrapper for .NET assemblies and use them within a Win32 PowerBuilder target. What we need is the capability in PowerBuilder to create such assemblies and their wrappers and then use them in Win32 targets without having to handle the "wiring" that you have to do today.

That's my list. The question is: what's yours? You don't need to agree with me. But what you do need to do is make sure your own voice is heard. If it's still available go answer Sue's survey. Sign onto the Sybase newsgroups and add your comments to Dave's threads about the future of the product. Sybase is showing an interest in getting user input into the direction of the product like it never has before, and we'll only have ourselves to blame if the product doesn't meet our needs because we didn't respond.

About Bruce Armstrong
Bruce Armstrong is a development lead with Integrated Data Services (www.get-integrated.com). A charter member of TeamSybase, he has been using PowerBuilder since version 1.0.B. He was a contributing author to SYS-CON's PowerBuilder 4.0 Secrets of the Masters and the editor of SAMs' PowerBuilder 9: Advanced Client/Server Development.

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

Register | Sign-in

Reader Feedback: Page 1 of 1

Here are my comments on the requiremets that i would be looking forward in the PB 12.0.
1)There should be options to export the whole pbl. Now in the versions there are only options to export each file.
2)The out parameters from a procedure should be automatically accesible from a datawindow.Now in the 10.5 version you will have to assign spaces as the initail value in order to get the out parameters from a procedure.I am sure that you can make another way to make this thing possible.
3)There should be some way to compare two objects.This comes to use when there is a need to check the difference between an old object and a new object of the same file.
4)It can have some more operations that make the migration from previous versions easy.


Your Feedback
Chacko Alex wrote: Here are my comments on the requiremets that i would be looking forward in the PB 12.0. 1)There should be options to export the whole pbl. Now in the versions there are only options to export each file. 2)The out parameters from a procedure should be automatically accesible from a datawindow.Now in the 10.5 version you will have to assign spaces as the initail value in order to get the out parameters from a procedure.I am sure that you can make another way to make this thing possible. 3)There should be some way to compare two objects.This comes to use when there is a need to check the difference between an old object and a new object of the same file. 4)It can have some more operations that make the migration from previous versions easy.
SOA World Latest Stories
Facebook sold off again Tuesday scrapping the bottom at $30.98 after Reuters reported that Scott Devitt, a research analyst at the IPO’s lead underwriter Morgan Stanley, unexpectedly cut his revenue estimates on the company during the roadshow leading up to it going public last Friday....
As a Silver Sponsor of Cloud Expo New York, CloudPassage is offering special passes to SYS-CON's 10th International Cloud Expo, which will take place on June 11–14, 2012, at the Javits Center in New York City, New York. CloudPassage is the leading cloud server security provider, and c...
Private clouds solve many problems for enterprises and bring unique operational challenges along with them. There are dozens of companies of all sizes that will build you a private cloud and turn over the keys – then what? Trying to convert a traditional enterprise IT operations team t...
Cloud computing is becoming an integral part of every enterprise IT environment. With multiple cloud deployment models to choose from, understanding the essential components to any cloud solution will help ensure your success. In his session at the 10th International Cloud Expo, Ores...
The International Trade Commission’s six-member board of commissioners has issued an import ban against Motorola Mobility’s Android gear that the agency’s administrative law judge found in December infringes Microsoft’s patent on “generating meeting requests and group scheduling from a...
As a Platinum Sponsor of Cloud Expo New York, Intel is offering special passes to SYS-CON's 10th International Cloud Expo, which will take place on June 11–14, 2012, at the Javits Center in New York City, New York. Intel is a world leader in computing innovation. The company designs a...
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