<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://java.sys-con.com"  xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Flex</title>
 <link>http://java.sys-con.com/</link>
 <description>Latest articles from Flex</description>
 <language>en</language>
 <copyright>Copyright 2012 Ulitzer.com</copyright>
 <generator>Ulitzer.com</generator>
 <lastBuildDate>Sat, 18 Feb 2012 09:37:58 EST</lastBuildDate>
 <docs>http://backend.userland.com/rss</docs>
 <ttl>10</ttl>
<item>
 <title>Enterprise Development: Flex or HTML5?</title>
 <link>http://java.sys-con.com/node/2144167</link>
 <description>There are many ways of creating Web applications and creating them for the enterprises is not the same as developing a Web site for a pizzeria in your neighborhood. During the last five years we’ve been using mainly Adobe Flex for development of the front end of Web applications. Flex applications work in a well known and predictable run-time environment called Flash Player. The code is compiled and you have convenient tools for development.&lt;p&gt;&lt;a href=&quot;http://java.sys-con.com/node/2144167&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Fri, 27 Jan 2012 05:00:00 EST</pubDate>
 <guid isPermaLink="true">http://java.sys-con.com/node/2144167</guid>
</item>
<item>
 <title>Three Tips to Successfully Load Test Adobe Flex Applications</title>
 <link>http://java.sys-con.com/node/1858881</link>
 <description>The world has changed dramatically for organizations that use web-enabled business applications in enterprise environments. The complexities of modern applications, which include multi-tiered, globally distributed architectures, SOA and a host of other new technologies, have forced major change in the way enterprises develop, test and manage web-enabled applications. Specifically, Rich Internet Application (RIA) technologies such as Adobe Flex allow a faster, more engaging, interactive experience with browser- enabled applications and services. While an attractive option for developing expanded application capabilities these RIA technologies bring new challenges to organizations that need to deploy application features and functions in a compressed time frame and at a lower cost.&lt;p&gt;&lt;a href=&quot;http://java.sys-con.com/node/1858881&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Thu, 02 Jun 2011 14:31:00 EDT</pubDate>
 <guid isPermaLink="true">http://java.sys-con.com/node/1858881</guid>
</item>
<item>
 <title>What Computer Programming Language To Learn Next?</title>
 <link>http://java.sys-con.com/node/1566256</link>
 <description>After all these rumors on Microsoft buying Adobe, several people asked me what do I think of it, and, of course the second question was (it’s always on the mind of every professional software developer), “What to learn next?”
&lt;p&gt;&lt;a href=&quot;http://java.sys-con.com/node/1566256&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Tue, 12 Oct 2010 07:15:00 EDT</pubDate>
 <guid isPermaLink="true">http://java.sys-con.com/node/1566256</guid>
</item>
<item>
 <title>Our Flex Book is a Java Bestseller</title>
 <link>http://java.sys-con.com/node/1339147</link>
 <description>Our new book &quot;Enterprise Development with Flex &quot; made the Amazon bestseller&#039;s list of ... Java books:

See the list here.

This list is refreshed every hour so I&#039;m not sure what place you are going to find it at, but at the time of this writing it&#039;s #20.

Help us to move up the list by doing you know what :)&lt;p&gt;&lt;a href=&quot;http://java.sys-con.com/node/1339147&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Wed, 31 Mar 2010 08:45:00 EDT</pubDate>
 <guid isPermaLink="true">http://java.sys-con.com/node/1339147</guid>
</item>
<item>
 <title>PaaS vs. Managed Virtualization</title>
 <link>http://java.sys-con.com/node/1318622</link>
 <description>I&#039;ve been reading a few discussions on how to more effectively manage development of a Flex project. And the reason many are looking for a solution has nothing to do with Flex, per say, but has more to do with the complexity of our development environments.
Using the cloud is a popular BINGO word, but in reality... I think desktop virtualization is the better fit.&lt;p&gt;&lt;a href=&quot;http://java.sys-con.com/node/1318622&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Sat, 13 Mar 2010 14:45:00 EST</pubDate>
 <guid isPermaLink="true">http://java.sys-con.com/node/1318622</guid>
</item>
<item>
 <title>Eval JavaScript in a Global Context</title>
 <link>http://java.sys-con.com/node/1098134</link>
 <description>Even though it&#039;s considered bad practice, it&#039;s often handy to eval code in JavaScript.  And in my case, it was simply necessary, since the JSF specification requires eval of scripts. And it&#039;s also necessary to execute those evaluated scripts in the global scope. It&#039;s not as easy as it first looks.

