<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
<channel>
<title>PB &amp; Java</title>
<link>http://pbdj.sys-con.com/</link>
<description>Latest articles from PB &amp; Java</description>
<copyright>Copyright 2008 POWERBUILDER JOURNAL</copyright>
<lastBuildDate>Sat, 17 May 2008 14:27:00 GMT</lastBuildDate>
<generator>POWERBUILDER JOURNAL</generator>
<ttl>10</ttl>
<docs>http://backend.userland.com/rss</docs>

<item>
<title>3rd International Virtualization Conference &amp; Expo CFP Deadline April 11</title>
<guid isPermaLink="true">http://pbdj.sys-con.com/read/463309.htm</guid><link>http://pbdj.sys-con.com/read/463309.htm</link>
<pubDate>Thu, 07 Feb 2008 12:15:00 GMT</pubDate>
<description>Key opinion-formers in the field of infrastructure and pioneers of virtualization technologies of all types have already begun submitting speaking proposals to Virtualization Conference &amp; Expo 2008 East, being held in New York City, 23-24 June, 2008. Topics covered will range from Server Virtualization, Application Virtualization, Desktop Virtualization, Network Virtualization, I/O Virtualization and Storage Virtualization, to Virtual Machine Automation, Physical to Virtual (P2V) Migration, Management Applications, Tools and Utilities, and Virtualization Scripts and Procedures.</description>

</item><item>
<title>Building JSP Applications</title>
<guid isPermaLink="true">http://pbdj.sys-con.com/read/42451.htm</guid><link>http://pbdj.sys-con.com/read/42451.htm</link>
<pubDate>Sat, 01 Jun 2002 00:00:00 GMT</pubDate>
<description>Welcome to JSP Corner. For those of you who are just joining us, in this column I&apos;ve been demonstrating how to write JSP applications; I&apos;ve focused on writing the Sybase eMusic application and converting it from PowerDynamo to JavaServer Pages (JSP).</description>

</item><item>
<title>Building JSP Applications with Jaguar CTS Part 5</title>
<guid isPermaLink="true">http://pbdj.sys-con.com/read/42447.htm</guid><link>http://pbdj.sys-con.com/read/42447.htm</link>
<pubDate>Wed, 01 May 2002 00:00:00 GMT</pubDate>
<description>What state am I in? Denial, confusion, Virginia...if you want your Web site to keep track of state between requests, you&apos;ll need to understand the Session API portion of the Java servlet and JSP specifications.</description>

</item><item>
<title>Building JSP Applications with Jaguar CTS Part 4</title>
<guid isPermaLink="true">http://pbdj.sys-con.com/read/42427.htm</guid><link>http://pbdj.sys-con.com/read/42427.htm</link>
<pubDate>Fri, 01 Mar 2002 00:00:00 GMT</pubDate>
<description>Welcome to JSP Corner, Part 4. We&apos;ll be adding some more features to our eMusic application, which we started putting together in Part 3 (PBDJ, Vol. 8, issue 12). We looked at the Logon process and built the Logon.jsp, validateLogon.jsp, and LogonError.htm pages.</description>

</item><item>
<title>Resolving PSR Compatibility Issues</title>
<guid isPermaLink="true">http://pbdj.sys-con.com/read/42415.htm</guid><link>http://pbdj.sys-con.com/read/42415.htm</link>
<pubDate>Fri, 01 Feb 2002 00:00:00 GMT</pubDate>
<description>The current PSR compatibility issues between PowerBuilder and the PowerJ Java DataWindow can be resolved using PowerScript and Java source to pass a DataWindow object&apos;s FullState, bringing your PowerBuilder reporting applications into the Java realm.</description>

</item><item>
<title>Building JSP Applications with Jaguar CTS Part 3</title>
<guid isPermaLink="true">http://pbdj.sys-con.com/read/42405.htm</guid><link>http://pbdj.sys-con.com/read/42405.htm</link>
<pubDate>Sat, 01 Dec 2001 00:00:00 GMT</pubDate>
<description>Welcome back to JSP Corner. In this article we look at how to build a simple logon page that collects data through an HTML form and sends it to a JSP page for processing. This is a simple task that involves several aspects of Web development in JSP, including the retrieval of data from a request and page redirection.</description>

