ADS BY GOOGLE
SOA World Conference
Virtualization Conference
$50 Savings Expire May 23, 2008... – Register Today!

DIGITAL EDITION

A New Year and a New Direction
I received an e-mail from a loyal reader recently
SYS-CON.TV

2007 West
GOLD SPONSORS:
Active Endpoints
Your SOA Needs BPEL for Orchestration
BEA
Virtualized SOA: Adaptive Infrastructure for Demanding Applications
Nexaweb
Overcoming Bandwidth Challenges with Nexaweb
TIBCO
What is Service Virtualization?
SILVER SPONSORS:
WSO2
Using Web Services Technologies and FOSS Solutions
Click For 2007 East
Event Webcasts

2008 East
PLATINUM SPONSORS:
Appcelerator
Think Fast: Accelerate AJAX Development with Appcelerator
GOLD SPONSORS:
DreamFace Interactive
The Ultimate Framework for Creating Personalized Web 2.0 Mashups
ICEsoft
AJAX and Social Computing for the Enterprise
Kaazing
Enterprise Comet: Real–Time, Real–Time, or Real–Time Web 2.0?
Nexaweb
Now Playing: Desktop Apps in the Browser!
Sun
jMaki as an AJAX Mashup Framework
POWER PANELS:
The Business Value
of RIAs
What Lies Beyond AJAX?
KEYNOTES:
Douglas Crockford
Can We Fix the Web?
Anthony Franco
2008: The Year of the RIA
Click For 2007 Event Webcasts
POWERBUILDER LINKS YOU MUST CLICK ON
LATEST SYBASE POWERBUILDER STORIES & POSTS
PBDJ News Desk monitors the world of Sybase PowerBuilder to present IT professionals with updates on technology advances, business trends, new products and standards in the PowerBuilder and i-technology space since 1994!

