<?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. &#187; Java</title>
	<atom:link href="http://www.antwerkz.com/tag/java/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>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>Scripts to Help with GlassFish Development</title>
		<link>http://www.antwerkz.com/scripts-to-help-with-glassfish-development/</link>
		<comments>http://www.antwerkz.com/scripts-to-help-with-glassfish-development/#comments</comments>
		<pubDate>Fri, 14 May 2010 15:01:50 +0000</pubDate>
		<dc:creator>jlee</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[glassfish]]></category>
		<category><![CDATA[grizzly]]></category>

		<guid isPermaLink="false">http://www.antwerkz.com/?p=4537</guid>
		<description><![CDATA[GlassFish is a big enough source base that sometimes you just need a little help managing the development lifecycle.  Over time I&#8217;ve developed a number of scripts that I use while working on either grizzly or glassfish to help manage the load.  After a number of discussions, I&#8217;ve decided to share them in [...]]]></description>
		<wfw:commentRss>http://www.antwerkz.com/scripts-to-help-with-glassfish-development/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>GlassFish Web Sockets Sample</title>
		<link>http://www.antwerkz.com/glassfish-web-sockets-sample/</link>
		<comments>http://www.antwerkz.com/glassfish-web-sockets-sample/#comments</comments>
		<pubDate>Thu, 08 Apr 2010 15:46:36 +0000</pubDate>
		<dc:creator>jlee</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[glassfish]]></category>
		<category><![CDATA[grizzly]]></category>
		<category><![CDATA[websockets]]></category>

		<guid isPermaLink="false">http://www.antwerkz.com/?p=4528</guid>
		<description><![CDATA[A few weeks back I blogged about the impending GlassFish support for the emerging Web Sockets standard.  To update, I have some good news and some some ok news.  The good news is that the implementation has stabilized enough to show some concrete code.  The ok news is that, despite my best [...]]]></description>
		<wfw:commentRss>http://www.antwerkz.com/glassfish-web-sockets-sample/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
	</channel>
</rss>
