<?xml version="1.0"?>
<rss xmlns:a10="http://www.w3.org/2005/Atom" version="2.0">
  <channel>
    <language>en-us</language>
    <generator>Free Feed Filter</generator>
    <title>http://www.news.com/2547-1_3-0-20.xml</title>
    <link>http://www.freefeedfilter.com/jrollins/Filtered</link>
    <description></description>
    <language>en-us</language>
    <a10:link rel="self" href="http://www.freefeedfilter.com/jrollins/Filtered" />
    <item>
      <title>Venture capitalists tire of Twitter-y start-ups</title>
      <link>http://news.cnet.com/8301-13846_3-20015647-62.html?part=rss&amp;amp;subj=news&amp;amp;tag=2547-1_3-0-20</link>
      <description>
Venture firms seem to have realized that Twitter accessories may not provide huge financial gains. It's the platform, not the extras, that matter in the Twitterverse.
</description>
    </item>
    <item>
      <title>Oracle hires former HP CEO Hurd as president</title>
      <link>http://news.cnet.com/8301-1001_3-20015645-92.html?part=rss&amp;amp;subj=news&amp;amp;tag=2547-1_3-0-20</link>
      <description>
Mark Hurd, who resigned suddenly from Hewlett-Packard last month amid an ethics controversy, will now be reporting directly to Oracle CEO Larry Ellison.
</description>
    </item>
    <item>
      <title>Former HP CEO Mark Hurd heading to Oracle?</title>
      <link>http://news.cnet.com/8301-1001_3-20015632-92.html?part=rss&amp;amp;subj=news&amp;amp;tag=2547-1_3-0-20</link>
      <description>
Hurd and Oracle are in negotiations to have the former HP chief join Oracle as a senior executive, according to a Wall Street Journal report.
</description>
    </item>
    <item>
      <title>CNET News, now on Android</title>
      <link>http://download.cnet.com/8301-2007_4-20015622-12.html?part=rss&amp;amp;subj=news&amp;amp;tag=2547-1_3-0-20</link>
      <description>
The iPhone is no longer the only smartphone with a CNET News app. Our breaking stories and in-depth features are now even easier to read and browse on Android devices, with the new free CNET News app. Read about what it does and why it's worth downloading.
</description>
    </item>
    <item>
      <title>Are the days of kidney dialysis numbered?</title>
      <link>http://news.cnet.com/8301-27083_3-20015581-247.html?part=rss&amp;amp;subj=news&amp;amp;tag=2547-1_3-0-20</link>
      <description>
A prototype implantable artificial kidney could, in the next decade, render costly and inefficient dialysis a treatment of the past, according to work out of UCSF.
</description>
    </item>
    <item>
      <title>Grails on Terracotta using Ehcache</title>
      <link>http://feeds.dzone.com/~r/dzone/frontpage/~3/8bIHY3-KXZY/grails_on_terracotta_using_ehcache.html</link>
      <description>
How do you scale a Grails application? In the Java landscape we have several great clustering technologies to choose from. The product that I levitate towards is the open source Terracotta. This is a practical guide to scaling out a Grails application with Terracotta using Ehcache integration.
</description>
    </item>
    <item>
      <title>Open Source Android Apps for Developers: Quake2Android</title>
      <link>http://feeds.dzone.com/~r/dzone/frontpage/~3/6NApOD3PtnA/open_source_android_apps_for_developers_quake2and.html</link>
      <description>
Quake2Android is an open source Android project which is a port of the GPL Quake2 game engine to the Android OS. Here’s a video of Quake 2 working on HTC Hero from youtube.
</description>
    </item>
    <item>
      <title>Why Java Web Application UI lags ?</title>
      <link>http://feeds.dzone.com/~r/dzone/frontpage/~3/Qxn0XIihma4/why_java_web_application_ui_lags_.html</link>
      <description>
Why Java Web Application UI lags ?&#xD;
Problem and Solution
</description>
    </item>
    <item>
      <title>XMPP Instant Messaging with Smack for Java applications</title>
      <link>http://feeds.dzone.com/~r/dzone/frontpage/~3/-CWdav_g-aE/xmpp_instant_messaging_with_smack_for_java_applic.html</link>
      <description>
This tutorial is the third part of the “Setting up an infrastructure for Instant Messaging” article series. In this tutorial, I will show you how to add XMPP messaging capabilities to your own Java application. I will use the Smack library, an Open Source XMPP (Jabber) client library for instant messaging and presence.
</description>
    </item>
    <item>
      <title>Jease 1.2 - improved memory usage thanks to latest ZK release</title>
      <link>http://feeds.dzone.com/~r/dzone/frontpage/~3/dBsVpoT7foI/jease_12_improved_memory_usage_thanks_to_latest_z.html</link>
      <description>
Jease is a Java-based Content-Management-Framework/System which is build on top of the ZK-webframework. Jease now benefits from the latest memory usage improvements (40%-70%) recently released by the ZK-team. Additionally this release brings an XML-based content-export/import based on XStream.
</description>
    </item>
    <item>
      <title>Android 2.3/3.0 Releases</title>
      <link>http://feeds.dzone.com/~r/dzone/frontpage/~3/OWc8xWMkdTQ/android_2330_releases.html</link>
      <description>
There has been some talk about being two Android releases upcoming as in Android 2.3 and Android 3.0. What follows is speculation and best guess.
</description>
    </item>
    <item>
      <title>fun4j - functional programming for the JVM</title>
      <link>http://feeds.dzone.com/~r/dzone/frontpage/~3/U6GbaM4Q7tE/fun4j_functional_programming_for_the_jvm.html</link>
      <description>
