<?xml version="1.0" encoding="utf-8"?>

<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:admin="http://webns.net/mvcb/"
xmlns:cc="http://web.resource.org/cc/"
xmlns="http://purl.org/rss/1.0/">

<channel rdf:about="http://weblogs.java.net/blog/driscoll/">
<title>Jim Driscoll&apos;s Blog</title>
<link>http://weblogs.java.net/blog/driscoll/</link>
<description></description>
<dc:language>en-us</dc:language>
<dc:creator></dc:creator>
<dc:date>2008-06-26T14:05:44-08:00</dc:date>
<admin:generatorAgent rdf:resource="http://www.movabletype.org/?v=3.01D" />


<items>
<rdf:Seq><rdf:li rdf:resource="http://weblogs.java.net/blog/driscoll/archive/2008/06/mojarras_jsf_20.html" />
<rdf:li rdf:resource="http://weblogs.java.net/blog/driscoll/archive/2008/06/writing_a_littl.html" />
<rdf:li rdf:resource="http://weblogs.java.net/blog/driscoll/archive/2008/05/comet_tictactoe_1.html" />
<rdf:li rdf:resource="http://weblogs.java.net/blog/driscoll/archive/2008/05/solving_the_com_1.html" />
<rdf:li rdf:resource="http://weblogs.java.net/blog/driscoll/archive/2008/05/dead_simple_com.html" />
<rdf:li rdf:resource="http://weblogs.java.net/blog/driscoll/archive/2008/03/jsf_database_ho.html" />
<rdf:li rdf:resource="http://weblogs.java.net/blog/driscoll/archive/2008/02/patching_java_t.html" />
<rdf:li rdf:resource="http://weblogs.java.net/blog/driscoll/archive/2006/09/javaone_meeting.html" />
<rdf:li rdf:resource="http://weblogs.java.net/blog/driscoll/archive/2006/07/javaone_tech_se.html" />
<rdf:li rdf:resource="http://weblogs.java.net/blog/driscoll/archive/2006/05/javaone_what_wo_1.html" />
<rdf:li rdf:resource="http://weblogs.java.net/blog/driscoll/archive/2006/05/suns_ajax_effor.html" />
<rdf:li rdf:resource="http://weblogs.java.net/blog/driscoll/archive/2006/05/schedulebuilder.html" />
<rdf:li rdf:resource="http://weblogs.java.net/blog/driscoll/archive/2006/05/new_way_to_atte.html" />
<rdf:li rdf:resource="http://weblogs.java.net/blog/driscoll/archive/2005/12/servlet_history_1.html" />
<rdf:li rdf:resource="http://weblogs.java.net/blog/driscoll/archive/2005/10/osi_mailing_lis.html" />
</rdf:Seq>
</items>

</channel>

<item rdf:about="http://weblogs.java.net/blog/driscoll/archive/2008/06/mojarras_jsf_20.html">
<title>Mojarra&apos;s JSF 2.0 EDR1 ships</title>
<link>http://weblogs.java.net/blog/driscoll/archive/2008/06/mojarras_jsf_20.html</link>
<description>The Mojarra Project is proud to announce the release of the JSF 2.0 EDR1 implementation.</description>
<dc:subject>J2EE</dc:subject>
<dc:creator>driscoll</dc:creator>
<dc:date>2008-06-26T14:05:44-08:00</dc:date>
</item>
<item rdf:about="http://weblogs.java.net/blog/driscoll/archive/2008/06/writing_a_littl.html">
<title>Writing a (bit complex) Glassfish Update Module</title>
<link>http://weblogs.java.net/blog/driscoll/archive/2008/06/writing_a_littl.html</link>
<description>Creating a program that works with the Glassfish update center isn&apos;t especially hard, but it isn&apos;t very well documented.  This blog is an attempt to remedy that.

