Struggling to get familiar with the new PowerBuilder.NET IDE and the
technology it allows you to use (e.g., WPF, REST, WCF and the rest of the
alphabet soup)? Then you should run, not walk, over to the free eTutorial
series that Sybase just made available for PowerBuilder 12.5.
The training was put together by Yakov Werde. Yakov, for those who may not
have heard of him, is the managing partner of eLearnIT LLC. Prior to that he
spent more than 10 years as a trainer for Sybase, teaching classes on
PowerBuilder, Java and .NET. And before that he was a software developer like
you and me using PowerBuilder. So he knows of what he speaks. (Yakov is also
a regular author for PowerBuilder Developer's Journal and the ISUG Technical
Journal, a member of TeamSybase and a PowerBuilder MVP.)
As the term "eTutorial" implies, this is an online series. All you need to
use to take ... (more)
PowerBuilder 12.5 introduced a number of significant enhancements to web
services support, both for creation and consumption. In particular, the
following were introduced as new features in PowerBuilder.NET:
WCF client proxy WCF service target REST client proxy
We're going to look at what those new features provide and how to use them.
We're also going to look at how we can package some of that functionality so
that it can be used from PowerBuilder Classic applications as well.
Windows Communication Foundation (WCF)
First though, some background. When support for a web service client... (more)
On November 9, Adobe announced in a blog post[1] that it had decided to cease
efforts to develop browser plugins for mobile devices to play Flash,
indicating that HTML5 was "the best solution for creating and deploying
content in the browser across mobile platforms." In case that sounds like
Adobe abandoned Flash entirely, it should be noted that Adobe indicated their
intentions to continue to develop the AIR player for mobile devices, so that
the role for Flash on mobile devices would be restricted to native apps, just
not browser-based apps.
A few days later in another blog po... (more)
In a previous PBDJ article, we looked at using a third-party control, a
ribbon control in particular, in a PowerBuilder WPF target. One of the other
"most requested" features people have asked for is the capability to provide
docking windows in their PowerBuilder applications. In this article, we're
going to look at how we can do that in a PowerBuilder WPF application using a
third-party docking manager.
The particular docking manager I'm going to use is the AvalonDock, an open
source project on CodePlex (http://avalondock.codeplex.com/). At the time of
this writing, the current... (more)
There's been a lot of discussion since Microsoft's BUILD conference on the
fate of Silverlight. (Something that is an issue for us because Sybase was
originally looking at supporting it for web app development in PowerBuilder
15.) Contrary to what a number of the pundits and would-be pundits have said,
I don't think it's quite accurate to say that Silverlight is dead in Windows
8. I think it's more accurate to say it's evolved.
As background for those who haven't been following this closely, Microsoft
announced that the Windows 8 operating system would support two kinds of
appli... (more)