fun4j brings functional programming to the JVM. It's a framework that integrates major concepts from functional programming into the Java Platform.&#xD;
&#xD;
At its core there is a lambda-to-JVM bytecode compiler. Thanks to some optimization techniques like tail code optimization (TCO) the compiler produces code that runs as fast as hand optimized Java code. The compiler uses the excellent Java bytecode assembler ASM&#xD;
&#xD;
On top of this compiler you'll find a functional Java framework featuring higher order functions, support for Collections and Iterators, lambda terms, closures, etc.
</description>
    </item>
    <item>
      <title>JHierarchicalList, an Extension to org.netbeans.swing.outline.Outline</title>
      <link>http://feeds.dzone.com/~r/dzone/frontpage/~3/0TpQKfhPRZI/jhierarchicallist_an_extension_to_orgnetbeansswin.html</link>
      <description>
An extension to Outline, letting you display hierarchical data for a specific path.
</description>
    </item>
    <item>
      <title>Eclipse + Egit + GitHub</title>
      <link>http://feeds.dzone.com/~r/dzone/frontpage/~3/d1RtsLwHuJE/gammasde_your_ultimate_development_source_eclipse.html</link>
      <description>
How to use Eclipse Egit and GitHub
</description>
    </item>
    <item>
      <title>Quickly move to Vala (a tutorial for Java refugees)</title>
      <link>http://feeds.dzone.com/~r/dzone/frontpage/~3/cSBGFKH7nMo/quickly_move_to_vala_a_tutorial_for_java_refugees.html</link>
      <description>
#Source Files&#xD;
&#xD;
Java: *.java&#xD;
&#xD;
Vala: *.vala&#xD;
&#xD;
#Compilation&#xD;
&#xD;
Java: compiled to JVM byte code (.class files)&#xD;
&#xD;
$ javac SourceFile1.java SourceFile2.java&#xD;
&#xD;
Vala: compiled to native code via C code as intermediate code&#xD;
&#xD;
$ valac source1.vala source2.vala -o program&#xD;
 &#xD;
#&#xD;
Vala's standard object system is GObject, compiled Vala libraries are valid C libraries.&#xD;
&#xD;
&#xD;
.....
</description>
    </item>
    <item>
      <title>Building DSLs with Eclipse</title>
      <link>http://feeds.dzone.com/~r/dzone/frontpage/~3/3n2HFz9ChLw/building_dsls_with_eclipse.html</link>
      <description>
Xtext, which is a part of the Eclipse Galileo release, is a framework for developing textual domain-specific languages.
</description>
    </item>
    <item>
      <title>Video: Blind Programming Project in NetBeans IDE</title>
      <link>http://feeds.dzone.com/~r/dzone/frontpage/~3/54KrXgrc1Jk/video_blind_programming_project_in_netbeans_ide.html</link>
      <description>
How NetBeans IDE is being extended for blind students.
</description>
    </item>
    <item>
      <title>Sooooooo, you have a great idea for a software application</title>
      <link>http://www.pathf.com/blogs/2010/09/sooooooo-great-idea-software-application/</link>
      <description>
What are your legal concerns?  
If you are a startup or haven’t used an outside firm to develop software for you there are 3 basic documents you need to consider – a Mutual Non-Disclosure Agreement, A Master Services Agreement and a Statement of Work. This is from a business person’s view, not an attorney’s.
Mutual Non-Disclosure [...]&lt;p&gt;&lt;hr&gt;
&lt;a href="http://www.pathf.com/"&gt;Pathfinder Development - creating innovative software that builds business value. &lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;&lt;a href="http://www.pathf.com/blogs/2010/09/sooooooo-great-idea-software-application/"&gt;Sooooooo, you have a great idea for a software application&lt;/a&gt;&lt;/p&gt;



Related posts:&lt;ol&gt;&lt;li&gt;&lt;a href='http://www.pathf.com/blogs/2008/03/jquery-form-and/' rel='bookmark' title='Permanent Link: jQuery Form and jQuery UI Tabs: Two great tastes that taste great together'&gt;jQuery Form and jQuery UI Tabs: Two great tastes that taste great together&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href='http://www.pathf.com/blogs/2007/09/agile-the-contr/' rel='bookmark' title='Permanent Link: Agile, The Control Paradox, and the Boring Software Manifesto'&gt;Agile, The Control Paradox, and the Boring Software Manifesto&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href='http://www.pathf.com/blogs/2007/10/the-desktop-app/' rel='bookmark' title='Permanent Link: The Desktop Application is Dead&#8230;Almost'&gt;The Desktop Application is Dead&#8230;Almost&lt;/a&gt;&lt;/li&gt;&lt;/ol&gt;
</description>
    </item>
    <item>
      <title>Monitoring rails processes (apache, passenger, delayed_job) using god and capistrano</title>
      <link>http://www.pathf.com/blogs/2010/09/monitoring-rails-processes-apache-passenger-delayed_job-using-god-and-capistrano/</link>
      <description>
