<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://pbdj.sys-con.com"  xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>PowerBuilder</title>
 <link>http://pbdj.sys-con.com/</link>
 <description>Latest articles from PowerBuilder</description>
 <language>en</language>
 <copyright>Copyright 2008 </copyright>
 <generator></generator>
 <lastBuildDate>Sun, 12 Oct 2008 19:37:51 EDT</lastBuildDate>
 <docs>http://backend.userland.com/rss</docs>
 <ttl>10</ttl>
<item>
 <title>An Updated History of PowerBuilder</title>
 <link>http://pbdj.sys-con.com/node/662418</link>
 <description>I have been asked many times by various clients, students, and the IT curious about PowerBuilder: When did Sybase develop the product and how did it evolve? I keep telling this story and answering e-mails on the subject. I am now to the point where I have decided that I should have PBDJ formally publish this story for posterity.&lt;p&gt;&lt;a href=&quot;http://pbdj.sys-con.com/node/662418&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Wed, 03 Sep 2008 11:04:00 EDT</pubDate>
 <guid isPermaLink="true">http://pbdj.sys-con.com/node/662418</guid>
</item>
<item>
 <title>A Technology Leap for PowerBuilder Developers</title>
 <link>http://pbdj.sys-con.com/node/618798</link>
 <description>Sybase has just released the latest version of its premier .NET development tool in PowerBuilder version 11.2. I am proud to say that I haven&#039;t missed a beta since November 1989 (version 0.8) and that includes PocketBuilder and InfoMaker too. I need to thank the people at Sybase for continuing to let me test drive their new code.&lt;p&gt;&lt;a href=&quot;http://pbdj.sys-con.com/node/618798&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Thu, 24 Jul 2008 14:00:00 EDT</pubDate>
 <guid isPermaLink="true">http://pbdj.sys-con.com/node/618798</guid>
</item>
<item>
 <title>PBDJ Blogger Chris Pollach Reaches 150,000 Reader Mark</title>
 <link>http://pbdj.sys-con.com/node/473483</link>
 <description>I just wanted to acknowledge the tremendous increase in the amount of Blog activity that I have received over the past year. I think (and hope) that this is because many Sybase professionals out there have come to visit my site for latest information on the Sybase scene. Since I started my Blog in August of 2005 I have seen a steady increase in unique visits to my site. This whole Blog experience of course is Reed Shilt&#039;s fault. Reed is the development manager for PocketBuilder and started the whole thing off by opening his own Blog within PBDJ, then sending me an invitation to join him in this new venue. At that point in time, Blogging was a whole new experience for me and in fact, I had not even heard the term until I received Reed&#039;s email.&lt;p&gt;&lt;a href=&quot;http://pbdj.sys-con.com/node/473483&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Tue, 11 Dec 2007 10:15:00 EST</pubDate>
 <guid isPermaLink="true">http://pbdj.sys-con.com/node/473483</guid>
</item>
<item>
 <title>Dynamic SQL with Sybase&#039;s Open Client</title>
 <link>http://pbdj.sys-con.com/node/258363</link>
 <description>PowerBuilder offers some dynamic querying capabilities. For simple scenarios it works quite well. But what if your scenario isn&#039;t simple? What if you wanted to write a database-querying tool that provides stored procedure compilation, ShowPlan display, or the execution of large complicated batch scripts?&lt;p&gt;&lt;a href=&quot;http://pbdj.sys-con.com/node/258363&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Fri, 11 Aug 2006 10:45:00 EDT</pubDate>
 <guid isPermaLink="true">http://pbdj.sys-con.com/node/258363</guid>
</item>
<item>
 <title>PowerBuilder - The ClassDefinition Object</title>
 <link>http://pbdj.sys-con.com/node/220782</link>
 <description>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&#039;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&#039;t take any action.&lt;p&gt;&lt;a href=&quot;http://pbdj.sys-con.com/node/220782&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Fri, 19 May 2006 11:15:00 EDT</pubDate>
 <guid isPermaLink="true">http://pbdj.sys-con.com/node/220782</guid>
