<?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: Java Web Start&#8217;s silly Self Reference</title>
	<atom:link href="http://www.theyellowmarker.org/blog/2007/05/25/java-web-starts-silly-self-reference/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.theyellowmarker.org/blog/2007/05/25/java-web-starts-silly-self-reference/</link>
	<description>[YAWB]</description>
	<lastBuildDate>Wed, 23 Jul 2008 22:03:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ulon</title>
		<link>http://www.theyellowmarker.org/blog/2007/05/25/java-web-starts-silly-self-reference/comment-page-1/#comment-562</link>
		<dc:creator>Ulon</dc:creator>
		<pubDate>Fri, 06 Jul 2007 09:45:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.theyellowmarker.org/blog/2007/05/25/java-web-starts-silly-self-reference/#comment-562</guid>
		<description>mmm i give up! don&#039;t know the metatag to show code :-(</description>
		<content:encoded><![CDATA[<p>mmm i give up! don&#8217;t know the metatag to show code :-(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ulon</title>
		<link>http://www.theyellowmarker.org/blog/2007/05/25/java-web-starts-silly-self-reference/comment-page-1/#comment-561</link>
		<dc:creator>Ulon</dc:creator>
		<pubDate>Fri, 06 Jul 2007 09:44:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.theyellowmarker.org/blog/2007/05/25/java-web-starts-silly-self-reference/#comment-561</guid>
		<description>sorry, code was not visible, lets try this:



   
      	
      	
      

</description>
		<content:encoded><![CDATA[<p>sorry, code was not visible, lets try this:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ulon</title>
		<link>http://www.theyellowmarker.org/blog/2007/05/25/java-web-starts-silly-self-reference/comment-page-1/#comment-560</link>
		<dc:creator>Ulon</dc:creator>
		<pubDate>Fri, 06 Jul 2007 09:43:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.theyellowmarker.org/blog/2007/05/25/java-web-starts-silly-self-reference/#comment-560</guid>
		<description>Well, in fact the URL is important. 

JNLP files can be saved locally, it&#039;s even possible to create shotcuts in the user desktop. 

Consider the next JNLP code:

   
      	
      	
      

When executed, it will create a shortcut in your desk and force an online check every time the user runs the application (this is useful when you want to update in a transparent fashion).

Without the URL, the JNLP will be unable to find the source of the JAR&#039;s and therefore the execution will fail.

Bear in mind that the  JNLP file is supposed to be located in the client machine. The browser downloads it and then runs it. It isn&#039;t run in the server side.

But i suppose that if you don&#039;t need to create shorcuts it will work. 
Does it work if you add  like other jars, etc.??

Gruss,
Ulon.</description>
		<content:encoded><![CDATA[<p>Well, in fact the URL is important. </p>
<p>JNLP files can be saved locally, it&#8217;s even possible to create shotcuts in the user desktop. </p>
<p>Consider the next JNLP code:</p>
<p>When executed, it will create a shortcut in your desk and force an online check every time the user runs the application (this is useful when you want to update in a transparent fashion).</p>
<p>Without the URL, the JNLP will be unable to find the source of the JAR&#8217;s and therefore the execution will fail.</p>
<p>Bear in mind that the  JNLP file is supposed to be located in the client machine. The browser downloads it and then runs it. It isn&#8217;t run in the server side.</p>
<p>But i suppose that if you don&#8217;t need to create shorcuts it will work.<br />
Does it work if you add  like other jars, etc.??</p>
<p>Gruss,<br />
Ulon.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

