<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Bill the Plumber</title>
	<atom:link href="http://bill.burkecentral.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://bill.burkecentral.com</link>
	<description>Software plumbing using middleware wrenches</description>
	<lastBuildDate>Tue, 29 May 2012 14:32:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='bill.burkecentral.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Bill the Plumber</title>
		<link>http://bill.burkecentral.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://bill.burkecentral.com/osd.xml" title="Bill the Plumber" />
	<atom:link rel='hub' href='http://bill.burkecentral.com/?pushpress=hub'/>
		<item>
		<title>Resteasy 2.3.4 Released</title>
		<link>http://bill.burkecentral.com/2012/05/29/resteasy-2-3-4-released/</link>
		<comments>http://bill.burkecentral.com/2012/05/29/resteasy-2-3-4-released/#comments</comments>
		<pubDate>Tue, 29 May 2012 14:32:25 +0000</pubDate>
		<dc:creator>billburke</dc:creator>
				<category><![CDATA[RESTEasy]]></category>

		<guid isPermaLink="false">http://bill.burkecentral.com/?p=621</guid>
		<description><![CDATA[About 20+ issues fixed and implemented.  Some highlights: Netty integration.  Thanks to Norman Maurer Expanded Atom support for extension elements.  Thanks to Kurt Stam O&#8217;Reilly examples implemented on top of JBoss AS7 Zip patch that allows you to patch JBoss AS7 with latest Resteasy release Expanded support for @Form that allows prefixed/indexed @FormParam and also <a href="http://bill.burkecentral.com/2012/05/29/resteasy-2-3-4-released/" class="excerpt-more-link">[&#8230;]</a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bill.burkecentral.com&#038;blog=1411127&#038;post=621&#038;subd=billburke&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://bill.burkecentral.com/2012/05/29/resteasy-2-3-4-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2e5a8d5b69a0c1fdfa12237bce877253?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">billburke</media:title>
		</media:content>
	</item>
		<item>
		<title>Open Source&#8217;s Talent Advantage</title>
		<link>http://bill.burkecentral.com/2012/05/22/open-sources-talent-advantage/</link>
		<comments>http://bill.burkecentral.com/2012/05/22/open-sources-talent-advantage/#comments</comments>
		<pubDate>Tue, 22 May 2012 21:22:02 +0000</pubDate>
		<dc:creator>billburke</dc:creator>
				<category><![CDATA[jboss]]></category>
		<category><![CDATA[opensource]]></category>

		<guid isPermaLink="false">http://bill.burkecentral.com/?p=619</guid>
		<description><![CDATA[Was reading an article on TheStreet.com about Why Wall Street Hates Open Source.  I think one of the things that business people often don&#8217;t know about is the talent advantage open source companies have.  Answer this question:  What are our hiring practices?  How do we hire people? We know they can do the job Most <a href="http://bill.burkecentral.com/2012/05/22/open-sources-talent-advantage/" class="excerpt-more-link">[&#8230;]</a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bill.burkecentral.com&#038;blog=1411127&#038;post=619&#038;subd=billburke&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://bill.burkecentral.com/2012/05/22/open-sources-talent-advantage/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2e5a8d5b69a0c1fdfa12237bce877253?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">billburke</media:title>
		</media:content>
	</item>
		<item>
		<title>Write your own logging abstraction</title>
		<link>http://bill.burkecentral.com/2012/05/22/write-your-own-logging-abstraction/</link>
		<comments>http://bill.burkecentral.com/2012/05/22/write-your-own-logging-abstraction/#comments</comments>
		<pubDate>Tue, 22 May 2012 13:28:33 +0000</pubDate>
		<dc:creator>billburke</dc:creator>
				<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://bill.burkecentral.com/?p=617</guid>
		<description><![CDATA[As software developers we are ingrained to believe that copying and pasting code into multiple places is a bad idea.  As everything in life, you should always question what you&#8217;re taught as there are always exception to the rule.  I think logging abstractions are is one of these exceptions.  How many of you have struggled <a href="http://bill.burkecentral.com/2012/05/22/write-your-own-logging-abstraction/" class="excerpt-more-link">[&#8230;]</a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bill.burkecentral.com&#038;blog=1411127&#038;post=617&#038;subd=billburke&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://bill.burkecentral.com/2012/05/22/write-your-own-logging-abstraction/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2e5a8d5b69a0c1fdfa12237bce877253?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">billburke</media:title>
		</media:content>
	</item>
		<item>
		<title>Creating a JBoss Modules zip</title>
		<link>http://bill.burkecentral.com/2012/05/21/creating-a-jboss-modules-zip/</link>
		<comments>http://bill.burkecentral.com/2012/05/21/creating-a-jboss-modules-zip/#comments</comments>
		<pubDate>Mon, 21 May 2012 16:58:35 +0000</pubDate>
		<dc:creator>billburke</dc:creator>
				<category><![CDATA[jboss]]></category>
		<category><![CDATA[RESTEasy]]></category>

		<guid isPermaLink="false">http://bill.burkecentral.com/?p=615</guid>
		<description><![CDATA[I&#8217;ve extracted some of the build files from AS7 to create a maven project that can create a modules/ directory structure for Resteasy.  I wanted this so that people can easily patch/upgrade AS7 to the latest resteasy release.  It should be fairly easy to use the project as an archetype if you want to do <a href="http://bill.burkecentral.com/2012/05/21/creating-a-jboss-modules-zip/" class="excerpt-more-link">[&#8230;]</a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bill.burkecentral.com&#038;blog=1411127&#038;post=615&#038;subd=billburke&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://bill.burkecentral.com/2012/05/21/creating-a-jboss-modules-zip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2e5a8d5b69a0c1fdfa12237bce877253?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">billburke</media:title>
		</media:content>
	</item>
		<item>
		<title>json-home format: resource discovery</title>
		<link>http://bill.burkecentral.com/2012/05/11/json-home-format-resource-discovery/</link>
		<comments>http://bill.burkecentral.com/2012/05/11/json-home-format-resource-discovery/#comments</comments>
		<pubDate>Fri, 11 May 2012 14:47:30 +0000</pubDate>
		<dc:creator>billburke</dc:creator>
				<category><![CDATA[REST]]></category>

		<guid isPermaLink="false">http://bill.burkecentral.com/?p=611</guid>
		<description><![CDATA[Thank you Mark Little for turning me on to the JSON-Home format Internet Draft.  &#8220;application/json-home&#8221; is a format that describes resources available from a particular site as well as possible hints on how to interact with those services. GET / HTTP/1.1 Host: example.org Accept: application/json-home HTTP/1.1 200 OK Content-Type: application/json-home Cache-Control: max-age=3600 Connection: close { <a href="http://bill.burkecentral.com/2012/05/11/json-home-format-resource-discovery/" class="excerpt-more-link">[&#8230;]</a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bill.burkecentral.com&#038;blog=1411127&#038;post=611&#038;subd=billburke&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://bill.burkecentral.com/2012/05/11/json-home-format-resource-discovery/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2e5a8d5b69a0c1fdfa12237bce877253?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">billburke</media:title>
		</media:content>
	</item>
		<item>
		<title>Mocks are a Mockery</title>
		<link>http://bill.burkecentral.com/2012/05/01/mocks-are-a-mockery/</link>
		<comments>http://bill.burkecentral.com/2012/05/01/mocks-are-a-mockery/#comments</comments>
		<pubDate>Tue, 01 May 2012 15:50:35 +0000</pubDate>
		<dc:creator>billburke</dc:creator>
				<category><![CDATA[flame bait]]></category>
		<category><![CDATA[opensource]]></category>

		<guid isPermaLink="false">http://bill.burkecentral.com/?p=596</guid>
		<description><![CDATA[There were some interesting side conversations going on in the comments of my Java EE wins over Spring blog.  In particular, a few people were arguing over the value of Mocks.  I always considered Mocks a bogus pattern.  Only time I ever use them is when I&#8217;m initially starting a project and I don&#8217;t have <a href="http://bill.burkecentral.com/2012/05/01/mocks-are-a-mockery/" class="excerpt-more-link">[&#8230;]</a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bill.burkecentral.com&#038;blog=1411127&#038;post=596&#038;subd=billburke&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://bill.burkecentral.com/2012/05/01/mocks-are-a-mockery/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2e5a8d5b69a0c1fdfa12237bce877253?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">billburke</media:title>
		</media:content>
	</item>
		<item>
		<title>Resteasy 2.3.3.Final Released</title>
		<link>http://bill.burkecentral.com/2012/05/01/resteasy-2-3-3-final-released/</link>
		<comments>http://bill.burkecentral.com/2012/05/01/resteasy-2-3-3-final-released/#comments</comments>
		<pubDate>Tue, 01 May 2012 00:24:57 +0000</pubDate>
		<dc:creator>billburke</dc:creator>
				<category><![CDATA[RESTEasy]]></category>

		<guid isPermaLink="false">http://bill.burkecentral.com/?p=594</guid>
		<description><![CDATA[A bunch of bug fixes. Also added a couple new features: A few people were asking for a servlet-free embedded HTTP engine.  Integration with Sun JDK&#8217;s com.sun.net.HttpServer was added.  See documentation for more details.  Support for different HTTP engines is in the works. Support for some more formats of the Atom Publishing Protocol.  Thanks to <a href="http://bill.burkecentral.com/2012/05/01/resteasy-2-3-3-final-released/" class="excerpt-more-link">[&#8230;]</a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bill.burkecentral.com&#038;blog=1411127&#038;post=594&#038;subd=billburke&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://bill.burkecentral.com/2012/05/01/resteasy-2-3-3-final-released/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2e5a8d5b69a0c1fdfa12237bce877253?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">billburke</media:title>
		</media:content>
	</item>
		<item>
		<title>Decentralized Auth with Cookies</title>
		<link>http://bill.burkecentral.com/2012/03/19/decentralized-auth-with-cookies/</link>
		<comments>http://bill.burkecentral.com/2012/03/19/decentralized-auth-with-cookies/#comments</comments>
		<pubDate>Mon, 19 Mar 2012 23:11:24 +0000</pubDate>
		<dc:creator>billburke</dc:creator>
				<category><![CDATA[REST]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://bill.burkecentral.com/?p=592</guid>
		<description><![CDATA[Way back in June I was brainstorming about ideas for decentralized authentication.  Here&#8217;s a summary of the requirements I wanted: Competely stateless servers.  Servers that host browser applications and restful services would not have to store usernames, passwords, or permission metadata (roles allowed). Servers would not have to handshake with an Identity Provider (IDP).  An <a href="http://bill.burkecentral.com/2012/03/19/decentralized-auth-with-cookies/" class="excerpt-more-link">[&#8230;]</a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bill.burkecentral.com&#038;blog=1411127&#038;post=592&#038;subd=billburke&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://bill.burkecentral.com/2012/03/19/decentralized-auth-with-cookies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2e5a8d5b69a0c1fdfa12237bce877253?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">billburke</media:title>
		</media:content>
	</item>
		<item>
		<title>Java EE wins over Spring</title>
		<link>http://bill.burkecentral.com/2012/03/13/java-ee-wins-over-spring/</link>
		<comments>http://bill.burkecentral.com/2012/03/13/java-ee-wins-over-spring/#comments</comments>
		<pubDate>Tue, 13 Mar 2012 14:18:26 +0000</pubDate>
		<dc:creator>billburke</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[javaee]]></category>
		<category><![CDATA[spring]]></category>

		<guid isPermaLink="false">http://bill.burkecentral.com/?p=588</guid>
		<description><![CDATA[The past 1-2 years since the release of Java EE 6, you&#8217;ve seen a lot of articles like this latest on TSS that talk about the niceities of Java EE 6&#8242;s component model over Spring and how Spring is now legacy.  Yup legacy.  Who would have thought it?  (other than me of course ) I <a href="http://bill.burkecentral.com/2012/03/13/java-ee-wins-over-spring/" class="excerpt-more-link">[&#8230;]</a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bill.burkecentral.com&#038;blog=1411127&#038;post=588&#038;subd=billburke&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://bill.burkecentral.com/2012/03/13/java-ee-wins-over-spring/feed/</wfw:commentRss>
		<slash:comments>87</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2e5a8d5b69a0c1fdfa12237bce877253?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">billburke</media:title>
		</media:content>
	</item>
		<item>
		<title>Web Sockets, a disaster in waiting?</title>
		<link>http://bill.burkecentral.com/2012/02/28/web-sockets-a-disaster-in-waiting/</link>
		<comments>http://bill.burkecentral.com/2012/02/28/web-sockets-a-disaster-in-waiting/#comments</comments>
		<pubDate>Tue, 28 Feb 2012 17:33:07 +0000</pubDate>
		<dc:creator>billburke</dc:creator>
				<category><![CDATA[REST]]></category>

		<guid isPermaLink="false">http://bill.burkecentral.com/?p=584</guid>
		<description><![CDATA[Mark posted a really nice article to InfoQ: WebSockets vs. REST? From what I understand of Websockets, its bascially used to set up a two-way socket connection and not really an application protocol. What worries me the most is that you&#8217;ve basically rolled back 20 years of protocol consolidation, and we&#8217;re now back to a <a href="http://bill.burkecentral.com/2012/02/28/web-sockets-a-disaster-in-waiting/" class="excerpt-more-link">[&#8230;]</a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bill.burkecentral.com&#038;blog=1411127&#038;post=584&#038;subd=billburke&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://bill.burkecentral.com/2012/02/28/web-sockets-a-disaster-in-waiting/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2e5a8d5b69a0c1fdfa12237bce877253?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">billburke</media:title>
		</media:content>
	</item>
	</channel>
</rss>