</item>
<item>
 <title>Integrate Real-Time GPS Data Into Your PowerBuilder Applications</title>
 <link>http://pbdj.sys-con.com/node/184864</link>
 <description>We begin this article by asking the question: Why would you want to integrate real-time GPS data into your PowerBuilder applications anyway? After all, it&#039;s not likely you are going to connect a GPS receiver to your desktop computer and ask yourself where you are currently located. (At least I hope not!)&lt;p&gt;&lt;a href=&quot;http://pbdj.sys-con.com/node/184864&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Sun, 19 Feb 2006 12:30:00 EST</pubDate>
 <guid isPermaLink="true">http://pbdj.sys-con.com/node/184864</guid>
</item>
<item>
 <title>Custom Common Dialogs Using SetWindowsHookEx</title>
 <link>http://pbdj.sys-con.com/node/80834</link>
 <description>PowerBuilder contains a number of built-in common dialogs that can be used within your own applications. What do you do when one of these dialogs meets most, but not quite all, of the functionality you need? Do you simply accept the limited functionality? Do you write your own dialog from scratch to replicate them and add the additional functionality (a maintenance headache)? There is a third option. You can simply use the dialog that PowerBuilder provides and modify it at runtime to provide just the additional functionality that you need. The dialogs PowerBuilder provides include: The GetFileOpenName, GetFileSaveName, ChooseColor, GetFolder, PrintSetup, and PrintSetupPrinter system function dialogs The DataWindow Control SaveAs, SetFilter, and SetSort function dialogs The DataWindow object DataWindow.Print.Prompt attribute dialog The ubiquitous MessageBox dialog. For the purposes of this article we&#039;re going to use the DataWindow control SaveAs dialog, but the technique can be used to customize any common dialog.&lt;p&gt;&lt;a href=&quot;http://pbdj.sys-con.com/node/80834&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Tue, 26 Apr 2005 10:00:00 EDT</pubDate>
 <guid isPermaLink="true">http://pbdj.sys-con.com/node/80834</guid>
</item>
<item>
 <title>SQL Anywhere Studio 9 Developer&#039;s Guide</title>
 <link>http://pbdj.sys-con.com/node/80836</link>
 <description>As a PowerBuilder developer I&#039;m sure you have already used SQL Anywhere a few times, but did you know that SQL Anywhere owns over 70% of the mobile database market? This is because it&#039;s easy to use, easy to administer, and doesn&#039;t take up too much space.&lt;p&gt;&lt;a href=&quot;http://pbdj.sys-con.com/node/80836&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Sat, 02 Apr 2005 11:00:00 EST</pubDate>
 <guid isPermaLink="true">http://pbdj.sys-con.com/node/80836</guid>
</item>
<item>
 <title>Working with the Enterprise Portal</title>
 <link>http://pbdj.sys-con.com/node/80790</link>
 <description>An enterprise portal is the converged &#039;hub&#039; of multiple, complementary information management solutions, including document and content management, information search and retrieval, knowledge management, team collaboration, workflow, and business intelligence.&lt;p&gt;&lt;a href=&quot;http://pbdj.sys-con.com/node/80790&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Sat, 02 Apr 2005 09:00:00 EST</pubDate>
 <guid isPermaLink="true">http://pbdj.sys-con.com/node/80790</guid>
</item>
<item>
 <title>PowerBuilder News</title>
 <link>http://pbdj.sys-con.com/node/42616</link>
 <description>POWERBUILDER PB2XLS 1.2 7/07 – Desta announced the release of PB2XLS 1.2. PB2XLS is a component for PowerBuilder applications that allows the developer to create Excel files, write information into cells and worksheets, and format cells and worksheets. &lt;a href=&quot;http://www.desta.com.ua/pb2xls/&quot; title=&quot;www.desta.com.ua/pb2xls/&quot;&gt;www.desta.com.ua/pb2xls/&lt;/a&gt;&lt;p&gt;&lt;a href=&quot;http://pbdj.sys-con.com/node/42616&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Wed, 12 Nov 2003 11:24:11 EST</pubDate>
 <guid isPermaLink="true">http://pbdj.sys-con.com/node/42616</guid>
