Welcome!

Cloud Expo Authors: Maureen O'Gara, Jim Kaskade, Elizabeth White, Jill Tummler Singer , Pat Romanski

Related Topics: PowerBuilder

PowerBuilder: Article

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.

More Stories By 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.

Comments (1) View Comments

Share your thoughts on this story.

Add your comment
You must be signed in to add a comment. Sign-in | Register

In accordance with our Comment Policy, we encourage comments that are on topic, relevant and to-the-point. We will remove comments that include profanity, personal attacks, racial slurs, threats of violence, or other inappropriate material that violates our Terms and Conditions, and will block users who make repeated violations. We ask all readers to expect diversity of opinion and to treat one another with dignity and respect.


Most Recent Comments
Chacko Alex 07/30/07 12:05:16 PM EDT

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.

Cloud Expo Breaking News
Cloud is a shift from the focus on underlying technology implementation to leveraging existing implementations and further building upon them. Cloud orchestration or a network of clouds is the wave of the future where these clouds can operate with elasticity, scalability, and efficiency. Effective service management is an important aspect of managing such networks. The transition to the cloud will enable the further aggregation of composite web services and enhanced business-to-business capabili...
The focus of Java EE 7 is on the cloud, and specifically it aims to bring Platform-as-a-Service providers and application developers together so that portable applications can be deployed on any cloud infrastructure and reap all its benefits in terms of scalability, elasticity, multitenancy, etc. The existing specifications in the platform such as JPA, Servlets, EJB, and others will be updated to meet these requirements. Java EE 7 continues the ease of development push that characterized prior ...
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 strategy sessions for you every day from June 11 through June 14 dealing with every nook and cranny of Cloud Computing and Big Data, but what of those who are presenting? Who are they, where do they work, what else h...
Wide and cheap availability of cloud-based media services is upon us. With the transformations these services are already bringing to the consumption of music, video and interactive media, change has likewise come to professional workflows. Documents in 2012 are read, written, collaborated on, and distributed anywhere an Internet-enabled device can reach – which is to say, everywhere. In his session at the 10th International Cloud Expo, Christopher Kenneally, Director of Business Development a...
CONGRATULATIONS to National Reconnaissance Office (NRO) CIO Jill T. Singer for being selected as one of the 10 winners of the first annual CloudNOW awards presented in Santa Clara, California earlier this week.

From the NRO Press Release:
"Considered one of the top women leaders in Federal IT, Ms. Singer was recognized for her innova...
I've been working on Enterprise Cloud Strategy and in the course of this work identified some interesting and non-obvious opportunities in the Cloud. One solution I’ve examined is the well-crafted solution that is enStratus. enStratus has built a SaaS Cloud Management / Governance product focused on providing critical management, monitoring, governance capabilities tailored to the needs of the Global 2000 market, rather than the startup market. As I have worked with a current Fortune 500 clie...
With Cloud Expo 2012 New York (10th Cloud Expo) now under 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 strategy sessions for you every day from June 11 through June 14 dealing with every nook and cranny of Cloud Computing and Big Data, but what of those who are presenting? Who are they, where do they work, what e...
2011 was a year of rapid adoption for public and private cloud services. Instant and on-demand server provisioning was the driving force behind the massive growth. On top, cloud server templates and script automation simplified application installation for simple and pre-defined application stacks, but have not targeted more complex enterprise application environments. In his session at the 10th International Cloud Expo, John Yung, CEO of Appcara, will discuss how 2012 will be the year for app...
"Having been in the IT field for many years, I believe the cloud computing chapter in the industry is an exciting one and I am proud to be a part of it," said National Reconaissance Office (NRO) Chief Information Officer Jill T. Singer Tuesday, as it was announced that she was one of 10 winners of the 2012 CloudNOW "Top Ten Women in Cloud" Awards.
As more enterprises are adopting clouds, the nature of cloud computing is changing. Previously, clouds were used to test applications or for non-mission critical applications. Today, enterprises are using clouds for cost-saving advantages and launching more mission critical applications that have defined performance needs. In his session at the 10th International Cloud Expo, Eric Shepcaro, CEO and Chairman of the Board of Telx, will discuss how distributed computing has many advantages. It wou...