For our first naive implementation, we&#039;d simply used eval(src) in our first pass at the implementation. &lt;p&gt;&lt;a href=&quot;http://java.sys-con.com/node/1098134&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Tue, 08 Sep 2009 19:15:00 EDT</pubDate>
 <guid isPermaLink="true">http://java.sys-con.com/node/1098134</guid>
</item>
<item>
 <title>Rich Content with a Database Server</title>
 <link>http://java.sys-con.com/node/1073425</link>
 <description>Enterprises are increasingly being called upon to provide a high level of user experience with compelling and interactive content. Serving enterprise content and data securely to internet / intranet has become a very common necessity and is routinely handled by web servers. Web services technology, on the other hand, addresses the application-to-application transparent interaction over the web using industry standards. Delivery of web services can also be handled by databases which are responsive to HTTP requests. In this article a simple example of serving a static web page containing dynamic content from a SQL Anywhere 11 database server is described. The web page has examples of jQuery, DOJO, as well as an embedded ADOBE flash file. 
&lt;p&gt;&lt;a href=&quot;http://java.sys-con.com/node/1073425&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Mon, 17 Aug 2009 22:00:00 EDT</pubDate>
 <guid isPermaLink="true">http://java.sys-con.com/node/1073425</guid>
</item>
<item>
 <title>One Approach to Enterprise Adobe Flex Development</title>
 <link>http://java.sys-con.com/node/1031012</link>
 <description>During the last several years our company have been involved in development of many enterprise Flex project. This article is an attempt to summarize challenges and offer solutions that we&#039;ve developed, tested and successfully implemented for our customers.&lt;p&gt;&lt;a href=&quot;http://java.sys-con.com/node/1031012&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Tue, 14 Jul 2009 14:30:00 EDT</pubDate>
 <guid isPermaLink="true">http://java.sys-con.com/node/1031012</guid>
</item>
<item>
 <title>Enterprise Development with Flex</title>
 <link>http://java.sys-con.com/node/992237</link>
 <description>I&amp;#39;m finishing writing a book for O&amp;#39;Reilly &amp;quot;Enterprise Development with Flex&amp;quot;. It&amp;#39;s my 6th one.&amp;nbsp; Yesterday, I got an email from a person asking if I&amp;#39;d like to write a new book on software. Here&amp;#39;s what came to my mind&lt;p&gt;&lt;a href=&quot;http://java.sys-con.com/node/992237&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Sun, 07 Jun 2009 05:15:00 EDT</pubDate>
 <guid isPermaLink="true">http://java.sys-con.com/node/992237</guid>
</item>
<item>
 <title>Adobe Flex: Prefixing Fx</title>
 <link>http://java.sys-con.com/node/843645</link>
 <description>Flex framework’s current stable version is 3.x and the Flex team at Adobe is actively working on getting the version 4.x ready this year. At this time, the core SDK of Flex 4, codenamed Gumbo, is evolving through an open source process. From peeking into its initial version, it looks promising as there are serious attempts to create a clean separation of behavior and presentation in the components, apart from the tons of nifty enhancements throughout the framework. (I promise to write about some of the forthcoming features soon)&lt;p&gt;&lt;a href=&quot;http://java.sys-con.com/node/843645&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Sat, 16 May 2009 10:00:00 EDT</pubDate>
 <guid isPermaLink="true">http://java.sys-con.com/node/843645</guid>
</item>
<item>
 <title>Adobe Flex: Next Stop 360 Flex Indy</title>
 <link>http://java.sys-con.com/node/965591</link>
 <description>Starting Monday May 18, 2009 fun begins at Indianapolis. No, not the car race; its 360 Flex! 360 Flex is a unique and special event for many reasons, namely: Its the one and only event dedicated completely to Flex (and AIR).
Its an informal event that is run for te community, by the community. Till this edition, there wasn&amp;#8217;t [...]&lt;p&gt;&lt;a href=&quot;http://java.sys-con.com/node/965591&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Sat, 16 May 2009 09:30:00 EDT</pubDate>
 <guid isPermaLink="true">http://java.sys-con.com/node/965591</guid>