</item>
<item>
 <title>PowerBuilder News</title>
 <link>http://pbdj.sys-con.com/node/42607</link>
 <description>Sybase announced the general availability of Pocket  PowerBuilder, the new integrated application development environment  designed to simplify and speed the creation of mobile and wireless  enterprise applications.&lt;p&gt;&lt;a href=&quot;http://pbdj.sys-con.com/node/42607&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Fri, 03 Oct 2003 15:00:48 EDT</pubDate>
 <guid isPermaLink="true">http://pbdj.sys-con.com/node/42607</guid>
</item>
<item>
 <title>Fixing Ugly Grid Borders</title>
 <link>http://pbdj.sys-con.com/node/42601</link>
 <description>It&#039;s an aesthetic thing. When you click on a grid DataWindow  label and change an attribute, it acquires what are formally termed  UGBs - Ugly Grid Borders.&lt;p&gt;&lt;a href=&quot;http://pbdj.sys-con.com/node/42601&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Fri, 03 Oct 2003 14:00:00 EDT</pubDate>
 <guid isPermaLink="true">http://pbdj.sys-con.com/node/42601</guid>
</item>
<item>
 <title>PowerBuilder News</title>
 <link>http://pbdj.sys-con.com/node/42597</link>
 <description>Sybase announced second quarter 2003 total revenues of $192.0  million, including license fees of $63.9 million, exceeding First  Call consensus revenue estimates of $186.5 million.&lt;p&gt;&lt;a href=&quot;http://pbdj.sys-con.com/node/42597&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Thu, 11 Sep 2003 16:39:11 EDT</pubDate>
 <guid isPermaLink="true">http://pbdj.sys-con.com/node/42597</guid>
</item>
<item>
 <title>&#039;Bag O&#039; Tricks&#039;</title>
 <link>http://pbdj.sys-con.com/node/42594</link>
 <description>With Halloween just around the corner, I thought I&#039;d give you some of  the &#039;tricks and treats&#039; that I&#039;ve collected over the years for  PowerBuilder, InfoMaker, and Sybase ASE.&lt;p&gt;&lt;a href=&quot;http://pbdj.sys-con.com/node/42594&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Thu, 11 Sep 2003 16:00:00 EDT</pubDate>
 <guid isPermaLink="true">http://pbdj.sys-con.com/node/42594</guid>
</item>
<item>
 <title>Refactoring Techniques in PB</title>
 <link>http://pbdj.sys-con.com/node/42596</link>
 <description>In early versions of PowerBuilder, development primarily consisted of three types: composing graphic objects by adding visual controls; coding functions and events using PowerBuilder&#039;s native language, PowerScript; and creating DataWindow objects.&lt;p&gt;&lt;a href=&quot;http://pbdj.sys-con.com/node/42596&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Thu, 11 Sep 2003 16:00:00 EDT</pubDate>
 <guid isPermaLink="true">http://pbdj.sys-con.com/node/42596</guid>
</item>
<item>
 <title>PowerBuilder News</title>
 <link>http://pbdj.sys-con.com/node/42587</link>
 <description>Sybase announced it has entered into a long-term strategic  partnership with Appeon Corporation to deliver a revolutionary  solution to generate rich Web applications from PowerBuilder  client/server applications.&lt;p&gt;&lt;a href=&quot;http://pbdj.sys-con.com/node/42587&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Fri, 08 Aug 2003 10:30:31 EDT</pubDate>
 <guid isPermaLink="true">http://pbdj.sys-con.com/node/42587</guid>