When it comes to monitoring servers and processes in production, there is quite a few open source tools: nagios and hyperic are proven solutions for enterprise apps. Monit and god are the favorites of ruby/rails community. God has been around for a few years now and most critical issues with god seem resolved. So, I [...]&lt;p&gt;&lt;hr&gt;
&lt;a href="http://www.pathf.com/"&gt;Pathfinder Development - creating innovative software that builds business value. &lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;&lt;a href="http://www.pathf.com/blogs/2010/09/monitoring-rails-processes-apache-passenger-delayed_job-using-god-and-capistrano/"&gt;Monitoring rails processes (apache, passenger, delayed_job) using god and capistrano&lt;/a&gt;&lt;/p&gt;



Related posts:&lt;ol&gt;&lt;li&gt;&lt;a href='http://www.pathf.com/blogs/2009/01/how-to-serve-static-websites-and-passenger-rails-projects-from-the-same-mac-os-x-apache-instance/' rel='bookmark' title='Permanent Link: How to serve static websites and Passenger Rails projects from the same Mac OS X Apache instance'&gt;How to serve static websites and Passenger Rails projects from the same Mac OS X Apache instance&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href='http://www.pathf.com/blogs/2006/07/from_the_apache/' rel='bookmark' title='Permanent Link: From the Apache Incubator &#8211; XAP, an Extensible AJAX Platform'&gt;From the Apache Incubator &#8211; XAP, an Extensible AJAX Platform&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href='http://www.pathf.com/blogs/2006/05/not_there_yet_c/' rel='bookmark' title='Permanent Link: Not There Yet: COMET with Apache and Jetty'&gt;Not There Yet: COMET with Apache and Jetty&lt;/a&gt;&lt;/li&gt;&lt;/ol&gt;
</description>
    </item>
    <item>
      <title>A Simple, Table Driven Approach to Multi-Choice Questionnaires – Part 1</title>
      <link>http://www.pathf.com/blogs/2010/08/simple-table-driven-multichoice-questionnaire-solution-part-1/</link>
      <description>
photo credit: jasoneppink
I've been working on a project recently that involves a desktop AIR application running (mostly) offline with a local SQLite database. Occasionally the app will synch collected data remotely with a central server that will have an administrative and reporting web front end. Various parts of the AIR application involve filling out [...]&lt;p&gt;&lt;hr&gt;
&lt;a href="http://www.pathf.com/"&gt;Pathfinder Development - creating innovative software that builds business value. &lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;&lt;a href="http://www.pathf.com/blogs/2010/08/simple-table-driven-multichoice-questionnaire-solution-part-1/"&gt;A Simple, Table Driven Approach to Multi-Choice Questionnaires &#8211; Part 1&lt;/a&gt;&lt;/p&gt;



Related posts:&lt;ol&gt;&lt;li&gt;&lt;a href='http://www.pathf.com/blogs/2006/08/usabiility_of_t/' rel='bookmark' title='Permanent Link: Usabiility of the Data Table'&gt;Usabiility of the Data Table&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href='http://www.pathf.com/blogs/2006/06/the_misundersto/' rel='bookmark' title='Permanent Link: The Misunderstood Decision Table'&gt;The Misunderstood Decision Table&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href='http://www.pathf.com/blogs/2009/02/estimating-bugs-and-the-complex-behavior-of-simple-systems/' rel='bookmark' title='Permanent Link: Estimating Bugs and the Complex Behavior of Simple Systems'&gt;Estimating Bugs and the Complex Behavior of Simple Systems&lt;/a&gt;&lt;/li&gt;&lt;/ol&gt;
</description>
    </item>
    <item>
      <title>Fake OO</title>
      <link>http://www.pathf.com/blogs/2010/08/fake-oo/</link>
      <description>
photo credit: matsuyuki
When I was 13, I used to write these monstrous spaghetti code programs in 6502 assembler (even I knew at that tender age that anything named BASIC sucked). I had little craft or wisdom back then, but even I knew that as my programs got bigger and more featureful, they also got [...]&lt;p&gt;&lt;hr&gt;
&lt;a href="http://www.pathf.com/"&gt;Pathfinder Development - creating innovative software that builds business value. &lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;&lt;a href="http://www.pathf.com/blogs/2010/08/fake-oo/"&gt;Fake OO&lt;/a&gt;&lt;/p&gt;



Related posts:&lt;ol&gt;&lt;li&gt;&lt;a href='http://www.pathf.com/blogs/2006/09/aop_for_javascr/' rel='bookmark' title='Permanent Link: AOP for JavaScript'&gt;AOP for JavaScript&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href='http://www.pathf.com/blogs/2009/02/bean-of-the-devil-why-getters-setters-and-such-are-evil/' rel='bookmark' title='Permanent Link: Bean of the Devil: Why Getters, Setters and Such are Evil'&gt;Bean of the Devil: Why Getters, Setters and Such are Evil&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href='http://www.pathf.com/blogs/2007/05/bre_patterns_ii/' rel='bookmark' title='Permanent Link: BRE Patterns III: Collaboration Cop, Part II'&gt;BRE Patterns III: Collaboration Cop, Part II&lt;/a&gt;&lt;/li&gt;&lt;/ol&gt;
</description>
    </item>
    <item>
      <title>Asymco on Apple, Android and Mobile Disruption</title>
      <link>http://www.pathf.com/blogs/2010/08/asymco-mobile-disruption/</link>
      <description>
I've been reading a lot of Asymco since John Gruber linked from Daring Fireball a few weeks ago.  Great analysis illustrated with lots of graphs.    
Take a look at this one, from Android's Pursuit of the Biggest Loser:

I thought these were great points: 
Speed. This shift of profit occurred over an [...]&lt;p&gt;&lt;hr&gt;
&lt;a href="http://www.pathf.com/"&gt;Pathfinder Development - creating innovative software that builds business value. &lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;&lt;a href="http://www.pathf.com/blogs/2010/08/asymco-mobile-disruption/"&gt;Asymco on Apple, Android and Mobile Disruption&lt;/a&gt;&lt;/p&gt;



Related posts:&lt;ol&gt;&lt;li&gt;&lt;a href='http://www.pathf.com/blogs/2009/11/coming-android-wireless-application-development-review/' rel='bookmark' title='Permanent Link: Coming Soon: Android Wireless Application Development Review'&gt;Coming Soon: Android Wireless Application Development Review&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href='http://www.pathf.com/blogs/2010/06/android/' rel='bookmark' title='Permanent Link: Android: What I like about you'&gt;Android: What I like about you&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href='http://www.pathf.com/blogs/2009/03/which-mobile-platforms-should-you-target-part-2/' rel='bookmark' title='Permanent Link: Which Mobile Platforms Should You Target? (Part 2)'&gt;Which Mobile Platforms Should You Target? (Part 2)&lt;/a&gt;&lt;/li&gt;&lt;/ol&gt;
</description>
    </item>
    <item>
      <title>Rails URL Validation, made simple!</title>
      <link>http://www.pathf.com/blogs/2010/08/rails-url-validation-made-simple/</link>
      <description>
There are a number of approaches out there for validating the format of a URL input. Looking at the different approaches, the most commonly used and the quick &#38; dirty one was of course the regex matcher approach. This is the regex solution which is easy enough to implement but I m not sure if [...]&lt;p&gt;&lt;hr&gt;
&lt;a href="http://www.pathf.com/"&gt;Pathfinder Development - creating innovative software that builds business value. &lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;&lt;a href="http://www.pathf.com/blogs/2010/08/rails-url-validation-made-simple/"&gt;Rails URL Validation, made simple!&lt;/a&gt;&lt;/p&gt;



Related posts:&lt;ol&gt;&lt;li&gt;&lt;a href='http://www.pathf.com/blogs/2007/07/informagen-echo/' rel='bookmark' title='Permanent Link: Informagen Echo2 Component Library'&gt;Informagen Echo2 Component Library&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href='http://www.pathf.com/blogs/2006/09/widget_watch_be/' rel='bookmark' title='Permanent Link: Widget Watch &#8211; BeanView &#8211; Forms and Validation for Echo2'&gt;Widget Watch &#8211; BeanView &#8211; Forms and Validation for Echo2&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href='http://www.pathf.com/blogs/2008/07/project-website-part-two-simple-jquery-with-rails/' rel='bookmark' title='Permanent Link: Project Website, Part Two: Simple jQuery With Rails'&gt;Project Website, Part Two: Simple jQuery With Rails&lt;/a&gt;&lt;/li&gt;&lt;/ol&gt;
</description>
    </item>
    <item>
      <title>Remote Pair Programming</title>
      <link>http://www.pathf.com/blogs/2010/08/delayedjob-extension-emails/</link>
      <description>
Is remote pair programming productive? Yes!
I have been successfully pair programming remotely almost every day for the last 3 years. It is very much like local pair programming with some minor differences.... OK. Some major differences, too.
Major
Instead of sitting down with your partner and sharing the same monitor and possibly the same keyboard, the screen [...]&lt;p&gt;&lt;hr&gt;
&lt;a href="http://www.pathf.com/"&gt;Pathfinder Development - creating innovative software that builds business value. &lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;&lt;a href="http://www.pathf.com/blogs/2010/08/delayedjob-extension-emails/"&gt;Remote Pair Programming&lt;/a&gt;&lt;/p&gt;



Related posts:&lt;ol&gt;&lt;li&gt;&lt;a href='http://www.pathf.com/blogs/2007/09/pair-programmin/' rel='bookmark' title='Permanent Link: Pair Programming with VNC'&gt;Pair Programming with VNC&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href='http://www.pathf.com/blogs/2009/09/a-pair-of-kings-beats-a-single-ace-pair-programming-agile-rails-and-you/' rel='bookmark' title='Permanent Link: A Pair of Kings Beats A Single Ace: Pair Programming, Agile Rails, and You'&gt;A Pair of Kings Beats A Single Ace: Pair Programming, Agile Rails, and You&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href='http://www.pathf.com/blogs/2009/09/pair-programming-york-times/' rel='bookmark' title='Permanent Link: Pair Programming in the New York Times'&gt;Pair Programming in the New York Times&lt;/a&gt;&lt;/li&gt;&lt;/ol&gt;
</description>
    </item>
    <item>
      <title>2009 Annual Developer Quiz</title>
      <link>http://java.sun.com/developer/Quizzes/annual_2009/</link>
      <description>
Test your knowledge of Java developments in 2009.
</description>
    </item>
    <item>
      <title>Introducing the Java EE 6 Platform: Part 1</title>
      <link>http://java.sun.com/developer/technicalArticles/JavaEE/JavaEE6Overview.html</link>
      <description>
Learn about the significant new technologies, usability improvements, and other compelling enhancements in Java EE 6.
</description>
    </item>
    <item>
      <title>What's New in JavaFX 1.2: Charts</title>
      <link>http://java.sun.com/developer/technicalArticles/javafx/v1_2_charts/</link>
      <description>
This third article in a series describes how to use the different 
JavaFX charts with the StockReaderFX example application.
</description>
    </item>
    <item>
      <title>New in JavaFX 1.2: RSS and Storage</title>
      <link>http://java.sun.com/developer/technicalArticles/javafx/v1_2_rsscharts/</link>
      <description>
