<?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:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>Antwerkz, Inc.</title>
	<atom:link href="http://www.antwerkz.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.antwerkz.com</link>
	<description></description>
	<lastBuildDate>Mon, 26 Jul 2010 17:40:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Port Unification in GlassFish 3 – Part 3</title>
		<link>http://www.antwerkz.com/port-unification-in-glassfish-3-%e2%80%93-part-3/</link>
		<comments>http://www.antwerkz.com/port-unification-in-glassfish-3-%e2%80%93-part-3/#comments</comments>
		<pubDate>Mon, 26 Jul 2010 17:40:17 +0000</pubDate>
		<dc:creator>jlee</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[config]]></category>
		<category><![CDATA[glassfish]]></category>
		<category><![CDATA[glassfishv3]]></category>

		<guid isPermaLink="false">http://www.antwerkz.com/?p=4635</guid>
		<description><![CDATA[With this third installment, we&#8217;re getting to the most interesting feature:  serving multiple protocols on one port.  The uses of this are fairly obvious:  simpler administration, easier on firewalls, etc.  Many of the elements we&#8217;ve already seen and so should be fairly familiar.  We&#8217;ll simply build on things we&#8217;ve seen and take them just one [...]]]></description>
		<wfw:commentRss>http://www.antwerkz.com/port-unification-in-glassfish-3-%e2%80%93-part-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<series:name><![CDATA[Port Unification in GlassFish]]></series:name>
	</item>
		<item>
		<title>Port Unification in GlassFish 3 – Part 2</title>
		<link>http://www.antwerkz.com/port-unification-in-glassfish-3-%e2%80%93-part-2/</link>
		<comments>http://www.antwerkz.com/port-unification-in-glassfish-3-%e2%80%93-part-2/#comments</comments>
		<pubDate>Fri, 23 Jul 2010 17:36:09 +0000</pubDate>
		<dc:creator>jlee</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[config]]></category>
		<category><![CDATA[glassfish]]></category>
		<category><![CDATA[grizzly]]></category>
		<category><![CDATA[glassfishv3]]></category>

		<guid isPermaLink="false">http://www.antwerkz.com/?p=4624</guid>
		<description><![CDATA[It&#8217;s taken more time to get back to this topic but it&#8217;s time.  In part 1, I covered how to set up GlassFish to push all HTTP traffic to HTTPS.  In this post, I&#8217;ll show you how to set up the reverse.  In the next post, I&#8217;ll cover how to configure GlassFish to serve up [...]]]></description>
		<wfw:commentRss>http://www.antwerkz.com/port-unification-in-glassfish-3-%e2%80%93-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<series:name><![CDATA[Port Unification in GlassFish]]></series:name>
	</item>
		<item>
		<title>Apache, Oracle, and the JCK</title>
		<link>http://www.antwerkz.com/apache-oracle-and-the-jck/</link>
		<comments>http://www.antwerkz.com/apache-oracle-and-the-jck/#comments</comments>
		<pubDate>Thu, 10 Jun 2010 18:43:25 +0000</pubDate>
		<dc:creator>jlee</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[java6]]></category>
		<category><![CDATA[java7]]></category>

		<guid isPermaLink="false">http://www.antwerkz.com/?p=4616</guid>
		<description><![CDATA[The Apache/Sun rift is well-known to most following the Java world.  Apache has long demanded that the field of use restrictions be dropped.  There&#8217;s some consensus that the FOU clause actually violates the JCP&#8217;s charter.  I&#8217;m not a lawyer so I can&#8217;t really comment either way.  This has prevented Apache Harmony from certifying as [...]]]></description>
		<wfw:commentRss>http://www.antwerkz.com/apache-oracle-and-the-jck/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Port Unification in GlassFish 3 &#8211; Part 1</title>
		<link>http://www.antwerkz.com/port-unification-in-glassfish-3-part-1/</link>
		<comments>http://www.antwerkz.com/port-unification-in-glassfish-3-part-1/#comments</comments>
		<pubDate>Mon, 07 Jun 2010 17:33:28 +0000</pubDate>
		<dc:creator>jlee</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[config]]></category>
		<category><![CDATA[glassfish]]></category>

		<guid isPermaLink="false">http://www.antwerkz.com/?p=4579</guid>
		<description><![CDATA[There are two main cases I want to cover here:  port redirection and serving multiple protocols on one port.  I&#8217;m pretty sure that covering both in one post would egregiously long so I&#8217;m going to break things up into two posts.  In this first post, we&#8217;ll cover what will likely the be more common use [...]]]></description>
		<wfw:commentRss>http://www.antwerkz.com/port-unification-in-glassfish-3-part-1/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<series:name><![CDATA[Port Unification in GlassFish]]></series:name>
	</item>
		<item>
		<title>Saying that Final Goodbye</title>
		<link>http://www.antwerkz.com/saying-that-final-goodbye/</link>
		<comments>http://www.antwerkz.com/saying-that-final-goodbye/#comments</comments>
		<pubDate>Mon, 31 May 2010 13:10:19 +0000</pubDate>
		<dc:creator>jlee</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.antwerkz.com/?p=3991</guid>
		<description><![CDATA[I&#8217;d never been in the room when someone died.  Yet for the last week, we&#8217;d all been waiting for, and dreading that fateful moment.  With my father stretched out on the bed, tubes streaming from his withered form, we huddled together and waited for the end.  An end all the more bitter for its prematurity.  [...]]]></description>
		<wfw:commentRss>http://www.antwerkz.com/saying-that-final-goodbye/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