</item>
<item>
 <title>PowerBuilder Goes MP3</title>
 <link>http://pbdj.sys-con.com/node/42580</link>
 <description>In this article I&#039;ll show you how to play MP3 files with your own  &#039;sound machine&#039; written in PowerBuilder. But before we start to  implement it, you should first understand what MP3 is.&lt;p&gt;&lt;a href=&quot;http://pbdj.sys-con.com/node/42580&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Fri, 08 Aug 2003 09:00:00 EDT</pubDate>
 <guid isPermaLink="true">http://pbdj.sys-con.com/node/42580</guid>
</item>
<item>
 <title>&#039;Rubbin&#039; Sticks Reporting (RSR)&#039;</title>
 <link>http://pbdj.sys-con.com/node/42572</link>
 <description>Myth: &#039;Creating reports with InfoMaker is easy,&#039; a partially accurate statement, on the surface. Reality: Let&#039;s change that to: &#039;Formatting your report with the InfoMaker tool is easy, once you&#039;ve figured out the data to be reported.&#039;&lt;p&gt;&lt;a href=&quot;http://pbdj.sys-con.com/node/42572&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Mon, 21 Jul 2003 11:00:00 EDT</pubDate>
 <guid isPermaLink="true">http://pbdj.sys-con.com/node/42572</guid>
</item>
<item>
 <title>Boosting Performance on DataWindow Retrieval in n-Tier Environments</title>
 <link>http://pbdj.sys-con.com/node/42552</link>
 <description>When I started using distributed DataWindows, the slow performance frightened me, usually when the middle server and the client were in separate computers. At that time I was using a PIII 500 desktop computer, and a PIII 800 database server over a 10MB network. Although it&#039;s not the top-of-the-line hardware environment, it&#039;s still the best some customers can get.&lt;p&gt;&lt;a href=&quot;http://pbdj.sys-con.com/node/42552&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Thu, 01 May 2003 00:00:00 EDT</pubDate>
 <guid isPermaLink="true">http://pbdj.sys-con.com/node/42552</guid>
</item>
<item>
 <title>PowerBuilder News</title>
 <link>http://pbdj.sys-con.com/node/42548</link>
 <description>Sybase announced the availability of EAServer 4.2, an open application server that has been selected by a growing number of state and regional governments for its uncompromising performance and support for secure Web services within an &#039;open-choice&#039; development and deployment environment. As evidenced by forward-thinking customers including Hennepin County, Minnesota; the Texas Workforce Commission; and Wellington City Council, New Zealand, government agencies and enterprises alike are increasingly turning to Sybase EAServer for the technology infrastructure to help them unlock the value of their existing data and to quickly develop and deploy new services and applications.&lt;p&gt;&lt;a href=&quot;http://pbdj.sys-con.com/node/42548&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Tue, 01 Apr 2003 00:00:00 EST</pubDate>
 <guid isPermaLink="true">http://pbdj.sys-con.com/node/42548</guid>
</item>
<item>
 <title>Context-Sensitive Help</title>
 <link>http://pbdj.sys-con.com/node/42538</link>
 <description>&#039;The tag property takes a string value.&#039; That&#039;s what PB Help tells us about the tag property. Not much considering all or at least most PB objects have a &#039;tag&#039; property. What&#039;s its mission in life? Anything we want it to be.&lt;p&gt;&lt;a href=&quot;http://pbdj.sys-con.com/node/42538&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Sat, 01 Mar 2003 00:00:00 EST</pubDate>
 <guid isPermaLink="true">http://pbdj.sys-con.com/node/42538</guid>
</item>
<item>
 <title>DDDW Tips and Tricks</title>
 <link>http://pbdj.sys-con.com/node/42519</link>
 <description>The DropDownDataWindow (DDDW) edit style is one of PowerBuilder&#039;s outstanding features. Yes, I know there are a lot of new and exciting capabilities in the upcoming release of PowerBuilder, but in this article I&#039;ll try to solve some of the current problems with the existing features that are popping up in nearly every project I&#039;ve seen.&lt;p&gt;&lt;a href=&quot;http://pbdj.sys-con.com/node/42519&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Sat, 01 Feb 2003 00:00:00 EST</pubDate>
 <guid isPermaLink="true">http://pbdj.sys-con.com/node/42519</guid>