I just finished writing a Glassfish update center module.  While simple examples have already been blogged about, this one is a little more complex - it installs a new version of JSF on Glassfish.  I&apos;ll go over some of the things you have to do to make a more complex update than just dropping a zip file into a new directory.</description>
<dc:subject>Community: Glassfish</dc:subject>
<dc:creator>driscoll</dc:creator>
<dc:date>2008-06-24T12:55:35-08:00</dc:date>
</item>
<item rdf:about="http://weblogs.java.net/blog/driscoll/archive/2008/05/comet_tictactoe_1.html">
<title>Comet TicTacToe</title>
<link>http://weblogs.java.net/blog/driscoll/archive/2008/05/comet_tictactoe_1.html</link>
<description>Here&apos;s the Comet TicTacToe that I went over in my BOF on Comet on Wednesday night.  It&apos;s pretty simple - just 200 lines of Java code (including the game logic), 50 lines of JavaScript (embedded in an HTML page), 50 lines of HTML, and a 75 line CSS file.  Simple stuff, but if you&apos;re looking to write your own Comet app, this might help get you started.</description>
<dc:subject>Web Applications</dc:subject>
<dc:creator>driscoll</dc:creator>
<dc:date>2008-05-07T18:45:36-08:00</dc:date>
</item>
<item rdf:about="http://weblogs.java.net/blog/driscoll/archive/2008/05/solving_the_com_1.html">
<title>Solving the Comet timeout problem</title>
<link>http://weblogs.java.net/blog/driscoll/archive/2008/05/solving_the_com_1.html</link>
<description>In my previous blog, I wondered what the best way to solve the problem on the client of the server connection timing out.  The answer is so obvious that I&apos;m a little embarressed I missed it - it&apos;s the onload event for iframe.  This solution works for both long polling and HTTP Streaming connections that use a hidden iframe.</description>
<dc:subject>Web Applications</dc:subject>
<dc:creator>driscoll</dc:creator>
<dc:date>2008-05-05T14:07:33-08:00</dc:date>
</item>
<item rdf:about="http://weblogs.java.net/blog/driscoll/archive/2008/05/dead_simple_com.html">
<title>Dead Simple Comet Example on Glassfish v3 / Grizzly</title>
<link>http://weblogs.java.net/blog/driscoll/archive/2008/05/dead_simple_com.html</link>
<description>Using Grizzly&apos;s Comet APIs (now available in Glassfish v3), I create a dead simple Comet example, with about 100 lines in two files.</description>
<dc:subject>Web Applications</dc:subject>
<dc:creator>driscoll</dc:creator>
<dc:date>2008-05-01T15:02:54-08:00</dc:date>
</item>
<item rdf:about="http://weblogs.java.net/blog/driscoll/archive/2008/03/jsf_database_ho.html">
<title>JSF Datatable Howto</title>
<link>http://weblogs.java.net/blog/driscoll/archive/2008/03/jsf_database_ho.html</link>
<description>I&apos;m currently learning JSF, and wanted to give a little Google link love to a really great guide to learning JSF&apos;s use with databases, especially the Datatable component..

