<?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/jfarcand/">
<title>Jean-Francois Arcand&apos;s Blog</title>
<link>http://weblogs.java.net/blog/jfarcand/</link>
<description></description>
<dc:language>en-us</dc:language>
<dc:creator></dc:creator>
<dc:date>2008-07-17T12:19:51-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/jfarcand/archive/2008/07/extending_the_g_4.html" />
<rdf:li rdf:resource="http://weblogs.java.net/blog/jfarcand/archive/2008/07/extending_the_g_2.html" />
<rdf:li rdf:resource="http://weblogs.java.net/blog/jfarcand/archive/2008/07/extending_the_g_1.html" />
<rdf:li rdf:resource="http://weblogs.java.net/blog/jfarcand/archive/2008/07/extending_the_g.html" />
<rdf:li rdf:resource="http://weblogs.java.net/blog/jfarcand/archive/2008/07/getting_started.html" />
<rdf:li rdf:resource="http://weblogs.java.net/blog/jfarcand/archive/2008/07/porting_and_com.html" />
<rdf:li rdf:resource="http://weblogs.java.net/blog/jfarcand/archive/2008/06/writing_a_tcpud_2.html" />
<rdf:li rdf:resource="http://weblogs.java.net/blog/jfarcand/archive/2008/06/ursus_arctos_ho.html" />
<rdf:li rdf:resource="http://weblogs.java.net/blog/jfarcand/archive/2008/05/ajaxpushcomet_w.html" />
<rdf:li rdf:resource="http://weblogs.java.net/blog/jfarcand/archive/2008/05/les_presentatio_1.html" />
<rdf:li rdf:resource="http://weblogs.java.net/blog/jfarcand/archive/2008/05/grizzly_comet_j.html" />
<rdf:li rdf:resource="http://weblogs.java.net/blog/jfarcand/archive/2008/05/grizzly_1020_av.html" />
<rdf:li rdf:resource="http://weblogs.java.net/blog/jfarcand/archive/2008/05/building_gwt_co.html" />
<rdf:li rdf:resource="http://weblogs.java.net/blog/jfarcand/archive/2008/05/bye_bye_grizzly.html" />
<rdf:li rdf:resource="http://weblogs.java.net/blog/jfarcand/archive/2008/05/grizzlys_osgi_b_1.html" />
</rdf:Seq>
</items>

</channel>