</item>
<item>
 <title>Wallpaper Setter in PowerBuilder</title>
 <link>http://pbdj.sys-con.com/node/42520</link>
 <description>My son is only 18-months old but I have taken more pictures of him than I can count. Thanks to digital cameras it&#039;s so easy to take and store pictures. Since I spend most of my time on the computer, I formed the habit of changing the Windows desktop with his latest portrait both at work and at home. However, the initial excitement faded due to my inherent laziness.&lt;p&gt;&lt;a href=&quot;http://pbdj.sys-con.com/node/42520&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Sat, 01 Feb 2003 00:00:00 EST</pubDate>
 <guid isPermaLink="true">http://pbdj.sys-con.com/node/42520</guid>
</item>
<item>
 <title>Dynamic Report Module Basics</title>
 <link>http://pbdj.sys-con.com/node/42528</link>
 <description>Now that the holidays are over, it&#039;s back to work, back to school...and back to the basics.  In my December column, &#039;PowerBuilder and ODBC 101&#039; (PBDJ, Vol. 9, issue 12), we discussed hooking up to a database via ODBC.&lt;p&gt;&lt;a href=&quot;http://pbdj.sys-con.com/node/42528&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Sat, 01 Feb 2003 00:00:00 EST</pubDate>
 <guid isPermaLink="true">http://pbdj.sys-con.com/node/42528</guid>
</item>
<item>
 <title>The Future of PowerBuilder?</title>
 <link>http://pbdj.sys-con.com/node/42496</link>
 <description>The plane has leveled off at 39,000 feet and I&#039;m on my way home after spending two weeks in Europe. It&#039;s been an interesting trip - traveling to the Netherlands, Austria, Switzerland, Germany, and Russia.&lt;p&gt;&lt;a href=&quot;http://pbdj.sys-con.com/node/42496&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Sun, 01 Dec 2002 00:00:00 EST</pubDate>
 <guid isPermaLink="true">http://pbdj.sys-con.com/node/42496</guid>
</item>
<item>
 <title>Using Interfaces with PowerBuilder</title>
 <link>http://pbdj.sys-con.com/node/42489</link>
 <description>Interfaces are one of the most important concepts that have found their way into modern software engineering in the past couple of years. Java, COM, CORBA, C# - all those languages/concepts support interfaces. PowerBuilder does not. This article shows you how to sneak the interface concept into PB by using some of its special features.&lt;p&gt;&lt;a href=&quot;http://pbdj.sys-con.com/node/42489&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Fri, 01 Nov 2002 00:00:00 EST</pubDate>
 <guid isPermaLink="true">http://pbdj.sys-con.com/node/42489</guid>
</item>
<item>
 <title>Implementing PowerBuilder-Based Web Services from PowerDynamo</title>
 <link>http://pbdj.sys-con.com/node/42210</link>
 <description>PowerBuilder 9 will make the creation and consumption of Web services easier; however, we don&#039;t have to wait for its release to take advantage of these features.&lt;p&gt;&lt;a href=&quot;http://pbdj.sys-con.com/node/42210&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Tue, 01 Oct 2002 00:00:00 EDT</pubDate>
 <guid isPermaLink="true">http://pbdj.sys-con.com/node/42210</guid>
</item>
<item>
 <title>Eight Reasons to Upgrade to PowerBuilder 8</title>
 <link>http://pbdj.sys-con.com/node/42461</link>
 <description>If you&#039;re using PowerBuilder 6 or 7 for new development, you should really be using PB 8. It&#039;s the fastest way to build a new client/server application or move PowerBuilder business logic to a distributed n-tier environment.&lt;p&gt;&lt;a href=&quot;http://pbdj.sys-con.com/node/42461&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Thu, 01 Aug 2002 00:00:00 EDT</pubDate>
 <guid isPermaLink="true">http://pbdj.sys-con.com/node/42461</guid>