</item><item>
<title>Building JSP Applications with Jaguar CTS Part 2</title>
<guid isPermaLink="true">http://pbdj.sys-con.com/read/42380.htm</guid><link>http://pbdj.sys-con.com/read/42380.htm</link>
<pubDate>Mon, 01 Oct 2001 00:00:00 GMT</pubDate>
<description>Welcome back to the JSP Corner. In this series, we&apos;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 technologies. We also examined page-based and class-based development. In this article, we&apos;ll look at setting up the development environment, so we can start building a Web application using JSP and servlet technologies.</description>

</item><item>
<title>Building JSP Applications with EAServer Part 1 or 2</title>
<guid isPermaLink="true">http://pbdj.sys-con.com/read/42372.htm</guid><link>http://pbdj.sys-con.com/read/42372.htm</link>
<pubDate>Sat, 01 Sep 2001 00:00:00 GMT</pubDate>
<description>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 by various vendors in their products. The JSP specification defines a dynamic page-based technology that relies on scripts and tags to build Web applications similar to Microsoft Active Server Pages (ASP), Sybase PowerDynamo, and Macromedia/Allaire ColdFusion.</description>

</item><item>
<title>Using Graphics in Your Applet</title>
<guid isPermaLink="true">http://pbdj.sys-con.com/read/42349.htm</guid><link>http://pbdj.sys-con.com/read/42349.htm</link>
<pubDate>Sun, 01 Jul 2001 00:00:00 GMT</pubDate>
<description>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 about anything. You can use any program to create them as long as that program can save in the GIF or JPEG format. In Part 2, I show how to add niceties, such as color and fonts, to your applet.</description>

</item><item>
<title>The (New) Exception Call Stack Part 1 Of 2</title>
<guid isPermaLink="true">http://pbdj.sys-con.com/read/42340.htm</guid><link>http://pbdj.sys-con.com/read/42340.htm</link>
<pubDate>Fri, 01 Jun 2001 00:00:00 GMT</pubDate>
<description>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.</description>

</item><item>
<title>Spice Up Your Applet With The Graphics Class</title>
<guid isPermaLink="true">http://pbdj.sys-con.com/read/42332.htm</guid><link>http://pbdj.sys-con.com/read/42332.htm</link>
<pubDate>Tue, 01 May 2001 00:00:00 GMT</pubDate>
<description>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&apos;t require graphics.</description>

</item><item>
<title>Creating Graphical Applets</title>
<guid isPermaLink="true">http://pbdj.sys-con.com/read/42322.htm</guid><link>http://pbdj.sys-con.com/read/42322.htm</link>
<pubDate>Sun, 01 Apr 2001 00:00:00 GMT</pubDate>
<description>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.</description>

</item><item>
<title>Building A JSP-JaguarCTS-PowerBuilder Bridge</title>
<guid isPermaLink="true">http://pbdj.sys-con.com/read/42325.htm</guid><link>http://pbdj.sys-con.com/read/42325.htm</link>
<pubDate>Sun, 01 Apr 2001 00:00:00 GMT</pubDate>
<description>This article demonstrates how to use JavaServer Pages (JSP) to manipulate PowerBuilder DataWindows. We&apos;ll create a Jaguar- CTS component in PowerBuilder and call it from JSP. Using techniques from our Hepek Dual Architecture Framework, we&apos;ll show how to Web-enable your existing DataWindows in a matter of minutes.</description>

</item><item>
<title>Use Your PB Knowledge And Deploy Java Applets</title>
<guid isPermaLink="true">http://pbdj.sys-con.com/read/42306.htm</guid><link>http://pbdj.sys-con.com/read/42306.htm</link>
<pubDate>Thu, 01 Mar 2001 00:00:00 GMT</pubDate>
<description>This month we&apos;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&apos;ll soon see, the coding portion of this is relatively easy. The real challenge is understanding the process, which will be my focus. Of course, I&apos;ll relate the material to the PowerBuilder knowledge you already know and love.</description>