The JSF Datatables Howto (at http://balusc.blogspot.com/2006/06/using-datatables.html) written by BalusC is a great getting started guide to using databases with JSF, and if this is something you&apos;re looking for, check it out...</description>
<dc:subject>Web Applications</dc:subject>
<dc:creator>driscoll</dc:creator>
<dc:date>2008-03-12T10:59:24-08:00</dc:date>
</item>
<item rdf:about="http://weblogs.java.net/blog/driscoll/archive/2008/02/patching_java_t.html">
<title>Patching Java to work on Ubuntu Hardy Heron</title>
<link>http://weblogs.java.net/blog/driscoll/archive/2008/02/patching_java_t.html</link>
<description>The latest Alpha of Hardy Heron breaks all installed Java apps.  Here&apos;s how to patch it to get back up and running.</description>
<dc:subject>Linux</dc:subject>
<dc:creator>driscoll</dc:creator>
<dc:date>2008-02-25T10:04:36-08:00</dc:date>
</item>
<item rdf:about="http://weblogs.java.net/blog/driscoll/archive/2006/09/javaone_meeting.html">
<title>JavaOne meetings starting up</title>
<link>http://weblogs.java.net/blog/driscoll/archive/2006/09/javaone_meeting.html</link>
<description>It&apos;s that time again...</description>
<dc:subject>JavaOne</dc:subject>
<dc:creator>driscoll</dc:creator>
<dc:date>2006-09-01T10:26:52-08:00</dc:date>
</item>
<item rdf:about="http://weblogs.java.net/blog/driscoll/archive/2006/07/javaone_tech_se.html">
<title>JavaOne Tech Sessions are Up</title>
<link>http://weblogs.java.net/blog/driscoll/archive/2006/07/javaone_tech_se.html</link>
<description>A quick notice - the JavaOne technical sessions are online at http://developers.sun.com/learning/javaoneonline/</description>
<dc:subject>JavaOne</dc:subject>
<dc:creator>driscoll</dc:creator>
<dc:date>2006-07-10T09:31:52-08:00</dc:date>
</item>
<item rdf:about="http://weblogs.java.net/blog/driscoll/archive/2006/05/javaone_what_wo_1.html">
<title>JavaOne: What worked and what didn&apos;t</title>
<link>http://weblogs.java.net/blog/driscoll/archive/2006/05/javaone_what_wo_1.html</link>
<description>In a little while, we&apos;re going to have a meeting to discuss the next JavaOne.  While I cringe at the thought, I want to be ready - help me with my list of things that worked and didn&apos;t.</description>
<dc:subject>JavaOne</dc:subject>
<dc:creator>driscoll</dc:creator>
<dc:date>2006-05-19T11:19:59-08:00</dc:date>
</item>
<item rdf:about="http://weblogs.java.net/blog/driscoll/archive/2006/05/suns_ajax_effor.html">
<title>Sun, AJAX and JavaScript</title>
<link>http://weblogs.java.net/blog/driscoll/archive/2006/05/suns_ajax_effor.html</link>
<description>In the global discussion of AJAX that&apos;s been happening in the last year, Sun has been largely absent.  That just changed.  And not only do we love JavaScript on the browser, we love it on the server too.</description>
<dc:subject>Community: Java Enterprise</dc:subject>
<dc:creator>driscoll</dc:creator>
<dc:date>2006-05-19T10:20:20-08:00</dc:date>
</item>
<item rdf:about="http://weblogs.java.net/blog/driscoll/archive/2006/05/schedulebuilder.html">
<title>Schedulebuilder Tryout - Day 1</title>
<link>http://weblogs.java.net/blog/driscoll/archive/2006/05/schedulebuilder.html</link>
<description>Looking back at how well the new schedule system worked out, after a full day of use.</description>
<dc:subject>JavaOne</dc:subject>
<dc:creator>driscoll</dc:creator>
<dc:date>2006-05-16T17:20:21-08:00</dc:date>
</item>
<item rdf:about="http://weblogs.java.net/blog/driscoll/archive/2006/05/new_way_to_atte.html">
<title>New way to attend JavaOne talks</title>
<link>http://weblogs.java.net/blog/driscoll/archive/2006/05/new_way_to_atte.html</link>
<description>This year, they&apos;ll be doing things a bit differently for attending talks - no more getting shut out of a talk you&apos;re dying to go to...  But it means you have to plan ahead.</description>
<dc:subject>JavaOne</dc:subject>
<dc:creator>driscoll</dc:creator>
<dc:date>2006-05-05T11:05:28-08:00</dc:date>
</item>
<item rdf:about="http://weblogs.java.net/blog/driscoll/archive/2005/12/servlet_history_1.html">
<title>Servlet History</title>
<link>http://weblogs.java.net/blog/driscoll/archive/2005/12/servlet_history_1.html</link>
<description>I&apos;ve been reading Beyond Java, and since Bruce got some of his facts wrong about the history of servlets, I thought I&apos;d issue a correction.</description>
<dc:subject>Community: Java Enterprise</dc:subject>
<dc:creator>driscoll</dc:creator>
<dc:date>2005-12-10T20:58:11-08:00</dc:date>
</item>
<item rdf:about="http://weblogs.java.net/blog/driscoll/archive/2005/10/osi_mailing_lis.html">
<title>OSI Mailing lists</title>
<link>http://weblogs.java.net/blog/driscoll/archive/2005/10/osi_mailing_lis.html</link>
<description>The OSI has mailing lists where all sorts of license issues get discussed.  If you like that kind of thing, it&apos;s quite entertaining.</description>
<dc:subject>Open Source</dc:subject>
<dc:creator>driscoll</dc:creator>
<dc:date>2005-10-27T13:19:33-08:00</dc:date>
</item>


</rdf:RDF>