</item>
<item>
 <title>Flex Training in Boston: Discount Coupons</title>
 <link>http://java.sys-con.com/node/917265</link>
 <description>We&#039;ll be a two day training workshop &quot;Flex for Architects&quot; that will take place in Boston, MA on May 21-22, 2009. During registration at &lt;a href=&quot;http://www.eventbrite.com/event/295389518&quot; title=&quot;http://www.eventbrite.com/event/295389518&quot;&gt;http://www.eventbrite.com/event/295389518&lt;/a&gt;, enter the discount code flex100 to get $100 of the tuitiion.&lt;p&gt;&lt;a href=&quot;http://java.sys-con.com/node/917265&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Fri, 24 Apr 2009 19:00:00 EDT</pubDate>
 <guid isPermaLink="true">http://java.sys-con.com/node/917265</guid>
</item>
<item>
 <title>Have You Submitted Your Proposal For Max&#039;09?</title>
 <link>http://java.sys-con.com/node/920152</link>
 <description>Tomorrow is the last day for submitting papers for Adobe&#039;s main conference called Max&#039;09. I&#039;ve submitted two proposals - one&#039;s called &quot;Practical Design Patterns in Flex&quot;, and the other one is titled &quot;Data Synchronization.&lt;p&gt;&lt;a href=&quot;http://java.sys-con.com/node/920152&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Fri, 24 Apr 2009 11:15:00 EDT</pubDate>
 <guid isPermaLink="true">http://java.sys-con.com/node/920152</guid>
</item>
<item>
 <title>Creating Adobe AIR Submenus for a Native Menu with Flash CS4</title>
 <link>http://java.sys-con.com/node/841823</link>
 <description>In the first part of this article dedicated on AIR menus you&#039;ve learned how to create an AIR native menu (read the full Creating AIR native menu with Flash CS4 - Part 1 article). In this new article you&#039;ll learn how to create an AIR submenu item using the NativeMenuItem class with Flash CS4.&lt;p&gt;&lt;a href=&quot;http://java.sys-con.com/node/841823&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Fri, 17 Apr 2009 23:00:00 EDT</pubDate>
 <guid isPermaLink="true">http://java.sys-con.com/node/841823</guid>
</item>
<item>
 <title>Adobe AIR: Creating Dock and System Tray Icon Menus</title>
 <link>http://java.sys-con.com/node/886412</link>
 <description>The AIR runtime allows you to manage and interact with the system tray and dock bar icons of your application. You can define context menus for them. On Microsoft Windows systems, the icons in the system tray don’t have any default context menus, so unless you have a specially prepared menu to display, it won’t provide a context menu. Mac OS X systems, on the other hand, have a default menu for dock bar icons. The menus you create will be added to the default menu provided by the operating system. You can’t modify or remove the default menus provided by the system for dock bar icons.
The application you will create in the next section will run on both Windows and Mac OS X.&lt;p&gt;&lt;a href=&quot;http://java.sys-con.com/node/886412&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Fri, 17 Apr 2009 12:15:00 EDT</pubDate>
 <guid isPermaLink="true">http://java.sys-con.com/node/886412</guid>
</item>
<item>
 <title>Adobe Flex, Flash and Loosely Coupled On Demand</title>
 <link>http://java.sys-con.com/node/658733</link>
 <description>Adobe Flex and Flash are the ideal technology for Rich Internet Applications because you can build those applications with reusable components that are Loosely Coupled. In his session, learn how you can create an On-Demand Authoring Environment for creating Rich Internet Applications bound to any database or web service using Flex 2 and Flash CS4. 
&lt;p&gt;&lt;a href=&quot;http://java.sys-con.com/node/658733&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Sat, 20 Sep 2008 03:00:00 EDT</pubDate>
 <guid isPermaLink="true">http://java.sys-con.com/node/658733</guid>
</item>
<item>
 <title>How To Build On-Demand Business Apps Using Force.com &amp; Adobe Flex</title>
 <link>http://java.sys-con.com/node/658773</link>
 <description>Enterprises are enthusiastically embracing the shift from traditional client/server computing to SaaS. Inspired by customers who have embraced the Web, developers are using RIA tools to create innovative new on-demand business applications. One important factor in the shift from traditional computing to SaaS has been ease of use through vendors&#039; careful attention to the user experience utilizing RIA technologies. This jointly presented session will present how RIA technologies such as AJAX and Flex - in combination with the Force.com platform - provide all the tools necessary for developers to build an enterprise-class application - sometimes within hours! 