This second article in a series covers the more technical features, such as RSS and Atom tasks and local storage using JavaFX's built-in storage classes.
</description>
    </item>
    <item>
      <title>Deep Dive Video: Java Warehouse and Java Store</title>
      <link>http://java.sun.com/developer/media/deepdivejavawarehouse.jsp</link>
      <description>
Join Bernard Traversat, Director of Engineering for the Java Store, as he discusses and demonstrates the latest advancement in Java technology: the consumer Java Store and the Java Warehouse for developers.
</description>
    </item>
    <item>
      <title>Tech Tip: Using CDI and Dependency Injection for Java in a JSF 2.0 Application</title>
      <link>http://blogs.sun.com/enterprisetechtips/entry/using_cdi_and_dependency_injection</link>
      <description>
Explore an application that illustrates the use of three powerful technologies in the Java EE 6 platform:  Contexts and Dependency Injection,  Dependency Injection For Java, and  JavaServer Faces 2.0.
</description>
    </item>
    <item>
      <title>MIDP 3.0 Features: Inter-MIDlet Communication and Events</title>
      <link>http://java.sun.com/developer/technicalArticles/javame/midp3_enhance/</link>
      <description>
Learn about two major enhancements in the Mobile Information Device Profile (MIDP) 3.0 specification that will be the foundation of next-generation mobile applications.
</description>
    </item>
    <item>
      <title>A Java Developer's Quiz: Part Three</title>
      <link>http://java.sun.com/developer/Quizzes/javaexperts3/</link>
      <description>
Test your knowledge and get an update on recent developments in Java technology.
</description>
    </item>
    <item>
      <title>Oracle Develop Offers Updates on Java Technology</title>
      <link>http://java.sun.com/developer/technicalArticles/sun_oow.html</link>
      <description>
Oracle Develop, sponsored by Sun Microsystems, and a part of Oracle OpenWorld 2009 begins on Sunday, October 11, and provides Java technology sessions from Sun's leading developers.
</description>
    </item>
    <item>
      <title>Introducing Java DB 10.5.1</title>
      <link>http://java.sun.com/developer/technicalArticles/Database/javadb_10_5/index.html</link>
      <description>
The latest version of Java DB is fast, reliable, and packed with features.
</description>
    </item>
    <item>
      <title>Java Device Test Framework</title>
      <link>http://webcast-west.sun.com/interactive/10A12537/index.html</link>
      <description>
This brief screencast introduces JDTF, a flexible, configurable test framework that can be used to assess various aspects of the quality of Java ME device implementations.
</description>
    </item>
    <item>
      <title>Mixins in JavaFX 1.2 Technology</title>
      <link>http://java.sun.com/developer/technicalArticles/javafx/mixin/</link>
      <description>
Learn about the "mixin class," a new feature in JavaFX 1.2 that offers programmers a simplified form of multiple inheritance.
</description>
    </item>
    <item>
      <title>Use NetBeans IDE 6.7 to Combine JAR Files Into a Single JAR File</title>
      <link>http://java.sun.com/developer/technicalArticles/java_warehouse/single_jar/</link>
      <description>
Learn how to concatenate your user and library classes into a single JAR file, so that you can upload your apps to the Java Warehouse.
</description>
    </item>
    <item>
      <title>A Sampling of EJB 3.1</title>
      <link>http://blogs.sun.com/enterprisetechtips/entry/a_sampling_of_ejb_3</link>
      <description>
This Tech Tip introduces a few of the new EJB 3.1 capabilities. It also includes instructions on how to run the EJB 3.1 sample application in the Java EE 6 preview.
</description>
    </item>
    <item>
      <title>The Garbage-First Garbage Collector</title>
      <link>http://java.sun.com/javase/technologies/hotspot/gc/g1_intro.jsp</link>
      <description>
The Garbage-First Garbage Collector (or G1 GC for short) is a new GC that is being introduced in the Java HotSpot VM in JDK 7.
</description>
    </item>
    <item>
      <title>2009 Java Rock Stars</title>
      <link>http://java.sun.com/developer/technicalArticles/javaone09-rockstar-reprise.html</link>
      <description>
Here's a reprise of the interviews we did with Java Rock Stars during the 2009 JavaOne Conference
</description>
    </item>
    <item>
      <title>Stream Control Transport Protocol (SCTP)</title>
      <link>http://java.sun.com/developer/technicalArticles/javase/jdk7-sctp/index.html</link>
      <description>
JDK 7 provides support for Stream Control Transport Protocol (SCTP) in Java and, in this article, Sun Engineer Chris Hegarty explains what that means.
</description>
    </item>
    <item>
      <title>Support for Dynamically Typed Languages in the Java Virtual Machine</title>
      <link>http://java.sun.com/developer/technicalArticles/DynTypeLang/index.html</link>
      <description>
Learn about the new support in JDK 7 that should help make dynamically typed languages run extremely fast in the JVM.
</description>
    </item>
    <item>
      <title>All Things Java: Continuing the Conversation With Java Champion Alan Williamson</title>
      <link>http://java.sun.com/developer/technicalArticles/Interviews/community/williamson_pt2_qa.html</link>
      <description>
