<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>polycrystalpat</title>
    <link>http://polycrystal.org/authors/pat</link>
    <description />
    <language>en</language>
    <copyright>Patrick</copyright>
    <pubDate>Sun, 15 Apr 2012 23:58:00 GMT</pubDate>
    <dc:creator>Patrick</dc:creator>
    <dc:date>2012-04-15T23:58:00Z</dc:date>
    <dc:language>en</dc:language>
    <dc:rights>Patrick</dc:rights>
    <image>
      <title>polycrystalpat</title>
      <url>http://polycrystal.org/authors/pat</url>
    </image>
    <item>
      <title>Asynchronous responses in Rack</title>
      <link>http://polycrystal.org/2012/04/15/asynchronous_responses_in_rack.html</link>
      <content:encoded>&lt;p&gt;&lt;a href="https://github.com/rack/rack"&gt;Rack&lt;/a&gt; is an interface for Ruby components accepting and responding to HTTP requests synchronously.  Though there is not an official Rack spec for asynchronous responses, Rack servers such as Rainbows! and Thin provide an asynchronous interface for responses that may happen at an unknown time in the future, such as in a web chat room.&lt;/p&gt;&lt;p&gt;&lt;a href="http://polycrystal.org/2012/04/15/asynchronous_responses_in_rack.html"&gt;Read more...&lt;/a&gt;&lt;/p&gt;</content:encoded>
      <category domain="http://polycrystal.org/tags/rack/">rack</category>
      <category domain="http://polycrystal.org/tags/ruby/">ruby</category>
      <pubDate>Sun, 15 Apr 2012 23:58:00 GMT</pubDate>
      <guid isPermaLink="false">tag:polycrystal.org,2012-04-15:default/1334534280000</guid>
      <dc:date>2012-04-15T23:58:00Z</dc:date>
    </item>
    <item>
      <title>Bundler searches an NP-complete problem</title>
      <link>http://polycrystal.org/2012/03/07/bundler_searches_an_np_complete_problem.html</link>
      <content:encoded>The dependency resolution algorithm used in bundler (up to at least version 1.1) attempts an exhaustive search (using backtracking or backjumping) of what is an NP-complete problem.  In most cases, a solution is found quickly.  But in some real-world cases, the solution is not found quickly, and bundler appears to have hung.&lt;p&gt;&lt;a href="http://polycrystal.org/2012/03/07/bundler_searches_an_np_complete_problem.html"&gt;Read more...&lt;/a&gt;&lt;/p&gt;</content:encoded>
      <category domain="http://polycrystal.org/tags/bundler/">bundler</category>
      <category domain="http://polycrystal.org/tags/dependencies/">dependencies</category>
      <category domain="http://polycrystal.org/tags/ruby/">ruby</category>
      <pubDate>Thu, 08 Mar 2012 02:52:00 GMT</pubDate>
      <guid isPermaLink="false">tag:polycrystal.org,2012-03-08:default/1331175120000</guid>
      <dc:date>2012-03-08T02:52:00Z</dc:date>
    </item>
    <item>
      <title>Deploying Sonar to JBoss AS7</title>
      <link>http://polycrystal.org/2012/02/26/deploying_sonar_to_jboss_as7.html</link>
      <content:encoded>&lt;a href="http://www.sonarsource.org/"&gt;Sonar&lt;/a&gt; does not officially support the &lt;a href="http://www.jboss.org/as7"&gt;JBoss AS7&lt;/a&gt; application server / servlet container (or any JBoss version).  By default, JBoss's JPA modules notice the &lt;code&gt;persistence.xml&lt;/code&gt; file in &lt;code&gt;sonar-core-2.13.1.jar!/META-INF/persistence.xml&lt;/code&gt; and attempt to setup JPA (Hibernate).  This fails (because Sonar isn't expecting JBoss to be doing anything in the way of setting up Hibernate).  One solution is to remove the JPA module from JBoss.&lt;p&gt;&lt;a href="http://polycrystal.org/2012/02/26/deploying_sonar_to_jboss_as7.html"&gt;Read more...&lt;/a&gt;&lt;/p&gt;</content:encoded>
      <category domain="http://polycrystal.org/tags/java/">java</category>
      <category domain="http://polycrystal.org/tags/jboss/">jboss</category>
      <category domain="http://polycrystal.org/tags/sonar/">sonar</category>
      <pubDate>Mon, 27 Feb 2012 00:21:00 GMT</pubDate>
      <guid isPermaLink="false">tag:polycrystal.org,2012-02-27:default/1330302060000</guid>
      <dc:date>2012-02-27T00:21:00Z</dc:date>
    </item>
    <item>
      <title>Example JRuby Extension in Java</title>
      <link>http://polycrystal.org/2010/04/10/example_jruby_extension_in_java.html</link>
      <content:encoded>&lt;p&gt;Simple example of writing a JRuby extension in Java.&lt;/p&gt;&lt;p&gt;&lt;a href="http://polycrystal.org/2010/04/10/example_jruby_extension_in_java.html"&gt;Read more...&lt;/a&gt;&lt;/p&gt;</content:encoded>
      <category domain="http://polycrystal.org/tags/java/">java</category>
      <category domain="http://polycrystal.org/tags/jruby/">jruby</category>
      <category domain="http://polycrystal.org/tags/ruby/">ruby</category>
      <pubDate>Sat, 10 Apr 2010 14:34:00 GMT</pubDate>
      <guid isPermaLink="false">tag:polycrystal.org,2010-04-10:default/1270910040000</guid>
      <dc:date>2010-04-10T14:34:00Z</dc:date>
    </item>
  </channel>
</rss>