&lt;p&gt;&lt;a href=&quot;http://java.sys-con.com/node/658773&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Sat, 20 Sep 2008 03:00:00 EDT</pubDate>
 <guid isPermaLink="true">http://java.sys-con.com/node/658773</guid>
</item>
<item>
 <title>How To Build On-Demand Business Apps Using Force.com &amp; Flex</title>
 <link>http://java.sys-con.com/node/673751</link>
 <description>Enterprises are enthusiastically embracing the shift from traditional client/server computing to SaaS. Inspired by customers who have embraced the web, developers are using RIA tools to create innovative new on-demand business applications. One important factor in the shift from traditional computing to SaaS has been ease of use through vendors&#039; careful attention to the user experience utilizing RIA technologies. This jointly presented session will present how RIA technologies such as AJAX and Flex - in combination with the Force.com platform - provide all the tools necessary for developers to build an enterprise-class application - sometimes within hours! 
&lt;p&gt;&lt;a href=&quot;http://java.sys-con.com/node/673751&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Sun, 14 Sep 2008 15:45:00 EDT</pubDate>
 <guid isPermaLink="true">http://java.sys-con.com/node/673751</guid>
</item>
<item>
 <title>AJAX World RIA Conference: FLEX+ AIR + Mobile</title>
 <link>http://java.sys-con.com/node/639307</link>
 <description>In this session Thomas will share his experience in migrating from AJAX to Flex, the advantages/disadvantages that Flex has as the primary client for a consumer web-based SaaS product, and his vision of how Flex + AIR via any desktop + Mobile (in one or more technical forms) takes us a step towards the vision that Mark Weiser presented in his original works on ubiquitous computing.&lt;p&gt;&lt;a href=&quot;http://java.sys-con.com/node/639307&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Mon, 11 Aug 2008 15:30:00 EDT</pubDate>
 <guid isPermaLink="true">http://java.sys-con.com/node/639307</guid>
</item>
<item>
 <title>4D Releases 4D Web 2.0 Pack v11 Release 2 (11.2)</title>
 <link>http://java.sys-con.com/node/618866</link>
 <description>4D announced the release of 4D Web 2.0 Pack v11 Release 2. The new version, a combination of two products - 4D AJAX Framework and 4D for Flex - brings a powerful set of tools, plug-ins, and components that allow 4D developers to harness the power of Web 2.0 technologies, and deliver live web and rich internet applications to browsers, desktops, and portable devices such as the iPhone.&lt;p&gt;&lt;a href=&quot;http://java.sys-con.com/node/618866&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Fri, 25 Jul 2008 16:15:00 EDT</pubDate>
 <guid isPermaLink="true">http://java.sys-con.com/node/618866</guid>
</item>
<item>
 <title>Keys to Success When Load Testing Today&#039;s Flex Applications</title>
 <link>http://java.sys-con.com/node/614811</link>
 <description>In today&#039;s complex web application world, developers need to test applications that go beyond simple HTTP-based pages. They need to test Rich Internet Applications that incorporate complex technologies like Adobe&#039;s Flex. Adobe Flex applications may be different from applications you worked with previously. With applications that deliver HTML as the user interface, the server does all of the processing. Users simply page back and forth to the server.&lt;p&gt;&lt;a href=&quot;http://java.sys-con.com/node/614811&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Sat, 19 Jul 2008 18:30:00 EDT</pubDate>
 <guid isPermaLink="true">http://java.sys-con.com/node/614811</guid>
</item>
<item>
 <title>DreamFace Interactive Delivers Mashup Kit: DreamFace-Fx for Adobe Flex</title>
 <link>http://java.sys-con.com/node/599817</link>
 <description>Following the private Beta release last month, DreamFace Interactive announced the general availability of the DreamFace-Fx Mashup Kit for Adobe Flex. As promised, DreamFace-Fx is the first Mashup Kit to reach developers in a comprehensive roadmap which will extend the DreamFace Open Source Web 2.0 Framework to include complementary technologies. Olivier Poupeney, DreamFace Interactive CEO explains the choice of Adobe Flex for the first Mashup Kit, &#039;There is a need today for RIA technologies in SOA applications, and Flex is getting attraction from the Java community thanks to its smooth integration with J2EE, however, using Flex usually means abandoning AJAX with the risk of being linked to a single technology. With DreamFace-Fx, developers can easily integrate Flex and AJAX, leveraging the combined technologies and resulting in functionality greater than the sum of its parts.&#039;&lt;p&gt;&lt;a href=&quot;http://java.sys-con.com/node/599817&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Mon, 30 Jun 2008 13:00:00 EDT</pubDate>
 <guid isPermaLink="true">http://java.sys-con.com/node/599817</guid>