Alan Williamson, the UK's first Java Champion, discusses BlueDragon, his Java CFML runtime engine, fallacies about Java EE, and his reactions to the evolution of the Java platform.
</description>
    </item>
    <item>
      <title>Writing Java Applications Using Jersey to Interoperate With RESTful Web Services</title>
      <link>http://www.sun.com/offers/details/Java_Jersey_Client.xml</link>
      <description>
The Jersey Client API is a high-level, Java technology-based API for interoperating with RESTful web services. This paper describes the client API and shows how to to concisely and efficiently implement a reusable client-side solution and talk to RESTful services.  *Registration required.
</description>
    </item>
    <item>
      <title>'Design Patterns' for Dynamic Languages on the JVM Machine</title>
      <link>http://java.sun.com/javaone/2009/articles/gen_dynamicjvm.jsp</link>
      <description>
This technical session at JavaOne compared and contrasted the traditional approach to design patterns with a more nuanced metaprogramming approach suited to dynamic languages.
</description>
    </item>
    <item>
      <title>Java ME SDKs: The State of the Union</title>
      <link>http://java.sun.com/developer/technicalArticles/javame/stateoftheunion/</link>
      <description>
The Java ME platform is huge, robust, and versatile. This article provides a compatibility matrix of SDKs and APIs.
</description>
    </item>
    <item>
      <title>2009 JavaOne Conference Wrap-Up: A Solid Show</title>
      <link>http://java.sun.com/javaone/2009/articles/wrapup.jsp</link>
      <description>
Where else but at the JavaOne conference can you find hundreds of people who cheer and applaud when someone declares, "Classpath is dead"?
</description>
    </item>
    <item>
      <title>James Gosling Hosts the Toy Show</title>
      <link>http://java.sun.com/javaone/2009/articles/toyshow.jsp</link>
      <description>
The annual JavaOne conference toy show displayed not only innovation but excellence in generating technology that serves humanity.
</description>
    </item>
    <item>
      <title>Rock Star Matt Warman</title>
      <link>http://java.sun.com/javaone/2009/articles/rockstar_warman.jsp</link>
      <description>
Matt Warman provides a glimpse into the future of Java technology and music applications.
</description>
    </item>
    <item>
      <title>RESTful Web Services Made Easy</title>
      <link>http://java.sun.com/javaone/2009/articles/gen_restful.jsp</link>
      <description>
JAX-RS makes it easy to develop RESTful web services using Java technology. This session showed why.
</description>
    </item>
    <item>
      <title>Building Cool RIA Enterprise Applications With JavaFX</title>
      <link>http://java.sun.com/javaone/2009/articles/gen_javafxria.jsp</link>
      <description>
In this session, JavaFX experts Jim Weaver and Stephen Chin showed how easy it is to build a visually compelling application using JavaFX.
</description>
    </item>
    <item>
      <title>Technical Session: JavaFX Technology in Action: From Design Tool to Desktop, to Mobile Device</title>
      <link>http://java.sun.com/javaone/2009/articles/gen_javafxinaction.jsp</link>
      <description>
Canoo's Mike Mannion describes how his company used JavaFx to develop Music Pinboard and then quickly migrated it from the browser to the desktop to mobile devices.
</description>
    </item>
    <item>
      <title>Java Technology for Gaming: Challenges and Solutions for Collision Detection</title>
      <link>http://java.sun.com/javaone/2009/articles/gamecollision.jsp</link>
      <description>
Flying saucers, bouncing cannon balls, and impenetrable mazes -- welcome to the interactive world of Java 3D game development.
</description>
    </item>
    <item>
      <title>Return of the Java Puzzlers: Joshua Bloch and Neal Gafter</title>
      <link>http://java.sun.com/javaone/2009/articles/puzzlers.jsp</link>
      <description>
Think you know the Java programming language inside and out? Joshua Bloch and Neal Gafter want you to think again.
</description>
    </item>
    <item>
      <title>Rock Star: Simon Ritter</title>
      <link>http://java.sun.com/javaone/2009/articles/rockstar_ritter.jsp</link>
      <description>
Rock Star Simon Ritter explains the importance of DTrace for Java developers and provides a sneak preview of his Friday morning demo as part of James Gosling's "Toy Show."
</description>
    </item>
    <item>
      <title>General Session: Being Unique With Sony Ericsson</title>
      <link>http://java.sun.com/javaone/2009/articles/gen_sonyericsson.jsp</link>
      <description>
One of the pioneers in Java ME technology-based product deployment, Sony Ericsson is reaching out to the Java community.
</description>
    </item>
    <item>
      <title>Technical Session: Introduction to JavaFX Script</title>
      <link>http://java.sun.com/javaone/2009/articles/gen_introtojavafxscript.jsp</link>
      <description>
The Introduction to JavaFX Script session was a whirlwind of important information that no novice JavaFX programmer should be without.
</description>
    </item>
    <item>
      <title>Rock Star: Cliff Click</title>
      <link>http://java.sun.com/javaone/2009/articles/rockstar_click.jsp</link>
      <description>
Rock Star Cliff Click discusses how modern architectures impact Java applications, common misconceptions about benchmarking, and offers a quick performance overview of Scala, Clojure, Jython, JRuby and other alternative languages.
</description>
    </item>
    <item>
      <title>Java Platform, Enterprise Edition 6 with Extensible GlassFish Application Server v3</title>
      <link>http://java.sun.com/javaone/2009/articles/gen_javaee6.jsp</link>
      <description>