</item>
<item>
 <title>Incorporating Popup and Lookup Windows into JSP HTML DataWindows</title>
 <link>http://pbdj.sys-con.com/node/42466</link>
 <description>When moving applications to the Web, one of the challenges facing developers is how to migrate rich client features to a browser environment. Two features that can give your Web applications a boost in both appearance and functionality are popup calendars and lookup (search) windows.&lt;p&gt;&lt;a href=&quot;http://pbdj.sys-con.com/node/42466&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Thu, 01 Aug 2002 00:00:00 EDT</pubDate>
 <guid isPermaLink="true">http://pbdj.sys-con.com/node/42466</guid>
</item>
<item>
 <title>Web DataWindow Containers and Service Classes</title>
 <link>http://pbdj.sys-con.com/node/42437</link>
 <description>New to PowerBuilder 8.0 is the ability to deploy your DataWindows to a Web server as self-contained components. These new components are called Web DataWindow Containers. These containers will convert your collection of DataWindows into HTML with the aid of your Component Transaction Monitor (EAServer or an equivalent server).&lt;p&gt;&lt;a href=&quot;http://pbdj.sys-con.com/node/42437&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Wed, 01 May 2002 00:00:00 EDT</pubDate>
 <guid isPermaLink="true">http://pbdj.sys-con.com/node/42437</guid>
</item>
<item>
 <title>Introduction to the Bulk Copy Program</title>
 <link>http://pbdj.sys-con.com/node/42394</link>
 <description>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 their own tribulations.&lt;p&gt;&lt;a href=&quot;http://pbdj.sys-con.com/node/42394&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Thu, 01 Nov 2001 00:00:00 EST</pubDate>
 <guid isPermaLink="true">http://pbdj.sys-con.com/node/42394</guid>
</item>
<item>
 <title>A Snippet Here, a Snippet There</title>
 <link>http://pbdj.sys-con.com/node/42400</link>
 <description>Once upon a time there was a source code editor called &#039;Brief.&#039; Okay, so it was DOS-based and had an ugly interface. However, it had one feature I truly loved, a &#039;code snippet&#039; manager. You could have your favorite block of code inserted into your source with a few keystrokes. Eventually, I stopped writing Clipper code and started using PowerBuilder, which didn&#039;t have this built-in feature...until now.&lt;p&gt;&lt;a href=&quot;http://pbdj.sys-con.com/node/42400&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Thu, 01 Nov 2001 00:00:00 EST</pubDate>
 <guid isPermaLink="true">http://pbdj.sys-con.com/node/42400</guid>
</item>
<item>
 <title>Communicating with EJBs from PowerBuilder Using COM/DCOM</title>
 <link>http://pbdj.sys-con.com/node/42382</link>
 <description>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&#039;s the exception rather than the rule.  It&#039;s often the case in the modern enterprise that companies will standardize on technologies from a wide variety of vendors and platforms. As programmers we often don&#039;t get as much input into those decisions as we want. We end up having to develop in a tool provided by one vendor, with access code running in an application server provided by another, using a communication protocol developed by yet a third.&lt;p&gt;&lt;a href=&quot;http://pbdj.sys-con.com/node/42382&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Mon, 01 Oct 2001 00:00:00 EDT</pubDate>
 <guid isPermaLink="true">http://pbdj.sys-con.com/node/42382</guid>
</item>
<item>
 <title>PowerBuilder News</title>
 <link>http://pbdj.sys-con.com/node/42387</link>
 <description>Novalys announced the release of Visual Expert for PowerBuilder. Visual Expert helps developers work on any PowerBuilder application, even ones they&#039;re not familiar with. After it has analyzed the application, Visual Expert provides graphic views, inheritance diagrams, impact analyses, and technical documentation. &lt;a href=&quot;http://www.novalys.net/info/visualexpert.htm&quot; title=&quot;www.novalys.net/info/visualexpert.htm&quot;&gt;www.novalys.net/info/visualexpert.htm&lt;/a&gt;&lt;p&gt;&lt;a href=&quot;http://pbdj.sys-con.com/node/42387&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Mon, 01 Oct 2001 00:00:00 EDT</pubDate>
 <guid isPermaLink="true">http://pbdj.sys-con.com/node/42387</guid>