</item>
<item>
 <title>AJAX and Enterprise RIA Tools - JSF, Flex, and JavaFX</title>
 <link>http://java.sys-con.com/node/529474</link>
 <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.&lt;p&gt;&lt;a href=&quot;http://java.sys-con.com/node/529474&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Fri, 20 Jun 2008 12:45:00 EDT</pubDate>
 <guid isPermaLink="true">http://java.sys-con.com/node/529474</guid>
</item>
<item>
 <title>Flex 4: My Wish List</title>
 <link>http://java.sys-con.com/node/561359</link>
 <description>Flex 2 was released in the Summer of 2006 and it was a mini-revolution in the RIA space. Almost nobody knew about Flex 1.5, but now almost everyone has at least heard about this software. Flex 3 was released in early 2008. It has a number of useful new features, but it was not a major release. In my opinion, a more modest 2.5 would suffice. We are expecting more now. Flex 4 will come out to the world next year and while the Flex team has announced a number of very interesting syntax improvements, I&#039;d love to see more fundamental improvements in this great RIA tool.&lt;p&gt;&lt;a href=&quot;http://java.sys-con.com/node/561359&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Wed, 07 May 2008 07:00:00 EDT</pubDate>
 <guid isPermaLink="true">http://java.sys-con.com/node/561359</guid>
</item>
<item>
 <title>Responding to the &quot;Adobe Flex Shortcomings&quot; Java Blog</title>
 <link>http://java.sys-con.com/node/538567</link>
 <description>Vectors supporting types are the part of next release - and are billed more of performance/coding help then language enhancement. Most of the Java 5 constructs are not really applicable to ActionScript 3 - for fair comparison you need to use Java 7/8 with dynamic scripting language support - and then the way you speak that language changes. Compare how enum support evolved in Java over the years - starting with patterns - and you would think of language as of evolving environment. I was coming to Java in &#039;97 from C++ and I thought of it as a very poor language. 10 years made it almost tolerable - but I still miss ability to redefine operators - does it really matter to anyone who never did it in first place?&lt;p&gt;&lt;a href=&quot;http://java.sys-con.com/node/538567&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Thu, 10 Apr 2008 09:15:00 EDT</pubDate>
 <guid isPermaLink="true">http://java.sys-con.com/node/538567</guid>
</item>
<item>
 <title>Adobe Puts Out AIR for Linux</title>
 <link>http://java.sys-con.com/node/534670</link>
 <description>Adobe has put an alpha pre-release of AIR for Linux up in hopes, it says, of getting feedback from the community, not to mention winning adherents. It&#039;s English-only. The company also joined the Linux Foundation to encourage the growth of RIA technologies on Linux, it said. The company says Linux developers can use HTML, AJAX, Flash and Flex to build rich Internet applications (RIAs) that deploy to desktops across operating systems.&lt;p&gt;&lt;a href=&quot;http://java.sys-con.com/node/534670&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Fri, 04 Apr 2008 05:30:00 EDT</pubDate>
 <guid isPermaLink="true">http://java.sys-con.com/node/534670</guid>
</item>
<item>
 <title>Do We Need to Teach Designers Programming?</title>
 <link>http://java.sys-con.com/node/524699</link>
 <description>Fast-spreading rich Internet applications require new skills for development of what was known as boring-looking enterprise applications. In the past, development of the user interface was done by software developers to the best of their design abilities. A couple of buttons here, a grid there, gray background. Their users were happy because they did not see any better. This is about to change...&lt;p&gt;&lt;a href=&quot;http://java.sys-con.com/node/524699&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Sun, 30 Mar 2008 08:30:00 EDT</pubDate>
 <guid isPermaLink="true">http://java.sys-con.com/node/524699</guid>
</item>
<item>
 <title>Flex Best Practices: DTO is the Horseshoe of your Flex Application</title>
 <link>http://java.sys-con.com/node/505875</link>
 <description>If I could pass just one Flex advice that would be: Use Data Transfer Objects. Use custom Data Transfer Objects to pass data between server and Flash tiers of your Flex application. Do not use XML. Yes, I know that XML cool.  Do not use raw objects.&lt;p&gt;&lt;a href=&quot;http://java.sys-con.com/node/505875&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Mon, 25 Feb 2008 05:30:00 EST</pubDate>
 <guid isPermaLink="true">http://java.sys-con.com/node/505875</guid>