GlassFish v3, the Java EE 6 compatible application server, is entirely modular. Have a look at the new OSGi-based architecture and new features.
</description>
    </item>
    <item>
      <title>Rock Star Mik Kersten</title>
      <link>http://java.sun.com/javaone/2009/articles/rockstar_kersten.jsp</link>
      <description>
Mik Kersten explains how Mylyn, a task-focused interface tool, can be used by Java developers in their everyday work to enhance their productivity.
</description>
    </item>
    <item>
      <title>Intelligent Design -- The Pervasive Java Platform</title>
      <link>http://java.sun.com/javaone/2009/articles/gen_intelligentdesign.jsp</link>
      <description>
What drives the evolutionary and revolutionary changes in Java and JavaFX technologies? Ultimately, it's the consumer, says Sun Distinguished Engineer and CTO Bob Brewin.
</description>
    </item>
    <item>
      <title>Daily Prompt: The JavaOne Conference Rolls Along</title>
      <link>http://java.sun.com/javaone/2009/articles/prompt2.jsp</link>
      <description>
Larry Ellison was a surprise guest at the Day 1 general session. And the Java community was thankful for his words of reassurance.
</description>
    </item>
    <item>
      <title>Java: Change (Y)our World</title>
      <link>http://java.sun.com/javaone/2009/articles/gen_tuesday.jsp</link>
      <description>
The 2009 JavaOne conference opened with a Sun general session that stressed innovation, expressiveness, and monetizing opportunity. It closed with a surprise appearance by Larry Ellison.
</description>
    </item>
    <item>
      <title>Rock Star: Joshua Slack</title>
      <link>http://java.sun.com/javaone/2009/articles/rockstar_slack.jsp</link>
      <description>
Rock Star Joshua Slack discusses 3D Java technology and Ardor3D, a professionally oriented, open-source 3D Java engine that he created to take better advantage of modern Java concepts and libraries.
</description>
    </item>
    <item>
      <title>Daily Prompt: Welcome to JavaOne!</title>
      <link>http://java.sun.com/javaone/2009/articles/prompt1.jsp</link>
      <description>
Welcome back to San Francisco, the home of Sun's annual JavaOne conference. Get ready for a wild ride!
</description>
    </item>
    <item>
      <title>Java ME SDKs: The State of the Union</title>
      <link>http://java.sun.com/developer/technicalArticles/javame/stateoftheunion/</link>
      <description>
The Java ME platform is huge, robust, and versatile. This article provides a compatibility matrix of SDKs and APIs.
</description>
    </item>
    <item>
      <title>A Java Developer's Quiz: Part Two</title>
      <link>http://java.sun.com/developer/Quizzes/javaexperts2/</link>
      <description>
Test your knowledge against that of leading Java developers. Are you up to the challenge?
</description>
    </item>
    <item>
      <title>The Developer Insight Series, Part 3: The Process of Writing Code</title>
      <link>http://java.sun.com/developer/technicalArticles/Interviews/devinsight_3/</link>
      <description>
Leading Java developers share their observations and insights about the process of writing code.
</description>
    </item>
    <item>
      <title>JavaFX App-O-Rama: Applications From the Community</title>
      <link>http://java.sun.com/developer/technicalArticles/javafx/AppORama/</link>
      <description>
This article highlights some of the applications that the JavaFX community has developed and provides insights from the authors about their experiences using the JavaFX platform.
</description>
    </item>
    <item>
      <title>JavaFX Mobile Applications — Best Practices for Improving Performance</title>
      <link>http://java.sun.com/developer/technicalArticles/javafx/mobile/index.html</link>
      <description>
Sun engineer Michael Heinrichs provides some hints on how to improve the performance of JavaFX Mobile applications.
</description>
    </item>
    <item>
      <title>Java + You = Innovation</title>
      <link>http://java.sun.com/developer/technicalArticles/javaone2009/preview/</link>
      <description>
The 2009 JavaOne Conference is just around the bend -- it's time to get ready.
</description>
    </item>
    <item>
      <title>Enterprise Tech Tip: Jersey and Spring</title>
      <link>http://blogs.sun.com/enterprisetechtips/entry/jersey_and_spring</link>
      <description>
Learn how to use the support in Jersey, the reference implementation of JAX-RS, for the Spring framework.
</description>
    </item>
    <item>
      <title>Just Say "Britney Spears": Multi-Modal Search and On-Device Portals</title>
      <link>http://java.sun.com/developer/technicalArticles/javame/odp/multimodal-odp/</link>
      <description>
Discusses the importance of multi-modality in a search-driven On-Device Portal (ODP), demonstrates multi-modal search in a Java Platform, Micro Edition (Java ME) ODP, and summarizes solutions to technical challenges in developing the Java ME application.
</description>
    </item>
    <item>
      <title>Seeding Cloud Computing: A Conversation With Java Champion Alan Williamson</title>
      <link>http://java.sun.com/developer/technicalArticles/Interviews/community/williamson_pt1_qa.html</link>
      <description>
Alan Williamson, the UK's first Java Champion, discusses the challenges of and misconceptions about cloud computing.
</description>
    </item>
    <item>
      <title>Meet Sun Software Engineering Manager Masood Mortazavi, Part 2: Java DB, Project Models, and More</title>
      <link>http://java.sun.com/developer/Meet-Eng/mortazavi_pt2/</link>
      <description>
Sun software engineering manager Masood Mortazavi discusses the strengths of Java DB, the importance of project management models, and more.
</description>
    </item>
    <item>
      <title>GlassFish and MySQL, Part 4: Creating a RESTful Web Service and JavaFX Client</title>
      <link>http://java.sun.com/developer/technicalArticles/glassfish/GFandMySQL_Part4Intro.html</link>
      <description>
