<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
<channel>
<title>JavaFX</title>
<link>http://jdj.sys-con.com/</link>
<description>Latest articles from JavaFX</description>
<copyright>Copyright 2008 JAVA DEVELOPER&apos;S JOURNAL</copyright>
<lastBuildDate>Sun, 20 Jul 2008 09:39:00 GMT</lastBuildDate>
<generator>JAVA DEVELOPER&apos;S JOURNAL</generator>
<ttl>10</ttl>
<docs>http://backend.userland.com/rss</docs>

<item>
<title>AJAX and Enterprise RIA Tools - JSF, Flex, and JavaFX</title>
<guid isPermaLink="true">http://jdj.sys-con.com/read/529474.htm</guid><link>http://jdj.sys-con.com/read/529474.htm</link>
<pubDate>Fri, 20 Jun 2008 12:45:00 GMT</pubDate>
<description>2008 is going to be an important year for Rich Internet Applications. Most organizations are delivering or planning to deliver Rich Internet Applications; however, at the same time, most IT managers are facing a dilemma: which Rich Internet Application technology and platform to use? The number of different frameworks and libraries is too vast to even consider evaluating a fraction of them.</description>

</item><item>
<title>Borland Finally Dumps CodeGear Tools Division</title>
<guid isPermaLink="true">http://jdj.sys-con.com/read/561924.htm</guid><link>http://jdj.sys-con.com/read/561924.htm</link>
<pubDate>Tue, 13 May 2008 06:45:00 GMT</pubDate>
<description>It&apos;s only taken Borland two years but it&apos;s finally dumped its CodeGear tools division, responsible for Borland&apos;s hereditary JBuilder, Delphi and C++ Builder lines as well as its new web ventures into PHP and Ruby, said to be used by 7.5 million developers. Embarcadero Technologies is buying it for about $23 million and the transaction&apos;s supposed to close in 30-60 days. Thomas Cressey Bravo the private equity house that bought Embarcadero and took it private last year, is fronting the money.</description>

</item><item>
<title>JFX and the Way Forward After JavaOne 2008</title>
<guid isPermaLink="true">http://jdj.sys-con.com/read/564123.htm</guid><link>http://jdj.sys-con.com/read/564123.htm</link>
<pubDate>Mon, 12 May 2008 10:30:00 GMT</pubDate>
<description>There were several JavaFX-related announcements and demos at JavaOne, not the least of which is the preview release of the JavaFX SDK due in June 2008.  As the interpreted version of JavaFX was the prototype for the compiled version, the javafx.ui classes are the prototype for the javafx.gui classes that were shown at JavaOne and will be released in the SDK.  These javafx.gui libraries will have a streamlined, faster performing API, as well as support for multimedia. In June, JavaFX will have turned a significant corner, out of the prototype stage and becoming more mature.</description>

</item><item>
<title>A New Weapon in Developing Rich Client Applications</title>
<guid isPermaLink="true">http://jdj.sys-con.com/read/478360.htm</guid><link>http://jdj.sys-con.com/read/478360.htm</link>
<pubDate>Tue, 25 Dec 2007 13:30:00 GMT</pubDate>
<description>JavaFX is a scripting language that provides more powerful client applications in term of features for the user interface experience as well as being incorporated with server platform technology such as RMI, Web Services, and EJB. Its ability to reuse all Java libraries opens an opportunity for JavaFX to create flexibility and ease the integration and reuse of existing Java applications.</description>