</item>
<item>
 <title>Watching Java presentations with AJAX, Flex, AIR and JavaFX</title>
 <link>http://java.sys-con.com/node/502933</link>
 <description>Parleys.com is a great Web site with lots of recoded videos of technical presentations on a wide variety of Java-related topics.  While the original version of Parleys has been created in AJAX, more advanced Flex and AIR versions are now available too. I had a chance to chat with a man behind this project.&lt;p&gt;&lt;a href=&quot;http://java.sys-con.com/node/502933&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Mon, 18 Feb 2008 19:00:00 EST</pubDate>
 <guid isPermaLink="true">http://java.sys-con.com/node/502933</guid>
</item>
<item>
 <title>Car Manufacturers Go with Adobe Flex RIA</title>
 <link>http://java.sys-con.com/node/501617</link>
 <description>OK, car manufactures go Flex. Will they lose or gain customers because of that?  Car manufacturers want to have fancy consumer sites. It&#039;s a world of RIA, and having interactive Web sites should bring more people to car dealerships. But poorly performing Web site can turn into lost revenues.&lt;p&gt;&lt;a href=&quot;http://java.sys-con.com/node/501617&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Sat, 16 Feb 2008 13:15:00 EST</pubDate>
 <guid isPermaLink="true">http://java.sys-con.com/node/501617</guid>
</item>
<item>
 <title>Flex Is All About Event-Driven Development</title>
 <link>http://java.sys-con.com/node/486677</link>
 <description>This is the first in a series of articles that will cover best practices of Flex development using the code of the soon-to-be-released open source class library theriabook. These components were developed by Flex and Java architects from Farata Systems. Over the past couple of years we&#039;ve been successfully using various coding techniques and custom components that turned the application development in Flex into a RAD project.&lt;p&gt;&lt;a href=&quot;http://java.sys-con.com/node/486677&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Thu, 14 Feb 2008 02:45:00 EST</pubDate>
 <guid isPermaLink="true">http://java.sys-con.com/node/486677</guid>
</item>
<item>
 <title>Discovery Channel and EffectiveUI Launch Earth Live</title>
 <link>http://java.sys-con.com/node/498598</link>
 <description>Earth Live is  an application that EffectiveUI has created in collaboration with Discovery channel. The application helps people to learn the world by engaging them with a more effective UI, so complex information such as climate change can be digestible by a regular person.   The application uses digital imagery so the user can interactively create a climate picture of the planet Earth. The UI offers several layers, and you can load the content of the layer (i.e. rain) onto the 3D image of the globe.&lt;p&gt;&lt;a href=&quot;http://java.sys-con.com/node/498598&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Mon, 11 Feb 2008 00:00:00 EST</pubDate>
 <guid isPermaLink="true">http://java.sys-con.com/node/498598</guid>
</item>
<item>
 <title>Rich Internet Applications - State of the Union</title>
 <link>http://java.sys-con.com/node/336933</link>
 <description>We are entering an era of Rich Internet Applications (RIA), and many enterprise development managers are facing the dilemma - which way to go - remain with  tried and true Java or .NET technologies or less known (as yet) yet AJAX, Flex, OpenLaszlo...&lt;p&gt;&lt;a href=&quot;http://java.sys-con.com/node/336933&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Sun, 10 Feb 2008 11:15:00 EST</pubDate>
 <guid isPermaLink="true">http://java.sys-con.com/node/336933</guid>
</item>
<item>
 <title>Flex Bugs Déjà Vu; Memories of Java&#039;s Bug Parade</title>
 <link>http://java.sys-con.com/node/497470</link>
 <description>Flex is an open source product, which means that you can fix the bugs on your own. This may fork out the product, but that&#039;s another story altogether. On the other hand, developers can vote for the bugs so the Flex team can fix them. I remain cautiously optimistic that Flex team will be more responsive than their Java colleagues. Time will tell.&lt;p&gt;&lt;a href=&quot;http://java.sys-con.com/node/497470&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Thu, 07 Feb 2008 06:45:00 EST</pubDate>
 <guid isPermaLink="true">http://java.sys-con.com/node/497470</guid>
