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

Pages: « Prev 1 2 3 4 5 6 7 8 9 10 11 Next »

Texas Workforce Commission
The Texas Workforce Commission, a state agency that oversees workforce development programs, needed to overhaul its popular client/server application to keep up with growth in size and functionality. Using Sybase technology, it was able to re-architect and re-implement the application, reducing both the size and frequency of client releases.
Running Perl Scripts...
According to the programmers' guide provided with EAS (5.x), a Web application is a unit of deployment for interrelated Web content, JavaServer Pages (JSPs), and Java servlets. Generally, a Web application developer under EAS must create JSP files and/or Java servlets. Sometimes, however, it would be better to use some other techniques to save development time. It is possible that there is already a similar open source Web page, or there might be a demand to run a complete Web application not written in Java/JSP code under EAS.
Enable 1.5 Makes PowerBuilder Applications Multilingual
Enable, a framework-level tool that makes PowerBuilder applications multilingual, has announced version 1.5 with enhanced performance in terms of speed and the handling of special cases, and a full treatment of 'right to left' languages.
Innovate or Die
PowerBuilder has almost entirely lost mind share. In order to reintroduce PowerBuilder to a new generation of developers, Sybase should treat it like a new product. When it was originally being developed, PowerSoft used the product internally and also partnered with clients, providing them with insight into what new features and improvements to existing features were needed. That same kind of insight is missing today. By partnering with key customers, Sybase can gain better knowledge about how the product is currently being used and which areas need improvement.
Visual Guard by Novalys
Finally, here is a solution that will resolve, once and for all, a problem I've been having ever since I started my development: how to easily secure my application according to the user profile.
Moving the Needle on Software Development Success
Software is the engine of our economy, at the root of almost everything we do. Our success rate has been creeping up in recent years, but one thing is sure: there has been no major breakthrough. What will it take?
PowerBuilder News
Sybase announced the availability of Sybase PowerBuilder 10.5, the next-generation rapid application development tool. PowerBuilder 10.5 features key functionality enhancements and improves the DataWindow, an industry leading patented data access, presentation, and manipulation tool. These enhancements provide total integration for client/server, distributed, and mobile applications.
Sybase iAnywhere Suite Addresses Wireless, "Unwired" Enterprise
?'For the past five years, Sybase has intently focused its engineering and acquisition strategy on delivering the Unwired Enterprise,' said John Chen, Sybase chairman,' CEO and president. 'With the launch of Information Anywhere Suite, Sybase is the first software provider to offer enterprise customers a single integrated platform for mobile email, security and device management, and application enablement, underscoring our leadership in the Unwired Enterprise space.'
DataWindow.NET TreeView DataWindow Presentation Style
One of the first things you'll notice when you open up the File->New->DataWindow dialog in DataWindow Designer 2.0 is the new TreeView DataWindow presentation style (see Figure 1). Once you've double-clicked on that, you'll see the same series of dialogs that you're already familiar with from the other presentation styles in which you select the data source, the tables to use, the columns in the tables, etc.
Statistics Canada
Statistics Canada provides aggregated census, social and economic survey information to the public while protecting sensitive details - and offering multi-years' worth of data online using Sybase technology.
PowerBuilder News
PBDR.com announced a major upgrade of PBDoc to version 3.0. PBDoc is a tool for generating professional documentation directly from PowerBuilder source code.
Sybase PowerBuilder - DataWindow.NET with Multi-Language Support
Microsoft Visual Studio has excellent multi-language support both at design time and runtime, while Sybase DataWindow.NET doesn't have that. In this article we'll consider how to implement multi-language data presentation using DataWindow.NET. DataWindow.NET has two integral parts. One of them is intended to work in WinForms, the other in WebForms. In this article we'll use WinForms; however, our solutions are suitable for WebForms too.
Sybase Announces Support For New Wireless Device Motorola Q
Sybase announced support for the new Motorola Q. The Motorola Q combined with Sybase iAnywhere mobile technologies gives users greater control of their applications and enables companies to effectively manage and move critical data and content from the data center to the front lines of their business and back.
Sybase PowerBuilder and FTP
Recently, I needed to have FTP support embedded in a PowerBuilder application that I was writing for my day job. Since PowerBuilder lacks the ability to natively manipulate sockets (a big negative, Sybase), a third-party solution had to be found or I was going to be tempting the wrath of the Windows API, something I wasn't looking forward to doing.
PowerBuilder - The ClassDefinition Object
In the first article we presented a some theories about the ClassDefinition object and were able to show the libraries of a PB application in a treeview control. This month we'll read the objects from the libraries and inspect their content. When a user expands an entry in the treeview, we check to see if it was expanded once already. If it was, we don't take any action.
PowerBuilder Blog: Innovate or Die - KISS
Not everybody is a seasoned PowerBuilder user, but a great deal of the documentation and samples are written as if they were. People who are new to the product need to be able to establish an early meaningful success with the product in order to form a good first impression. As Kathy Sierra notes.
PBDJ Cover Story — A DataWindow Based on Oracle Stored Procedures with a Result Set
In DataWindow.NET 2.0, Sybase added support for access to Oracle through the Oracle managed data provider (ODP.NET). A managed data provider provides better performance and more support than a non-managed driver for database-specific functions, though not as much as the Oracle native driver.
Sybase Develops Open Source WorkSpace 1.5 for Eclipse
Sybase WorkSpace seamlessly combines data development, Web applications, services-oriented development of application (SODA) and mobile development with enterprise modeling. New functionality in Sybase WorkSpace 1.5 includes a Web application development component, increased support for database development and industry-leading packaging and licensing.
SQL or Stored Procedures
When we last left off, we had a functional shell of an application. We had a menu that would open our five different sheets (Controls, Users, Messages, Menus, and Contacts); we had the shell of those five sheets themselves; we had some basic shared functionality with regards to managing sheets (arranging sheets, closing all open sheets); we had some basic shared DataWindow/DataStore error handling in the DBError event of our base-class u_dw and n_ds objects; we had some basic transaction management hooks in place in our base-class n_tr transaction object.
PBDJ Editorial — Introducing DataWindow.NET 2.0 and Looking Ahead
This month we'll take an in-depth look at the new features introduced or existing features enhanced in DataWindow.NET 2.0. In summary, DataWindow.NET 20 includes the following:
PowerBuilder 10.5 Launch and Learning Event
The newest version of the market's favorite 4GL RAD tool, PowerBuilder, is now available! This all-time classic has always enabled developers to quickly and easily build the critical data-driven applications they need. Now, it's even better and souped-up with the features you need to accelerate your application development.
Power Builder News
Novalys is conducting its annual Worldwide PowerBuilder Survey. When you complete the survey you can see the 2005 results.
A Success Story: ComputerWorks of Chicago, Inc.
When Silicon Valley's renowned Kepler's Books almost folded in August 2005, loyal patrons grieved, but no one in the book business was surprised. Statistics from the American Booksellers Association show that many bookstores operate in the red.
PowerBuilder History
Last year I wrote an article for PBDJ, PowerBuilder Developer's Journal, on the 'History of PowerBuilder'. You can still read this article online at: http://pbdj.sy s-con.com/read/124571.htm . Thanks to the Belgian PowerBuilder User Group it has been translated into French (and I also heard Italian). Now, thanks to Tiger Chen at Sybase China, it has also been translated into Chinese.
PBDJ Feature — Creating PocketBuilder Installs for SmartPhones Using NSIS
Did you know you can make automated installs for your PocketPC and SmartPhone applications created with PocketBuilder? When you use a PocketBuilder project to compile your application, it automatically creates an _setup.ini file that can be fed to a third-party EZSetup program to create the installation executable (see Listing 1). It also creates a _makecab.bat file that is used to create the CAB file (see Listing 2). The project even automatically executes that file. That batch file includes a commented-out call to the EZSetup program.
Yakov Fain's Java Blog: "I've Invited Joel to SOA Web Services Conference Keynote"
I'm the 'tech chair' of SYS-CON's 10th annual SOA and WebServices conference that will take place on June 5-6 in New York City. Last week I've invited Joel Spolsky to make a keynote speech at this event. Guess what, Joel has accepted my invitation! If you have a chance to attend this talk, you won't regret it. Joel is one of the most respected people in the software industry. He is a brilliant writer and speaker. Try not to miss this opportunity.
10 PowerBuilder Pitfalls
First the good news: PowerBuilder is a great tool; in fact you can't accidentally do much wrong. This strength is based on a number of reasons. The following is list of why I think PowerBuilder is so great, but you might like to add one or two more items to it:
PBDJ Feature — Working with Windows Messages in PowerBuilder
PowerBuilder provides the send() function to send messages to the Windows objects. The information about its usage is fragmentary and widely dispersed throughout the help and manuals. Since searching for this information was quite tedious, I decided to write down what information I could gather.
The ClassDefinition Object
The ClassDefinition object was introduced in PowerBuilder 6.0 a long time ago. It allows you to retrieve information for an object at runtime. Most of us didn't pay too much attention to this object and it only attracts our attention when we see it in the debugger.
Tablet PC Programming
We begin this article by answering a few questions. Namely, what is VoIP? What is Skype? And why would you want to integrate these capabilities into your PowerBuilder applications?
PBDJ Guest Editorial — Thanks All Around
It's that time again - I was invited to be the guest editor for another issue of PBDJ. It's the second time now, and I want to say thank you to the many people who helped me a lot within the past year.
TreeView DataWindow Presentation Style
One of the first things you'll notice when you open up the File -> New -> DataWindow dialog is the new TreeView DataWindow presentation style (see Figure 1). The first thing you'll actually notice is that all of the IDE icons have more of an XP style, but then you'll notice the new presentation style. Once you've double-clicked on that you'll see the same series of dialogs that you're already familiar with from the other presentation styles, in which you select the data source, the tables to use, the columns in the tables, etc.
DataBase Tracing Features
One of the 'new' features in PowerBuilder 10.5 was actually initially introduced in the PowerBuilder 10.2 maintenance release. The folks at Sybase finally addressed a number of fundamental issues with database tracing for deployed applications.
PowerBuilder 10.5 Release Overview
PowerBuilder 10.5 is almost ready, and I'm sure you have a lot of questions about what's in the release and how it can make your job easier. You are also probably wondering why it's called '10.5,' how it fits in with our roadmap for PowerBuilder, and what our plans are for tools in general, especially in light of the news that Borland is selling off its IDE product set. I will attempt to answer those questions and more in this update on the latest release.
Automatically Installing Applications After a Cold Boot
After continually reinstalling my PocketBuilder application, ASA, and PocketBuilder on my Symbol handheld scanner unit each time I rebooted the unit, I felt 'enough is enough...'
Other PB 10.5 Enhancements
In addition to the other new features in PowerBuilder 10.5 that we've covered in this issue, there are a number that do bear mentioning but aren't significant enough to merit a separate article. I've grouped them together in this 'miscellaneous' enhancements discussion. I'm going to look at a few of those, pretty much in alphabetical order.
PowerBuilder 10.5 .NET Web Services Engine Has Arrived
Two things have my interest these days: the arrival of PB 10.5 and TechWave 2006! (Yes, that's right, I'm already planning ahead.) So, I thought I'd take this opportunity to roll a little application using MS MapPoint to illustrate what's new in PowerBuilder 10.5 Web services as well as help me plot my way from Chicago to Las Vegas for this year's conference! (see Figure 1).
PowerBuilder 10.5: Revised Menus, Toolbars and New Icons
One of the long awaited features introduced in PowerBuilder 10.5 is support for contemporary (aka Office XP) menus and toolbars. The first difference you'll notice is that the flat contemporary style and new icons are used extensively throughout the PowerBuilder IDE itself (Figure 1).
New Rich TextEdit Control for PowerBuilder 10.5
One new long-anticipated feature of PowerBuilder 10.5 was originally planned for the PowerBuilder 10.0 release: the new Rich Text Edit (RTE) control. The original RTE control (see Figure 1) was introduced into PowerBuilder before Microsoft implemented a Rich Edit Control within the Windows Common Controls. Since there wasn't a 'standard' rich edit control in the operating system, many developers were using third-party controls to implement such functionality. In addition, at that point, cross-platform availability was a requirement, since PowerBuilder was available for development on Mac and UNIX platforms. One of the most popular third-party controls was called HighEdit, and the original PowerBuilder RTE control was an OEM version of that control.
Top 10.5 Reasons to Use PowerBuilder 10.5
This month we take an in-depth look at the new features introduced or existing features enhanced in PowerBuilder 10.5. Even though it is not a full point release, it (like 6.5) is a full major release. In order to get many of these enhancements to the user (you and me) sooner, Sybase split off a subset of the original enhancements planned for the 11.0 release. The stuff that is centered around .NET deployment remains in the 11.0 feature set. In the meantime, the features that were not .NET deployment-related are available now.

Pages: « Prev 1 2 3 4 5 6 7 8 9 10 11 Next »
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