</item>
<item>
 <title>Silent...but Effective</title>
 <link>http://pbdj.sys-con.com/node/42374</link>
 <description>As of Sybase&#039;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 and IT departments to create and deploy applications that include EAServer. Through EAServer version 3.6.1, end users needed to install EAServer separately from the application using the standard dialog-driven setup routine. Developers deployed their components and applications using Jaguar Manager to install JAR, Jaguar JAR, WAR, and EAR files.&lt;p&gt;&lt;a href=&quot;http://pbdj.sys-con.com/node/42374&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Sat, 01 Sep 2001 00:00:00 EDT</pubDate>
 <guid isPermaLink="true">http://pbdj.sys-con.com/node/42374</guid>
</item>
<item>
 <title>PowerBuilder News</title>
 <link>http://pbdj.sys-con.com/node/42377</link>
 <description>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&#039;s Web server.  Finally, EAServer 4.0 now supports the Linux platform and continues to support Microsoft Windows, Solaris, HP-UX, and IBM-AIX.&lt;p&gt;&lt;a href=&quot;http://pbdj.sys-con.com/node/42377&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Sat, 01 Sep 2001 00:00:00 EDT</pubDate>
 <guid isPermaLink="true">http://pbdj.sys-con.com/node/42377</guid>
</item>
<item>
 <title>Thoughts for Migrating to PowerBuilder 8</title>
 <link>http://pbdj.sys-con.com/node/42362</link>
 <description>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 &#039;firsts&#039; with PowerBuilder, and now it has become the unquestioned development productivity tool for the enterprise.&lt;p&gt;&lt;a href=&quot;http://pbdj.sys-con.com/node/42362&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Wed, 01 Aug 2001 00:00:00 EDT</pubDate>
 <guid isPermaLink="true">http://pbdj.sys-con.com/node/42362</guid>
</item>
<item>
 <title>PowerBuilder 8/4GL Web</title>
 <link>http://pbdj.sys-con.com/node/42366</link>
 <description>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 and effort. Using this event model allows developers to concentrate on business logic and interface design rather than the low-level details of accessing EAServer components.&lt;p&gt;&lt;a href=&quot;http://pbdj.sys-con.com/node/42366&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Wed, 01 Aug 2001 00:00:00 EDT</pubDate>
 <guid isPermaLink="true">http://pbdj.sys-con.com/node/42366</guid>
</item>
<item>
 <title>PowerBuilder News</title>
 <link>http://pbdj.sys-con.com/node/42357</link>
 <description>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&#039;s remaining outstanding shares of common stock into the right to receive 0.3878 shares of Sybase common stock per share. Sybase had earlier acquired approximately 80% of the stock pursuant to an exchange offer that concluded April 26, 2001. New Era of Networks, now a wholly-owned subsidiary of Sybase, will be operated as part of the Sybase e-business division with Rick Adam as its president.&lt;p&gt;&lt;a href=&quot;http://pbdj.sys-con.com/node/42357&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Sun, 01 Jul 2001 00:00:00 EDT</pubDate>
 <guid isPermaLink="true">http://pbdj.sys-con.com/node/42357</guid>
</item>
<item>
 <title>PowerBuilder 8 Web Targets</title>
 <link>http://pbdj.sys-con.com/node/42343</link>
 <description>I realize that many people are talking about nothing but Java, and yes, I&#039;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 moved to the Web.         PowerBuilder 8 has some nice development features that make it an environment for PowerBuilder applications as well as Web applications. This article discusses the new user interface and concentrates on Web targets.&lt;p&gt;&lt;a href=&quot;http://pbdj.sys-con.com/node/42343&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Fri, 01 Jun 2001 00:00:00 EDT</pubDate>
 <guid isPermaLink="true">http://pbdj.sys-con.com/node/42343</guid>
</item>
</channel>
</rss>