</item>
<item>
 <title>AMF 3 Specification Is Published</title>
 <link>http://java.sys-con.com/node/494839</link>
 <description>Action Message Format (AMF) is a protocol that is used to serialize the data coming into Flash Player or going out to other programming environments that need to communicate with Flash Player. Say, if you create in Java an instance of the class MyOrder, this instance can be converted into a string of bytes, sent over the wire to Flash Player and then recreated there as an instance of the ActionScript object.  The rules of how to do this are defined by a communication protocol, such as  AMF.&lt;p&gt;&lt;a href=&quot;http://java.sys-con.com/node/494839&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Mon, 04 Feb 2008 11:30:00 EST</pubDate>
 <guid isPermaLink="true">http://java.sys-con.com/node/494839</guid>
</item>
<item>
 <title>Where To Find Senior Flex Developers?</title>
 <link>http://java.sys-con.com/node/494861</link>
 <description>The Adobe Flex enterprise market picks up really fast, and it&#039;s obvious that the need for Flex developers will only get bigger and bigger. The question is what kind of Flex developers are in huge demand.  I&#039;ll share with you the experience of our company, but first, let&#039;s look at the diagram from the popular job aggregator.&lt;p&gt;&lt;a href=&quot;http://java.sys-con.com/node/494861&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Mon, 04 Feb 2008 11:30:00 EST</pubDate>
 <guid isPermaLink="true">http://java.sys-con.com/node/494861</guid>
</item>
<item>
 <title>Flex 3, AIR, BlazeDS: Less Than One Moon</title>
 <link>http://java.sys-con.com/node/494374</link>
 <description>Unless your Flex 2 project has to go to production this month, switch to Flex 3. Now. Flex 3 final Beta days are almost over and it brings you lots of goodies. If you are still thinking of using AJAX or JSF for your data intensive business application, just stop it, will you! Just take care of your business with Flex 3, AIR, and BlazeDS.&lt;p&gt;&lt;a href=&quot;http://java.sys-con.com/node/494374&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Fri, 01 Feb 2008 14:45:00 EST</pubDate>
 <guid isPermaLink="true">http://java.sys-con.com/node/494374</guid>
</item>
<item>
 <title>Does Adobe&#039;s Promotion of Flex Put Flash Programmers at a Disadvantage?</title>
 <link>http://java.sys-con.com/node/492741</link>
 <description>I ran into an interesting blog written by a Flash programmer who feels that Adobe&#039;s promotion of Flex puts him and other Flash programmers at a disadvantage. And he knows how to resist!&lt;p&gt;&lt;a href=&quot;http://java.sys-con.com/node/492741&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Thu, 31 Jan 2008 17:00:00 EST</pubDate>
 <guid isPermaLink="true">http://java.sys-con.com/node/492741</guid>
</item>
<item>
 <title>The Business Case for Rich Internet Applications</title>
 <link>http://java.sys-con.com/node/452386</link>
 <description>Less than 10 years ago, still in its infancy, the Internet was a land of promise for businesses. Companies saw bright new ways to increase their agility, reach more customers and to deliver new, never-before-seen services. Unquestionably since then it has transformed the way consumers and businesses exchange information and has become a vital part of nearly every organization&#039;s communication and operational architecture.&lt;p&gt;&lt;a href=&quot;http://java.sys-con.com/node/452386&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Thu, 31 Jan 2008 16:00:00 EST</pubDate>
 <guid isPermaLink="true">http://java.sys-con.com/node/452386</guid>
</item>
<item>
 <title>How to Staff Your Adobe Flex RIA Project Team</title>
 <link>http://java.sys-con.com/node/484610</link>
 <description>The main concern of any project manager is if there are enough people in the pool of Flex developers to staff the project. Yes, there is a pool of Flex developers, but let&#039;s look at the creature called &#039;Flex Developer&#039; under the microscope. If you are considering adding Flex to your set of skills, it?s still early in the game and you can join the fast growing Flex community. Decide which group of the Flex developers looks most appealing to you. Set a goal and go for it. Be what you can be.&lt;p&gt;&lt;a href=&quot;http://java.sys-con.com/node/484610&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Tue, 15 Jan 2008 07:15:00 EST</pubDate>
 <guid isPermaLink="true">http://java.sys-con.com/node/484610</guid>
</item>
</channel>
</rss>

