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 Next »

PowerDesigner 9: A Review PART 1 OF 3
To paraphrase a real-estate saying, the key to a quality software product is design, design, design. While simple, single-developer applications can often be designed on the back of an envelope, today's enterprise applications cannot.
PowerBuilder and ODBC 101
Your boss pays you a visit and brings you the pathname of a 30MB Adaptive Server Anywhere (ASA) database with a 6MB log file. 'Just got this from the New York office; they created it in ASA. Can we look at it?'
Search the CIA Files with EAServer and Lucene
What's a Web site without a search engine? If you want your Web site or your company Web site to be cutting edge, this article shows you how.
Improving Your Transition Game
The sport term 'transition game' is often used in basketball, as that game requires instantaneous transition from one modality to another.
Is EAServer a Language-Neutral Platform?
There's a variety of programming languages worth taking a look at, many of which can be used in your EAServer and client/server projects.
Source Code Control
Every software development project of any significant size or complexity has a requirement for controlling the source code asset. PowerBuilder is capable of integrating with any third-party Source Code Control (SCC) tool that implements Microsoft's SCC API.
PowerBuilder does JSP!
PowerBuilder 9 will introduce faithful PB developers to the ability to build and use JavaServer Pages (JSPs) in their PowerBuilder Web applications. This is a giant step forward in Sybase's continuing march toward industry-leading openness.
Third Generation Web Service Implementation
The Web Services Description Language (WSDL) makes it possible for automated code-generation tools, like PowerBuilder 9 with its Web services wizard, to simplify building clients for existing Web services.
DataWindow XML Support in PowerBuilder 9
With version 9.0, PowerBuilder continues to evolve into a true cross-platform development tool that supports the new open architecture standards, such as XML.
Spam
In my house there's an unwritten rule not to check e-mails on weekends. The weekends are for the biological family, not the virtual one. There's one huge problem with this system - checking my e-mail on Monday morning.
Tracking Users with EAServer
Perhaps you don't want all the users of your site to have the same type of access. Maybe you want to restrict some of the content to certain users, or know who uses what on your machine, or give different users a different color scheme on the page. In a nutshell: you want to know what your users are doing on the Web server. This article will get you started.
Providing Multilanguage Support in iAnywhere Wireless Server Applications
iAnywhere Wireless Server provides a comprehensive infrastructure for developing and deploying thin-client applications for mobile devices. Also called Web applications, they serve browser-based clients that have no local data storage capabilities.
Put It in the Database !
In recent years, the arrival of multitiered architectures has made system designers more aware of the advantages of placing business logic in the appropriate tier, rather than hard coding everything into the visual component of an application.
Using the PFC Error Service
The PFC error service allows applications to have a standard interface in which to display error messages to the user and log error messages to a disk file. In addition, the service e-mails the error to a system administrator (if a MAPI-compliant e-mail system exists).
Advanced WebDV HTML Generation
Okay, so I've been promoting the inclusion of PB client/server articles, yet here I am writing about the Web DataWindow. Don't stop reading! This article applies to all PB developers, whether n-tier or client/server. That said, I now have to prove that this article is important to client/server developers....
PowerBuilder and TechWave 2002
For Sybase TechWave 2002 at the San Diego Convention Center, the PowerBuilder team has been getting ready to show off some of the next-generation capabilities currently under development for PowerBuilder 9.0.
Introduction To PBNI
Have you ever thought of adding new features to PowerBuilder? Or wanted to call Java or .NET from PowerScript? Or imagined that you can call PowerScript from C++ or Java? With PBNI, you can do them all and more. PowerBuilder Native Interface (PBNI) is a standard interface for third parties to extend the functionality of PowerBuilder.
AXIS Third-Generation Web Services Implementation
Web services is an emerging technology driven by the will to securely expose business logic beyond the firewall. Through Web services you can encapsulate existing business processes, publish them as services, search for and subscribe to other services, and exchange information throughout and beyond the enterprise.
EAServer - Tips and Tricks
One of the things I've wanted to do is write a series of articles that provide you with a set of tips and tricks for using EAServer. This article is the first and contains one of the tricks that I discuss during my Tips and Tricks presentation at this year's TechWave. I hope to see you there.
Deploying PowerBuilder Applications Using NSIS
A common question we see in the newsgroups is 'Where do I get the free version of InstallShield,' or something along those lines. The truth is that deploying PowerBuilder applications is so easy (in most cases) that a full-blown, large commercial tool like InstallShield is overkill (especially when coupled with a behemoth of complexity such as Windows Installer).
LDAP with EAServer and PB 8.0
In Part 1 (PBDJ, Vol. 9, issue 6) I discussed directory services and how they provide authentication, access control, and finder services for our application. In Part 2, I explain how the JNDI API lets us easily use LDAP.
PowerBuilder Education: Directions for the Future
This is an exciting time for Sybase Education. Sybase products are robust and contain powerful features that were only dreamed of in the past. Learning remains the key to understanding and exploiting these new features. Leaping ahead of the curve is a challenge that Sybase Education can help you meet.
Using a DataWindow to Simulate a TreeView
Relational databases often store hierarchical data, so it's no surprise that PowerBuilder provides the TreeView control for displaying and manipulating data. Nevertheless, using a DataWindow to simulate a TreeView is arguably a better solution than using the native control.
Why Not .NET?
You don't know .NET. A lot of people seem to have a problem figuring out what .NET actually is. Many people thought it was a top-level domain from ICANN, while others thought it was a new software package from Microsoft akin to BackOffice.
PowerBuilder Component Life Cycle Events
In this article we'll be discussing some important events. No, we aren't talking about birthdays or anniversaries (although those are certainly important), but about critical PowerBuilder component life-cycle events that fire off inside EAServer and the effect various component properties have on these events.
LDAP with EAServer and PB 8.0
The Lightweight Directory Access Protocol (LDAP) is for accessing online directory services. It runs directly over TCP and can be used to access a standalone LDAP directory service. Developed in the early 1990s, it defines how a client should access data on the server. It does not specify how the data should be stored on the server.
Internationalizing PowerBuilder Applications with Resource DLLs Part 2
In Part 1 of this article (PBDJ, Vol. 9, issue 4) we discussed creating resource DLLs using the open-source LCC-WIN32 C compiler, maintaining string phrases in its IDE, and utilizing the compiled resource DLLs in our PowerBuilder application. Although that provides the basic technical foundation for internationalizing an application, it still doesn't cover many of the real-life issues that come up during the internationalization process, which is what we'll cover in Part 2.
Moving to Java
This article is an overview of the structure of a Java program. My goal is to introduce the Java language to PowerBuilder programmers, pointing out striking similarities between the two languages. Although there may be some value in the simplicity of a 'Hello, world' program, it demonstrates something you basically wouldn't ever write code for, so it's not very helpful.
The EAServer Repository
EAServer includes a powerful API called the Interface Repository. In this article I'll create a small service component to clean this repository of unwanted files that might be created when you deploy PowerBuilder components. I'll show how to get all the packages associated with your server and read your component's special properties.
Sybase PowerBuilder Web Services
Sybase is embracing the changing world of software development by driving PowerBuilder to new heights. As part of the product's strategic future, PowerBuilder will be extending its Web architecture capabilities. We have already provided an integrated RAD environment for developing Web applications. The future holds many promising Web capabilities, including Web services.
PowerBuilder XML Generator For DataWindows
The number of PowerBuilder and EAServer solutions in production continues to grow. It would be an understatement to say that there's a large XML movement underway in the industry. While PowerBuilder 9.0 will include some exciting XML capabilities, this article focuses on building a solution that provides XML capabilities for DataWindows today, in PowerBuilder 7 and 8.
Internationalizing PowerBuilder Applications with Resource DLLs
Expanding into other language markets presents an ample challenge for any PowerBuilder shop. In my case, we were faced with internationalizing our existing sales audit application into French (we're based in Quebec, where French versions of applications are required by law), as well as UK English (there are enough differences in retail terminology between North America and England to make this necessary).
EAServer Component Development Process Part 3
In Part I of this series (PBDJ, Vol. 9, issue 2), I provided the necessary background information for building EAServer components. I also introduced the development workflow - a set of steps for building an application using EAServer components. Using the workflow, you can create a Web-based or a client/server application.
Sybase EAServer 4.1 - Web Services Enabled, J2EE 1.3 Certified
When Sybase released EAServer 4.0, it provided most of the J2EE functionality for the 1.3 specification, as well as performance and usability enhancements. EAServer 4.1 is not only J2EE 1.3-certified, but it also includes the required technology for the next wave of e-business - Web services.
Wap Up Your EAServer 4.0
WAP stands for Wireless Application Protocol and is based on Wireless Markup Language (WML), which is closely related to Hypertext Markup Language (HTML). WAP enables you to quickly and easily deliver information and services to mobile users. It's independent from any other mobile or network standard and is compatible with all popular mobile communication networks.
Eliminating the PBL
Last month, in a brief outburst of creative thought (some would say crazy thinking), I proposed to TeamSybase that the PBL has outlived its usefulness and should be ditched. I had a few arguments that sounded pretty good to me, and I think I responded pretty effectively to the few counterpoints that were raised.
The Java DataWindow and EAServer Part 2
In Part 1, 'The Java DataWindow' (PBDJ, Vol. 9, issue 2), I examined the Java DataWindow from the perspective of a classic client/server application that used a direct JDBC connection to the database. In Part 2 I use the same application source code and convert it to use EAServer connection caches for indirect access to the database.
Secrets of the Certification Exam
I look up at the clock on the wall and see I have five minutes to finish my final in trigonometry. I don?t remember taking the course or attending one day of class, but here I am in the back of the room sweating like I did at the altar.
EAServer Component Development Process Part 2
In Part 1 (PBDJ, Vol. 9, issue 2) I provided the information necessary to build EAServer components. I also introduced the development work flow, a set of steps to build an application using EAServer components. Using the workflow, you can create either a Web-based or a client/server application.
PowerJ 4.0 - Struts Development
Struts is an open source initiative from the Jakarta Project written in Java. Sponsored by the Apache Software Foundation, the project's goal is to provide an open source framework that's useful for building Web applications with Java servlet and JavaServer Pages (JSP) technology. Struts encourages application architectures based on the Model-View-Controller (MVC) design paradigm.

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