Learn how to use the NetBeans IDE with GlassFish and MySQL to create a RESTful web service. You'll also learn how to use the NetBeans IDE with JavaFX support to run a JavaFX client for the web service.
</description>
    </item>
    <item>
      <title>A Java Developer's Quiz</title>
      <link>http://java.sun.com/developer/Quizzes/javaexperts/</link>
      <description>
This quiz reflects the intellectual curiosity and the spirit of fun to be found among leading Java developers and in the Java community as a whole.
</description>
    </item>
    <item>
      <title>Why Your Next Java ME Mobile Application Should Include JavaFX Mobile</title>
      <link>http://java.sun.com/developer/technicalArticles/javame/javafxmobile-javame/</link>
      <description>
Although JavaFX is a new language, developers can call methods on and instantiate objects within libraries that exist in Java ME. Bruce Hopkins shows how.
</description>
    </item>
    <item>
      <title>Enterprise Tech Tips Crossword</title>
      <link>http://blogs.sun.com/enterprisetechtips/entry/enterprise_tech_tips_crossword</link>
      <description>
The Enterprise Java Technologies Tech Tips have covered a wide variety of enterprise Java technology topics. Here's a crossword puzzle that tests your knowledge of some topics covered in recent Tech Tips.
</description>
    </item>
    <item>
      <title>Mixing MIDI, Tone, and Sampled Audio using MMAPI</title>
      <link>http://blogs.sun.com/mobility_techtips/entry/mixing_midi_tone_and_sampled</link>
      <description>
In this tech tip, Vikram Gopal shows you how to mix and play multiple media content at the same time. He uses the Mobile Media API (MMAPI) and the NetBeans IDE.
</description>
    </item>
    <item>
      <title>Blu-ray Disc Application Development with Java ME, Part 2</title>
      <link>http://java.sun.com/developer/technicalArticles/javame/bluray/part2/index.html</link>
      <description>
In this article, we introduce you to the Java ME SDK 3.0, which is the perfect tool for all Java ME development - whether you're doing Blu-ray application development or mobile phone application development.
</description>
    </item>
    <item>
      <title>Application Basics With Ants (Young Developer Series, Part 3)</title>
      <link>http://java.sun.com/developer/technicalArticles/basics_ants/</link>
      <description>
Learn about Java packages, variables, and ways that objects interact with each other through methods.
</description>
    </item>
    <item>
      <title>Top Java Developers Offer Advice to Students</title>
      <link>http://java.sun.com/developer/technicalArticles/Interviews/studentdevs/index.html</link>
      <description>
Eleven leading Java developers -- from Joshua Bloch to Tor Norbye to Chet Haase -- offer advice to students about how to become better developers.
</description>
    </item>
    <item>
      <title>Encode Once, Play Anywhere: An Interview With JavaFX Media Lead Engineer Tony Wyant</title>
      <link>http://java.sun.com/developer/technicalArticles/Interviews/wyant_jfx.html</link>
      <description>
In this interview, Tony Wyant, Sun's lead engineer for JavaFX Media, shares his vision of how JavaFX media technology will change the way rich Internet applications (RIAs) are built.
</description>
    </item>
    <item>
      <title>Venture capitalists tire of Twitter-y start-ups</title>
      <link>http://news.cnet.com/8301-13846_3-20015647-62.html?part=rss&amp;amp;subj=news&amp;amp;tag=2547-1_3-0-20</link>
      <description>
Venture firms seem to have realized that Twitter accessories may not provide huge financial gains. It's the platform, not the extras, that matter in the Twitterverse.
</description>
    </item>
    <item>
      <title>Oracle hires former HP CEO Hurd as president</title>
      <link>http://news.cnet.com/8301-1001_3-20015645-92.html?part=rss&amp;amp;subj=news&amp;amp;tag=2547-1_3-0-20</link>
      <description>
Mark Hurd, who resigned suddenly from Hewlett-Packard last month amid an ethics controversy, will now be reporting directly to Oracle CEO Larry Ellison.
</description>
    </item>
    <item>
      <title>Former HP CEO Mark Hurd heading to Oracle?</title>
      <link>http://news.cnet.com/8301-1001_3-20015632-92.html?part=rss&amp;amp;subj=news&amp;amp;tag=2547-1_3-0-20</link>
      <description>
Hurd and Oracle are in negotiations to have the former HP chief join Oracle as a senior executive, according to a Wall Street Journal report.
</description>
    </item>
    <item>
      <title>CNET News, now on Android</title>
      <link>http://download.cnet.com/8301-2007_4-20015622-12.html?part=rss&amp;amp;subj=news&amp;amp;tag=2547-1_3-0-20</link>
      <description>
The iPhone is no longer the only smartphone with a CNET News app. Our breaking stories and in-depth features are now even easier to read and browse on Android devices, with the new free CNET News app. Read about what it does and why it's worth downloading.
</description>
    </item>
    <item>
      <title>Are the days of kidney dialysis numbered?</title>
      <link>http://news.cnet.com/8301-27083_3-20015581-247.html?part=rss&amp;amp;subj=news&amp;amp;tag=2547-1_3-0-20</link>
      <description>
A prototype implantable artificial kidney could, in the next decade, render costly and inefficient dialysis a treatment of the past, according to work out of UCSF.
</description>
    </item>
  </channel>
</rss>