<item rdf:about="http://weblogs.java.net/blog/jfarcand/archive/2008/07/extending_the_g_4.html">
<title>Extending the Grizzly HTTP Runtime part IV: Adding native PHP with support for the Bayeux Protocol</title>
<link>http://weblogs.java.net/blog/jfarcand/archive/2008/07/extending_the_g_4.html</link>
<description>Before I deep dive into the AsyncFilter API like I&apos;ve proposed in part 3, I&apos;ve decided to show how easy is to add...PHP to your Grizzly based application with support for the Bayeux protocol.</description>
<dc:subject>Community: Glassfish</dc:subject>
<dc:creator>jfarcand</dc:creator>
<dc:date>2008-07-17T12:19:51-08:00</dc:date>
</item>
<item rdf:about="http://weblogs.java.net/blog/jfarcand/archive/2008/07/extending_the_g_2.html">
<title>Extending the Grizzly HTTP Runtime part III: Gathering Monster&apos;s Statistics</title>
<link>http://weblogs.java.net/blog/jfarcand/archive/2008/07/extending_the_g_2.html</link>
<description>So far we were able to build a WebServer based on Grizzly and add JMX Support to it. Now it is time to gather statistics of what&apos;s happening inside the monster&apos; stomach.</description>
<dc:subject>Community: Glassfish</dc:subject>
<dc:creator>jfarcand</dc:creator>
<dc:date>2008-07-09T16:20:09-08:00</dc:date>
</item>
<item rdf:about="http://weblogs.java.net/blog/jfarcand/archive/2008/07/extending_the_g_1.html">
<title>Extending the Grizzly HTTP Runtime part II:  Managing the monster using JMX</title>
<link>http://weblogs.java.net/blog/jfarcand/archive/2008/07/extending_the_g_1.html</link>
<description>Now that we are all able to create Grizzly Web Server in less than 10 lines, let&apos;s complicate our day and add JMX management to the monster.</description>
<dc:subject>Community: Glassfish</dc:subject>
<dc:creator>jfarcand</dc:creator>
<dc:date>2008-07-08T16:07:01-08:00</dc:date>
</item>
<item rdf:about="http://weblogs.java.net/blog/jfarcand/archive/2008/07/extending_the_g.html">
<title>Extending the Grizzly HTTP Runtime</title>
<link>http://weblogs.java.net/blog/jfarcand/archive/2008/07/extending_the_g.html</link>
<description>Project Grizzly provides developers with a simple and consistent mechanism for extending the functionality of the Grizzly HTTP Runtime and for bridging existing http based technology like JRuby-on-Rail, Grail, Servlet, the Bayeux Protocol or any http based protocol. </description>
<dc:subject>Community: Glassfish</dc:subject>
<dc:creator>jfarcand</dc:creator>
<dc:date>2008-07-03T20:52:13-08:00</dc:date>
</item>
<item rdf:about="http://weblogs.java.net/blog/jfarcand/archive/2008/07/getting_started.html">
<title>Getting started with Comet and GlassFish v2</title>
<link>http://weblogs.java.net/blog/jfarcand/archive/2008/07/getting_started.html</link>
<description>The Grizzly users lists is bombarded with questions about how to start with Comet and GlassFish v2. Here is a quick explanation...</description>
<dc:subject>Community: Glassfish</dc:subject>
<dc:creator>jfarcand</dc:creator>
<dc:date>2008-07-02T09:39:50-08:00</dc:date>
</item>
<item rdf:about="http://weblogs.java.net/blog/jfarcand/archive/2008/07/porting_and_com.html">
<title>Porting and Compiling your GlassFish v2 Comet application To v3</title>
<link>http://weblogs.java.net/blog/jfarcand/archive/2008/07/porting_and_com.html</link>
<description>Between GlassFish v2 and v3, Grizzly became a project of his own and we renamed its package name, with a side effect of making more complicated to recompile your v2 Comet application against Grizzly standalone or GlassFish v3. Not that complicated....  </description>
<dc:subject>Community: Glassfish</dc:subject>
<dc:creator>jfarcand</dc:creator>
<dc:date>2008-07-01T14:18:52-08:00</dc:date>
</item>
<item rdf:about="http://weblogs.java.net/blog/jfarcand/archive/2008/06/writing_a_tcpud_2.html">
<title>Writing a TCP/UDP stack supporting the SIP protocol using the Grizzly Framework, part II</title>
<link>http://weblogs.java.net/blog/jfarcand/archive/2008/06/writing_a_tcpud_2.html</link>
<description>Finally I&apos;m resuming on that popular topic. Since SIP is a two way protocol, this time I will explain how to build the client side using Grizzly 1.8.0. </description>
<dc:subject>Community: Glassfish</dc:subject>
<dc:creator>jfarcand</dc:creator>
<dc:date>2008-06-25T14:28:43-08:00</dc:date>
</item>
<item rdf:about="http://weblogs.java.net/blog/jfarcand/archive/2008/06/ursus_arctos_ho.html">
<title>Ursus arctos horribilis: Grizzly 1.8.0 released (Community release!)</title>
<link>http://weblogs.java.net/blog/jfarcand/archive/2008/06/ursus_arctos_ho.html</link>
<description>Our biggest release ever? Until Grizzly 2.0! Well, 1.8.0 contains a lot of bug fixes, performance improvements, cool new technologies support (GWT, iPhone, etc.), new Comet components, etc.</description>
<dc:subject>Community: Java Enterprise</dc:subject>
<dc:creator>jfarcand</dc:creator>
<dc:date>2008-06-11T15:25:51-08:00</dc:date>
</item>
<item rdf:about="http://weblogs.java.net/blog/jfarcand/archive/2008/05/ajaxpushcomet_w.html">
<title>AjaxPush/Comet Webinar next June 02 @ 9h00 PST</title>
<link>http://weblogs.java.net/blog/jfarcand/archive/2008/05/ajaxpushcomet_w.html</link>
<description>If you have missed our JavaOne session on Ajax Push/Comet, don&apos;t miss the upcoming Webminar on June 02. Tomcat, Jetty and GlassFish with a taste of Bayeux Protocol are discussed...</description>
<dc:subject>Community: Java Enterprise</dc:subject>
<dc:creator>jfarcand</dc:creator>
<dc:date>2008-05-30T14:58:38-08:00</dc:date>
</item>
<item rdf:about="http://weblogs.java.net/blog/jfarcand/archive/2008/05/les_presentatio_1.html">
<title>Les presentations de Open Tech Days sont disponibles...</title>
<link>http://weblogs.java.net/blog/jfarcand/archive/2008/05/les_presentatio_1.html</link>
<description>Les hyperliens pour les presentations de Montreal et Toronto sont disponibles....</description>
<dc:subject>Community: Java Enterprise</dc:subject>
<dc:creator>jfarcand</dc:creator>
<dc:date>2008-05-30T12:59:01-08:00</dc:date>
</item>
<item rdf:about="http://weblogs.java.net/blog/jfarcand/archive/2008/05/grizzly_comet_j.html">
<title>Grizzly &amp; Comet JavaOne&apos;s sessions online...with bofs slides as well</title>
<link>http://weblogs.java.net/blog/jfarcand/archive/2008/05/grizzly_comet_j.html</link>
<description>My JavaOne 2008 sessions and BOFs are now online...I&apos;ve survived JavaOne 2008!</description>
<dc:subject>Community: Java Enterprise</dc:subject>
<dc:creator>jfarcand</dc:creator>
<dc:date>2008-05-30T08:46:23-08:00</dc:date>
</item>
<item rdf:about="http://weblogs.java.net/blog/jfarcand/archive/2008/05/grizzly_1020_av.html">
<title>Grizzly 1.0.20 available for the old bear&apos;s lover..with an updated Bayeux Implementation</title>
<link>http://weblogs.java.net/blog/jfarcand/archive/2008/05/grizzly_1020_av.html</link>
<description>For the old timer 1.0.x users, I&apos;ve just uploaded the latest Grizzly 1.0.20 binaries from the upcoming GlassFish v2.1 release. This new release contains the latest implementation of the Bayeux Protocol (cometd) specification. Of course, you are welcome to upgrade to our 1.7.x binary....</description>
<dc:subject>Community: Java Enterprise</dc:subject>
<dc:creator>jfarcand</dc:creator>
<dc:date>2008-05-22T18:24:23-08:00</dc:date>
</item>
<item rdf:about="http://weblogs.java.net/blog/jfarcand/archive/2008/05/building_gwt_co.html">
<title>Building GWT Comet based web app using Grizzly Comet</title>
<link>http://weblogs.java.net/blog/jfarcand/archive/2008/05/building_gwt_co.html</link>
<description>I&apos;m getting a lot of requests to share our JavaOne BOF slides where we have demonstrated the use of GWT + Grizzly Comet. Here is the link....</description>
<dc:subject>Community: Java Enterprise</dc:subject>
<dc:creator>jfarcand</dc:creator>
<dc:date>2008-05-20T12:58:50-08:00</dc:date>
</item>
<item rdf:about="http://weblogs.java.net/blog/jfarcand/archive/2008/05/bye_bye_grizzly.html">
<title>Bye Bye Grizzly&apos;s JRuby extension, long live inside glassfish-scripting project.</title>
<link>http://weblogs.java.net/blog/jfarcand/archive/2008/05/bye_bye_grizzly.html</link>
<description>Starting today, we have voted to move out of the Grizzly umbrella the grizzly-jruby extension and its OSGi module. Where the code is going? Under the new glassfish-scripting project....</description>
<dc:subject>Community: Java Enterprise</dc:subject>
<dc:creator>jfarcand</dc:creator>
<dc:date>2008-05-20T11:32:31-08:00</dc:date>
</item>
<item rdf:about="http://weblogs.java.net/blog/jfarcand/archive/2008/05/grizzlys_osgi_b_1.html">
<title>Grizzly&apos;s OSGi bundles</title>
<link>http://weblogs.java.net/blog/jfarcand/archive/2008/05/grizzlys_osgi_b_1.html</link>
<description>Grizzly has OSGi bundles available for a while, but we haven&apos;t made any noise about it yet. Since OSGi is the current buzz, let&apos;s the monster enter the buzz circus...</description>
<dc:subject></dc:subject>
<dc:creator>jfarcand</dc:creator>
<dc:date>2008-05-15T13:23:30-08:00</dc:date>
</item>


</rdf:RDF>