</item><item>
<title>If Your Strings Don&apos;t Zing</title>
<guid isPermaLink="true">http://pbdj.sys-con.com/read/42287.htm</guid><link>http://pbdj.sys-con.com/read/42287.htm</link>
<pubDate>Thu, 01 Feb 2001 00:00:00 GMT</pubDate>
<description>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.</description>

</item><item>
<title>PB And Java</title>
<guid isPermaLink="true">http://pbdj.sys-con.com/read/42266.htm</guid><link>http://pbdj.sys-con.com/read/42266.htm</link>
<pubDate>Sun, 01 Oct 2000 00:00:00 GMT</pubDate>
<description>Most PowerBuilder developers are aware of object-oriented concepts like inheritance, encapsulation, and polymorphism. A lot has been said about them, and I don&apos;t want to reinvent the wheel by discussing what they are and how they&apos;re used in PB applications. 	The main purpose of this article is to explain one of the lesser known concepts of object-oriented programming, namely, upcasting. Later I&apos;ll give an example of method and variable overriding in conjunction with upcasting in PowerBuilder and how it differs in Java.</description>

</item><item>
<title>DataWindows in PowerJ - Should You Use Them?</title>
<guid isPermaLink="true">http://pbdj.sys-con.com/read/42196.htm</guid><link>http://pbdj.sys-con.com/read/42196.htm</link>
<pubDate>Thu, 15 Jun 2000 00:00:00 GMT</pubDate>
<description>One of the greatest selling points of the PowerJ development environment is its ability to use DataWindows. The same DataWindow that&apos;s created in PowerBuilder, and a major contributor to the success of that environment, is available to the Java programmer who uses PowerJ.</description>

</item><item>
<title>Running Java Servlets in Jaguar CTS</title>
<guid isPermaLink="true">http://pbdj.sys-con.com/read/42187.htm</guid><link>http://pbdj.sys-con.com/read/42187.htm</link>
<pubDate>Mon, 01 May 2000 00:00:00 GMT</pubDate>
<description>Java servlets, one of the hottest topics in programming today, are Java&apos;s method of writing CGI-type programs that interact with the Web browser and deliver dynamic HTML pages to the end user. Traditionally these programs have been written in C++ or Perl. Since C++ is compiled to native code and Perl requires an interpreter that&apos;s slightly different for each operating system platform, you&apos;re forced to maintain different versions of the programs for each target operating system.</description>

</item><item>
<title>Java vs. PowerScript Pt. 2</title>
<guid isPermaLink="true">http://pbdj.sys-con.com/read/106447.htm</guid><link>http://pbdj.sys-con.com/read/106447.htm</link>
<pubDate>Mon, 01 Feb 1999 00:00:00 GMT</pubDate>
<description>In Part 1 of this article (PBDJ, Vol. 7, issue 1) I compared Java to PowerScript. We covered some of the fundamentals of Java language - identifiers, primitive data types and primitive data type wrappers - and PowerBuilder&apos;s any data type, and we began to discuss relational operators, so let&apos;s continue.</description>

</item><item>
<title>Java vs. PowerScript</title>
<guid isPermaLink="true">http://pbdj.sys-con.com/read/106435.htm</guid><link>http://pbdj.sys-con.com/read/106435.htm</link>
<pubDate>Fri, 01 Jan 1999 00:00:00 GMT</pubDate>
<description>With the industry buzzwords being Java, Java, and more Java, I wrote this article to provide insight into how you can leverage your knowledge of PowerScript and PowerBuilder to quickly learn and build Java programs. I&apos;m going to assume that you&apos;re familiar with PowerBuilder and the OOP religion. To exploit all of Java&apos;s features, you must design and build applications in accordance with OOP techniques. Where appropriate, this article presents a syntactical comparison of the Java language and PowerScript.</description>

</item></channel></rss>