A Snippet Here, a Snippet There
Once upon a time there was a source code editor called 'Brief.' Okay, so it was DOS-based and had an ugly interface. However, it had one feature I truly loved, a 'code snippet' manager. You could have your favorite block of code inserted into your source with a few keystrokes. Eventual
read & respond »
Introduction to the Bulk Copy Program
If asked to name tasks that get in the way of the creativity and enjoyment of application development, developers of any language would produce a similar shortlist. Testing, documentation, source control management, and tracking project time are but a few. PowerBuilder developers have
read & respond »
PowerBuilder News
Novalys announced the release of Visual Expert for PowerBuilder. Visual Expert helps developers work on any PowerBuilder application, even ones they're not familiar with. After it has analyzed the application, Visual Expert provides graphic views, inheritance diagrams, impact analyses,
read & respond »
Communicating with EJBs from PowerBuilder Using COM/DCOM
It would be better to live in a world of best-case scenarios, where all parts of the enterprise puzzle are provided by the same vendor. But that's the exception rather than the rule. It's often the case in the modern enterprise that companies will standardize on technologies from a wi
read & respond »
Building JSP Applications with Jaguar CTS Part 2
Welcome back to the JSP Corner. In this series, we're looking at developing Web applications using Java-Server Pages (JSP) and Jaguar CTS (aka EAServer). In Part 1 of this series (PBDJ, Vol. 8, issue 9), we looked at the advantages JSP has over competitive dynamic page server t
read & respond »
PowerBuilder News
Sybase announced the general availability of EAServer 4.0. EAS 4.0 provides support for J2EE 1.3, EJB 2.0, updated connectors, an exposed JMS API, Web server plug-ins, unified install, and added JDMK API. It also now handles JSP and servlet requests directly from the user's Web server.
read & respond »
Reliving the Exciting Days of Old
San Diego - the city by the bay - hosted TechWave 2001, August 12-16, and by all indications the city and Sybase did a great job. As the Sybase loyal fought the economic slowdown and budget cuts to attend the annual gathering, Sybase prepared a show that harkened back to the exciting d
read & respond »
Silent...but Effective
As of Sybase's EAServer 4.0, OEM developers and IT organizations can take advantage of two new installation features that allow them to create and deploy applications with an embedded installation of EAServer. EAServer 4.0 includes features that improve the ability of OEM vendors
read & respond »
Building JSP Applications with EAServer Part 1 or 2
For developers looking at the complex problem of building Web applications that produce dynamically generated content, using JavaServer Pages (JSP) is an excellent solution. JSP is a Web-scripting specification developed by Sun and the Java Community Process (JCP) and implemented b
read & respond »
PowerBuilder 8/4GL Web
My last article (PBDJ, Vol. 8, issue 6), which introduced PowerBuilder 8 and Web targets, demonstrated how to create Web pages from within the PB development environment. This article reviews the 4GL Web server-side event model and discusses how it helps reduce development time
read & respond »
Thoughts for Migrating to PowerBuilder 8
PowerBuilder has been around for 10 years, and has grown exponentially in that time. Now, in 2001, PowerBuilder has matured to a new level - version 8 There were a lot of 'firsts' with PowerBuilder, and now it has become the unquestioned development productivity tool for the enterpris
read & respond »
PowerBuilder News
Sybase announced that it has completed its acquisition of New Era of Networks, Inc., an e-business enabler based in Englewood, Colorado. New Era of Networks stockholders approved the conversion of the company's remaining outstanding shares of common stock into the right to receive 0.38
read & respond »
Running a Tight Ship, an Interview with Brian Wesselink
A few years ago Brian Wesselink took over as director of Sybase's North America Education. Brian received a B.S. in mathematics from Central College in Iowa in 1969 and a Ph.D. in mathematics from Florida State University in 1973. He was an associate professor of mathematics and comput
read & respond »
A Nose For The Essentials, Interview with Yakov Werde
Though I spend most of my time consulting on software systems, I also have the pleasure of teaching a variety of courses on Sybase Tools. As a Certified Sybase Instructor, I was able to attend a recent conference in Santa Fe that Sybase put on for its instructors. While there, I sat in
read & respond »
Using Graphics in Your Applet
In Part 1 (PBDJ, Vol. 8, issue 5) I showed you how to use simple graphics within your applet. Polygons, ovals, lines, and text cover a lot of ground. The remaining graphic object you need is an image. Images in Java are bitmapped GIF or JPEG files that can contain pictures of just a
read & respond »
PowerBuilder News
PowerBuilder 8 6/12 Sybase announced the general availability of PowerBuilder 8 in conjunction with the celebration of the tenth anniversary of PowerBuild er(http://my.sybase.com/d etail/1,3693,1012932,00.h tml). The features in the new version are discussed in a number of article
read & respond »
PowerBuilder 8 Web Targets
I realize that many people are talking about nothing but Java, and yes, I'm writing Java components myself; however, PowerBuilder still lives on. There are many existing PowerBuilder client/server applications in production that need to be maintained and many that need to be move
read & respond »
The (New) Exception Call Stack Part 1 Of 2
In this issue Tim Nesham covers in-depth the TRY-CATCH-FINALLY block, which is new to PowerBuilder 8. But what is really happening behind the scenes? This article will give some historical background on PowerBuilder, but will also focus on PowerBuilder exception handling.
read & respond »
Spice Up Your Applet With The Graphics Class
Complex graphics programming is something we rarely do in PowerBuilder. Most of the programs we write include objects that interact with the user and usually don't require graphics.
read & respond »
Building A JSP-JaguarCTS- PowerBuilder Bridge
This article demonstrates how to use JavaServer Pages (JSP) to manipulate PowerBuilder DataWindows. We'll create a Jaguar- CTS component in PowerBuilder and call it from JSP. Using techniques from our Hepek Dual Architecture Framework, we'll show how to Web-enable your existing DataWin
read & respond »
Creating Graphical Applets
My last two articles focused on the fundamentals of Java and the utility that Java offers. Last month you learned how to create and run a simple applet.
read & respond »
The Web DataWindow Update Process
The development of the Web DataWindow is a great technological advancement. It's extremely helpful in moving an existing PowerBuilder application to the Web. Most PowerBuilder applications contain many DataWindows for the various screens and reports. The ability to quickly render the
read & respond »
Use Your PB Knowledge And Deploy Java Applets
This month we'll discuss how to build and deploy simple Java applets. By the end of this article, you should have the skill set needed to write, compile, deploy, and run simple Java applets. As you'll soon see, the coding portion of this is relatively easy. The real challenge is unders
read & respond »
A Drag-Drop Row Indicator For DataWindows
Have you ever needed a DataWindow with drag-drop capabilities to reorder the rows? If so, you probably soon realized there was no easy way to indicate to the user where the row would be dropped. This article describes an effective solution for providing a target row indicator for drag-
read & respond »
Sherlock III: After The Login
We've spent two articles now on Sherlock (PBDJ, Vol. 7, issues 8 and 10). This is an application that will use dynamic DataWindows to create reports for the example database provided with PowerBuilder. Using this tool we'll learn about dynamic DataWindows and how to create them.
read & respond »
If Your Strings Don't Zing
Many PowerBuilder developers have tried writing Web applications in EAServer, building long strings of HTML in their components to create on-the-fly Web pages. Sometimes you get good response time...and sometimes the response time gets you.
read & respond »
Client/Server-The Haven Of Sensitive Data
To this day my mother refuses to make deposits via her bank's ATM. Her reason is a valid one: she doesn't trust a machine with her money. You get no real validation from the ATM, just a receipt stating the amount you said was in your envelope.
read & respond »
Jaguar Mail Server III
A component that's sitting on EAServer doesn't do us any good unless we call it from somewhere. We may call these components from several different sources. In this article we'll call them from the Active Server Pages (ASP) front end.
read & respond »
Get the HTML Outta Here!!!
The HTML DataWindow is a great starting tool for any PB programmer. When I began developing applications for the Web knowing little if any HTML, using the HTML DataWindow enabled me to deploy data to the Web immediately.
read & respond »
A PB Catalog Information Utility
PowerBuilder 7's IDE has many new features that can speed the development of an application. However, I've had a hard time adjusting to the change in the database painter. Despite the added features, the catalog maintenance and database administrator are slightly more difficult to use.
read & respond »
Jaguar Mail Server II
In the October issue of PBDJ we worked on the design for our mail server on Jaguar. This is more accurately called an MDA, or Mail Delivery Agent. What we're writing isn't the application that will receive raw messages from the Internet, parse them out, then store them for another appl
read & respond »
Power Builder News
Techno-Kitten.com announced the release of the lastest version of PBL Peeper. Version 1.3.1 includes a number of enhancements and bug fixes and can be downloaded from their Web site. www.techno-kitten.com PBBrowser Beta 8/19 OOWidgets announced the availability of a beta version of
read & respond »
PB And Java
Most PowerBuilder developers are aware of object-oriented concepts like inheritance, encapsulation, and polymorphism. A lot has been said about them, and I don't want to reinvent the wheel by discussing what they are and how they're used in PB applications. The main purpose of this ar
read & respond »
Drop Down Data Windows Using HTML and JavaScript
Imagine creating a DropDownDataWindow look and feel using HTML form elements that can show more than one column in a ListBox on a Web page. The data elements could be generated using Web server-side technologies such as JavaServer Pages (JSP), Active Server Pages (ASP), and ColdFusion
read & respond »
Sherlock II Loggin In
My first column on Sherlock appeared in the August issue of PBDJ (Vol. 7, issue 8). In that article we set up our development environment. Now we need to log in. Before we do that let's review just a bit.
read & respond »
Creating a Jaguar E-Mail Server
This issue of PBDJ contains an article written by Tom Hughes that provides us with a service object quite suitable for traditional two-tier applications. My article shows how to expand that technology and move the object to a Jaguar component so we can handle e-mail from a central spot
read & respond »
TechWave 2000
This year's TechWave was a marked improvement over the last few years. Overall I'd have to say that 1994 and 1995 were the best Sybase Tools conferences ever. Since then their value to me has declined, though they were still worth the time and money. The two areas in which I've been di
read & respond »
Dynamic Data Windows 1
'Welcome back, my friends, to the show that never ends, we hope you will attend, step inside, step inside.' Those words - from an old song by Emerson, Lake and Palmer - have been floating through my head all day, ever since I decided on the subject of my next series of articles on the
read & respond »
New Web DataWindow Features in PowerBuilder 7.0.2 C3
Since Web DataWindow technology is now used as a building block for many applications, Sybase decided to enhance this functionality and provide some much needed bug fixes. I recently met with the Web DataWindow team to demonstrate what I've been doing for my clients and to discuss some
read & respond »
Computed Field 1: Report Presentation
Okay, it's a common enough observation - heck, it may even be a cliché - but ladies and gentlemen, boys and girls, some clichés are true: presentation is everything.
read & respond »
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

PBDJ LATEST STORIES . . .
3rd International Virtualization Conference & Expo: Themes & Topics
From Application Virtualization to Xen, a round-up of the virtualization themes & topics being discussed in NYC June 23-24, 2008 by the world-class speaker faculty at the 3rd International Virtualization Conference & Expo being held by SYS-CON Events in The Roosevelt Hotel, in midtown
The PB Future: More on Graphs in PowerBuilder 11.5
Last week I posted a screen shot of the new 3D Rendering capabilities being added to some of the 3D graphs in PowerBuilder 11.5. It was met with mixed reviews on the PowerBuilder Futures newsgroup (forums.sybase.com) so I went back to the drawing board to see what I could come up with.
BluePhoenix Expands Modernization Collaboration with Microsoft
BluePhoenix announced that it has expanded its collaboration with Microsoft on legacy modernization projects. The collaboration provides customers moving their applications or databases to .NET-based environments the best in both modernization services and technical support. BluePhoeni
Sybase PowerBuilder Delivers AJAX and .NET Enhancements Enabling Rich Internet Application Development
Sybase announced that AJAX development capabilities and further Microsoft .NET enhancements have been added to the latest version of Sybase PowerBuilder 11, the premier 4GL rapid application development (RAD) tool. PowerBuilder 11.2 represents another milestone in the PowerBuilder road
PowerBuilder 11.2 Released: Sybase's Flagship IDE
Sybase has released the production version of its flagship .NET development tool - PowerBuilder version 11.2. This latest release of its premier IDE for RAD includes not only standard fixes but also a good list of new features. Here is the 'Coles Notes' version of these new features.
PowerBuilder Takes You To .NET
In June of 2007, Sybase released PowerBuilder 11. PowerBuilder developers can now deploy PowerBuilder components as .NET Assemblies or as .NET Web Services. A PowerBuilder developer can now create these .NET resources so that those who develop .NET solutions can benefit from PowerBuild
FEATURED WHITE PAPERS
SUBSCRIBE TO THE WORLD'S MOST POWERFUL NEWSLETTERS
SYS-CON FEATURED WHITEPAPERS

ADS BY GOOGLE
TODAY'S TOP READS
3rd International Virtualization Conference & Expo: Themes & Topics
From Application Virtualization to Xen, a round-up of the virtualization themes & topics being discu
The PB Future: More on Graphs in PowerBuilder 11.5
Last week I posted a screen shot of the new 3D Rendering capabilities being added to some of the 3D
BluePhoenix Expands Modernization Collaboration with Microsoft
BluePhoenix announced that it has expanded its collaboration with Microsoft on legacy modernization
Sybase PowerBuilder Delivers AJAX and .NET Enhancements Enabling Rich Internet Application Development
Sybase announced that AJAX development capabilities and further Microsoft .NET enhancements have bee
PowerBuilder 11.2 Released: Sybase's Flagship IDE
Sybase has released the production version of its flagship .NET development tool - PowerBuilder vers
PowerBuilder Takes You To .NET
In June of 2007, Sybase released PowerBuilder 11. PowerBuilder developers can now deploy PowerBuilde
Using Web Services in a PocketBuilder Application
A shortcoming of PocketBuilder 1.x and 2.x has always been the difficulty in accessing Web Services.
PowerBuilder History - When Did Sybase Develop PB and How Did It Evolve?
I have been asked many times by various clients, students, and the IT curious about PowerBuilder: Wh
Engelbart's Usability Dilemma: Efficiency vs Ease-of-Use
The mouse was the original idea of Doug Engelbart who was the head of the Augmentation Research Cent
Web 2.0 Is Fundamentally About Empowering People
'Unlocking content to be remixed into new business value' is the driver of Web 2.0 in the enterprise
Why Do 'Cool Kids' Choose Ruby or PHP to Build Websites Instead of Java?
Here is a question that I have been pondering on and off for quite a while: Why do 'cool kids' choos
Sybase Releases Secure Email at AJAXWorld's "iPhone Developer Summit" in New York City
Sybase iAnywhere announced availability of support for Apple iPhone during the first international i
The PowerBuilder Blogosphere
A sign of a vibrant developer community is the active blogosphere that surrounds a technology. Here'
.NET Features Analyzer
The release-defining feature of PowerBuilder 11 is its ability to deploy existing applications as .N
iPhone Developer Summit
This session will provide attendees with an overview of the iPhone SDK, including discussion of the
Enable Runtime Explorer with Automatic Source Change
Application development and maintenance require frequent iterations between design time and runtime.
A New Year and a New Direction
I received an e-mail from a loyal reader recently complaining that the magazine was no longer 'prima
The Grand Convergence: Web + RIA + Widgets + Client/Server
For the past ten years application developers have been stuck with only two desktop client choices.
The PowerBuilder Blogosphere
A sign of a vibrant developer community is the active blogosphere that surrounds a technology. Here'
Embracing Eclipse: An Interview with Kevin Gomes
The Monterey Bay Aquarium Research Institute (MBARI) was founded in 1987 by David Packard. It's loca
PBDJ PRODUCT REVIEWS
PBDJ Product Review: AllFusion Harvest Change Manager
I began my career at RCA Aerospace and Defense in 1983 and worked at MITRE Corp., BAE Systems, and the State of NH. I worked in the defense field performing software
Open Web Developer Summit to Take Place April 21-22, 2008 in New York City
In keeping with the longstanding SYS-CON tradition of being at the very forefront of software development with all its online and offline resources, SYS-CON Media &
PowerBuilder Product Review — Who Needs to Do Impact Analyses?
Last week, our development team was supposed to launch a new version of our application. As usual, right before finishing the application we discover that one or two
BREAKING POWERBUILDER / SYBASE NEWS
Sybase and Sun Set Guinness World Record for World's Largest Data Warehouse
Sybase, Inc. (NYSE:SY), the largest enterprise software and services company exclusively