</item><item>
<title>Compiled JavaFX Script Applet - Happy Holidays!</title>
<guid isPermaLink="true">http://jdj.sys-con.com/read/479238.htm</guid><link>http://jdj.sys-con.com/read/479238.htm</link>
<pubDate>Tue, 25 Dec 2007 10:30:00 GMT</pubDate>
<description>To wish you Happy Holidays (and if you&apos;ll permit me, a very merry Christmas) I wrote this Compiled JavaFX Script Applet (that executes in a browser). For fast deployment I used the latest version of Java SE 6 Update 10 (formerly known as Java SE Update N, formerly known as Consumer JRE, formerly known as Prince.</description>

</item><item>
<title>Playing with UI Features in Compiled JavaFX Script</title>
<guid isPermaLink="true">http://jdj.sys-con.com/read/468763.htm</guid><link>http://jdj.sys-con.com/read/468763.htm</link>
<pubDate>Tue, 04 Dec 2007 03:45:00 GMT</pubDate>
<description>As I&apos;ve mentioned before, compiled JavaFX Script is currently under development, and one of the last pieces of the puzzle is the UI features. Currently there are a few UI features that are operational in the compiled version, for example Frame, BorderPanel and Button. Fortunately, the user interface API (widgets and 2D graphics) is almost identical to interpreted JavaFX Script, as is the declarative scripting.</description>

</item><item>
<title>Developing Your First Compiled JavaFX Script Program</title>
<guid isPermaLink="true">http://jdj.sys-con.com/read/465182.htm</guid><link>http://jdj.sys-con.com/read/465182.htm</link>
<pubDate>Sat, 24 Nov 2007 06:45:00 GMT</pubDate>
<description>The next JavaFX Puzzler will be posted at 18:00 GMT (1:00PM EST) on Wednesday, November 28, 2007.  It will be a compiled JavaFX Script puzzler, so you&apos;ll need to build the JavaFX Script Compiler in order to participate in the Puzzler. To help prepare you for the Puzzler, I&apos;d like to you to develop a very basic &apos;Hello World&apos; style program.</description>

</item><item>
<title>How To Develop and Run a JavaFX Script Program Using JavaFXPad</title>
<guid isPermaLink="true">http://jdj.sys-con.com/read/464984.htm</guid><link>http://jdj.sys-con.com/read/464984.htm</link>
<pubDate>Fri, 23 Nov 2007 08:00:00 GMT</pubDate>
<description>There are several environments in which you can develop and run JavaFX Script programs. I&apos;d like to help you become a JavaFX Script programmer in the next few minutes, so I&apos;m going to show you the fastest route that I know of to get there, which includes using a tool that Sun created called JavaFXPad.</description>

</item><item>
<title>Closures in Compiled JavaFX Script</title>
<guid isPermaLink="true">http://jdj.sys-con.com/read/465002.htm</guid><link>http://jdj.sys-con.com/read/465002.htm</link>
<pubDate>Thu, 22 Nov 2007 12:00:00 GMT</pubDate>
<description>One of the very useful (and cool) features of compiled JavaFX Script will be closures. In a nutshell, JavaFX Script closures provide the ability to define a function within another function with the inner function having access to the local variables of the outer function. This feature is enabled by the fact that in compiled JavaFX Script, functions are first-class objects, which provides the ability to assign functions to variables and to pass functions as arguments to other functions.</description>

</item><item>
<title>JavaOne - JavaFX abuzz</title>
<guid isPermaLink="true">http://jdj.sys-con.com/read/373634.htm</guid><link>http://jdj.sys-con.com/read/373634.htm</link>
<pubDate>Wed, 09 May 2007 20:15:00 GMT</pubDate>
<description>I&apos;m at JavaOne this week, where the talk from Sun is all about mobile, or JavaFX and JavaFX Script. I&apos;m not sure the world needs another scripting language, but then what do I know? I know it&apos;s a bit off-topic, but the thing that struck me about JavaOne this year is just how busy it is. I didn&apos;t hear any numbers yet, but there are a lot of people here. And, more surprisingly to me at least, is that the product pavilion is packed with people. I would have thought that in this day and age, the old trade show formula would be getting old by now, but I guess not. Maybe it&apos;s the t-shirts and trade show tchotchkes. But whatever brings them here, I guess people still like to see products close up and personal.</description>

</item><item>
<title>Client-Side Java: Rolling Out JavaFX at JavaOne</title>
<guid isPermaLink="true">http://jdj.sys-con.com/read/372371.htm</guid><link>http://jdj.sys-con.com/read/372371.htm</link>
<pubDate>Wed, 09 May 2007 17:15:00 GMT</pubDate>
<description>JavaOne opens today and it&apos;ll be interesting to hear more about this renewed interest of Sun in Java on the client. While James Gosling and Rich Green have already provided some details on JavaFX</description>

</item><item>
<title>How AJAX Works</title>
<guid isPermaLink="true">http://jdj.sys-con.com/read/291697.htm</guid><link>http://jdj.sys-con.com/read/291697.htm</link>
<pubDate>Mon, 30 Oct 2006 00:30:00 GMT</pubDate>
<description>When I was learning how to work with AJAX, I went through a number of 101-type articles. The biggest problem with these tutorials is that the authors are trying to explain several things at once, which is confusing.  I&apos;ll try to offer you a very simple example of an Ajax application.</description>

</item><item>
<title>KISS + Swing = RAD</title>
<guid isPermaLink="true">http://jdj.sys-con.com/read/192445.htm</guid><link>http://jdj.sys-con.com/read/192445.htm</link>
<pubDate>Mon, 20 Mar 2006 13:00:00 GMT</pubDate>
<description>Java is a great language for developing enterprise applications. It&apos;s powerful, scalable, robust, secure, and typically very complex. As a software developer, I want to solve business problems, not spend man-months building the plumbing for my applications. This article will demonstrate how you can speed up the development and simplify the maintenance of enterprise-class Swing applications by keeping things simple. We&apos;ll look at ways to reduce the complexity of your application and the amount of custom code written for it. By limiting the complexity and the amount of plumbing code required, you&apos;ll develop more quickly, the application will be easier to maintain, and you can focus on the business logic that provides value to the customer.</description>

</item><item>
<title>How to Create Secure Web Applications with Struts</title>
<guid isPermaLink="true">http://jdj.sys-con.com/read/192434.htm</guid><link>http://jdj.sys-con.com/read/192434.htm</link>
<pubDate>Sun, 19 Mar 2006 13:00:00 GMT</pubDate>
<description>Imagine building a house starting with only a pile of timber and a lump of iron, or making a bowl of spaghetti from a sack of wheat and a bag of tomatoes. The importance of having the right materials makes the idea of building products from scratch seem absurd. Similarly, any software project that doesn&apos;t take advantage of the numerous frameworks available for any manner of development activity could be wasting valuable resources and ignoring established best practices.</description>

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