<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: JavaPolis 2005: what&#039;s hot and what&#039;s not?</title>
	<atom:link href="http://technology.amis.nl/2005/12/22/javapolis-2005-whats-hot-and-whats-not/feed/" rel="self" type="application/rss+xml" />
	<link>http://technology.amis.nl/2005/12/22/javapolis-2005-whats-hot-and-whats-not/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=javapolis-2005-whats-hot-and-whats-not</link>
	<description></description>
	<lastBuildDate>Fri, 12 Apr 2013 10:04:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Geert Bevin</title>
		<link>http://technology.amis.nl/2005/12/22/javapolis-2005-whats-hot-and-whats-not/#comment-2706</link>
		<dc:creator>Geert Bevin</dc:creator>
		<pubDate>Fri, 23 Dec 2005 08:45:44 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=959#comment-2706</guid>
		<description><![CDATA[Hi Tom, thanks for the clarification. It&#039;s confusing then that JDK 1.5 does handle it correctly. Since most of us we develop on 1.5 and use retroweaver to create the 1+4 version, this issue was very hard to track down.]]></description>
		<content:encoded><![CDATA[<p>Hi Tom, thanks for the clarification. It&#8217;s confusing then that JDK 1.5 does handle it correctly. Since most of us we develop on 1.5 and use retroweaver to create the 1+4 version, this issue was very hard to track down.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://technology.amis.nl/2005/12/22/javapolis-2005-whats-hot-and-whats-not/#comment-2705</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Thu, 22 Dec 2005 16:06:40 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=959#comment-2705</guid>
		<description><![CDATA[That wouldn&#039;t be a JDK bug. That&#039;s supposed to be a host name there. See RFC 1738:

http://www.w3.org/Addressing/rfc1738.txt

The default is localhost, so the correct prefix is &quot;file:///&quot; for every use case I&#039;ve needed to worry about.]]></description>
		<content:encoded><![CDATA[<p>That wouldn&#8217;t be a JDK bug. That&#8217;s supposed to be a host name there. See RFC 1738:</p>
<p><a href="http://www.w3.org/Addressing/rfc1738.txt" rel="nofollow">http://www.w3.org/Addressing/rfc1738.txt</a></p>
<p>The default is localhost, so the correct prefix is &#8220;file:///&#8221; for every use case I&#8217;ve needed to worry about.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geert Bevin</title>
		<link>http://technology.amis.nl/2005/12/22/javapolis-2005-whats-hot-and-whats-not/#comment-2704</link>
		<dc:creator>Geert Bevin</dc:creator>
		<pubDate>Thu, 22 Dec 2005 10:57:56 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=959#comment-2704</guid>
		<description><![CDATA[Btw, don&#039;t hesitate to ask me or the list questions if you&#039;re in doubt of something. Certain features are quite different from what&#039;s available in other frameworks and the advantages might not always be immediately clear if you&#039;re looking at it with another mindset.]]></description>
		<content:encoded><![CDATA[<p>Btw, don&#8217;t hesitate to ask me or the list questions if you&#8217;re in doubt of something. Certain features are quite different from what&#8217;s available in other frameworks and the advantages might not always be immediately clear if you&#8217;re looking at it with another mindset.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geert Bevin</title>
		<link>http://technology.amis.nl/2005/12/22/javapolis-2005-whats-hot-and-whats-not/#comment-2703</link>
		<dc:creator>Geert Bevin</dc:creator>
		<pubDate>Thu, 22 Dec 2005 10:11:08 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=959#comment-2703</guid>
		<description><![CDATA[Hi Rob,
thanks a lot for considering reviewing it in a separate post :-)
The JavaPolis slides of the university are not available yet since it contained a lot of interspersed demo sessions. However, the presentation was created by assembling these materials:
http://rifers.org/theater/rifejumpstart_xdevelop
http://rifers.org/rife_indepth_simple_blog
http://rifers.org/theater/rifecrud_intro_tutorial
http://rifers.org/theater/web_continuations_presentation
http://rifers.org/theater/debugging_continuations

I should note that if you&#039;re reviewing it on Windows, using JDK 1.4, and try these tutorials out, you will see a very long pause at startup. We actually cracked that last night and it&#039;s caused by a bug in the JDK implementation where &#039;file://c:/mypath/file/&#039; URLs try to use &#039;c:&#039; as a hostname and it waits while resolving it. I&#039;ll be releasing RIFE 1.3.1 later today with the fix.

Looking forward to hearing your thoughts about our work.

Best regards,

Geert]]></description>
		<content:encoded><![CDATA[<p>Hi Rob,<br />
thanks a lot for considering reviewing it in a separate post <img src='http://technology.amis.nl/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
The JavaPolis slides of the university are not available yet since it contained a lot of interspersed demo sessions. However, the presentation was created by assembling these materials:<br />
<a href="http://rifers.org/theater/rifejumpstart_xdevelop" rel="nofollow">http://rifers.org/theater/rifejumpstart_xdevelop</a><br />
<a href="http://rifers.org/rife_indepth_simple_blog" rel="nofollow">http://rifers.org/rife_indepth_simple_blog</a><br />
<a href="http://rifers.org/theater/rifecrud_intro_tutorial" rel="nofollow">http://rifers.org/theater/rifecrud_intro_tutorial</a><br />
<a href="http://rifers.org/theater/web_continuations_presentation" rel="nofollow">http://rifers.org/theater/web_continuations_presentation</a><br />
<a href="http://rifers.org/theater/debugging_continuations" rel="nofollow">http://rifers.org/theater/debugging_continuations</a></p>
<p>I should note that if you&#8217;re reviewing it on Windows, using JDK 1.4, and try these tutorials out, you will see a very long pause at startup. We actually cracked that last night and it&#8217;s caused by a bug in the JDK implementation where &#8216;file://c:/mypath/file/&#8217; URLs try to use &#8216;c:&#8217; as a hostname and it waits while resolving it. I&#8217;ll be releasing RIFE 1.3.1 later today with the fix.</p>
<p>Looking forward to hearing your thoughts about our work.</p>
<p>Best regards,</p>
<p>Geert</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob van Maris</title>
		<link>http://technology.amis.nl/2005/12/22/javapolis-2005-whats-hot-and-whats-not/#comment-2702</link>
		<dc:creator>Rob van Maris</dc:creator>
		<pubDate>Thu, 22 Dec 2005 10:03:05 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=959#comment-2702</guid>
		<description><![CDATA[Oops, you&#039;re right, thanks for pointing this out! Obviously I wasn&#039;t able to attend every single session, so I missed Rife entirely. I should have mentioned it in my post though. I&#039;ll make up for it and review Rife in a separate post. Perhaps you can send me some material from your presentation?]]></description>
		<content:encoded><![CDATA[<p>Oops, you&#8217;re right, thanks for pointing this out! Obviously I wasn&#8217;t able to attend every single session, so I missed Rife entirely. I should have mentioned it in my post though. I&#8217;ll make up for it and review Rife in a separate post. Perhaps you can send me some material from your presentation?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geert Bevin</title>
		<link>http://technology.amis.nl/2005/12/22/javapolis-2005-whats-hot-and-whats-not/#comment-2701</link>
		<dc:creator>Geert Bevin</dc:creator>
		<pubDate>Thu, 22 Dec 2005 08:09:41 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=959#comment-2701</guid>
		<description><![CDATA[Heh, I&#039;m a bit shocked to see that you left out RIFE completely from the &#039;battle of the web frameworks&#039;. There has been a 2,5h university session, a quickie on web continuations and a 1h BOF on Monday. They all got great responses and people are very enthusiast:
http://rifers.org/blogs/gbevin/2005/12/20/rife_buzz_at_javapolis

Are you sure you&#039;re covering the whole five days?]]></description>
		<content:encoded><![CDATA[<p>Heh, I&#8217;m a bit shocked to see that you left out RIFE completely from the &#8216;battle of the web frameworks&#8217;. There has been a 2,5h university session, a quickie on web continuations and a 1h BOF on Monday. They all got great responses and people are very enthusiast:<br />
<a href="http://rifers.org/blogs/gbevin/2005/12/20/rife_buzz_at_javapolis" rel="nofollow">http://rifers.org/blogs/gbevin/2005/12/20/rife_buzz_at_javapolis</a></p>
<p>Are you sure you&#8217;re covering the whole five days?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
