<?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/"
	>

<channel>
	<title>Robert Accettura&#039;s Fun With Wordage &#187; applet</title>
	<atom:link href="http://robert.accettura.com/blog/tag/applet/feed/" rel="self" type="application/rss+xml" />
	<link>http://robert.accettura.com</link>
	<description>Robert Accettura&#039;s Personal Blog on Web Development and Tech</description>
	<lastBuildDate>Thu, 09 Feb 2012 01:43:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<atom:link rel='hub' href='http://robert.accettura.com/?pushpress=hub'/>
<cloud domain='robert.accettura.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
		<item>
		<title>New Java Plugin</title>
		<link>http://robert.accettura.com/blog/2008/02/24/new-java-plugin/</link>
		<comments>http://robert.accettura.com/blog/2008/02/24/new-java-plugin/#comments</comments>
		<pubDate>Sun, 24 Feb 2008 17:10:05 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[applet]]></category>
		<category><![CDATA[firefox 3]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[Java SE 6]]></category>
		<category><![CDATA[jdk6]]></category>
		<category><![CDATA[jvm]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[sun]]></category>
		<category><![CDATA[user experience]]></category>

		<guid isPermaLink="false">http://robert.accettura.com/archives/2008/02/24/new-java-plugin/</guid>
		<description><![CDATA[There are a few goodies in the new java plugin that will be available for Firefox 3.0 and later that I&#8217;m really glad to see: Improved reliability. The JVM running the applet is isolated from the web browser at the &#8230; <a href="http://robert.accettura.com/blog/2008/02/24/new-java-plugin/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>There are a few goodies in the <a href="https://jdk6.dev.java.net/plugin2/">new java plugin</a> that will be available for Firefox 3.0 and later that I&#8217;m really glad to see:</p>
<blockquote cite="https://jdk6.dev.java.net/plugin2/">
<ul>
<li><strong>Improved reliability.</strong> The JVM running the applet is isolated from the web browser at the operating system level. If something should go wrong while running the applet, or if an uncooperative applet refuses to shut down, the new Java Plug-In detects and handles the error condition gracefully; the web browser is unaffected.</li>
<li><strong>Improved user experience.</strong> The new Java Plug-In starts applets in the background, so the web browser always remains responsive. Applets appear on the web page as they become ready to run.</li>
</ul>
</blockquote>
<p>A major criticism of java applets has always been their impact on browser performance.  This should do a lot to remedy the problem.  Another great addition is that you can now use an animated loading gif by using a new <code>image</code> param such as:</p>
<pre>

&lt;applet archive=&quot;large_archive.jar&quot;
           code=&quot;MyApplet&quot;
           width=&quot;300&quot; height=&quot;300&quot;&gt;
    &lt;!-- Use an animated GIF as an indeterminate progress bar
           while the applet is loading --&gt;
    &lt;param name=&quot;image&quot; value=&quot;animated_gif.gif&quot; /&gt;
    &lt;!-- Turn off the box border for better blending with the
           surrounding web page --&gt;
    &lt;param name=&quot;boxborder&quot; value=&quot;false&quot; /&gt;
    &lt;!-- Center the image in the applet's area --&gt;
    &lt;param name=&quot;centerimage&quot; value=&quot;true&quot; /&gt;
&lt;/applet&gt;
</pre>
<p>There&#8217;s other great stuff, but these are my personal favorites as they resolve long time gripes.  You can find the above plus more in the <a href="https://jdk6.dev.java.net/plugin2/">release notes</a>.</p>
<p><small>[<strong>Hat Tip:</strong> <a href="http://gemal.dk/blog/2008/02/24/mozilla_3_get_a_new_java_plugin/">Henrik Gemal</a>]</small>
<div id="rja_commentCountImage"><a href="http://robert.accettura.com/archives/2008/02/24/new-java-plugin/#comments"><img src="http://robert.accettura.com/wp-content/commentCount/2008/02/e169600.gif" alt="Comment Count" style="border:0;" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://robert.accettura.com/blog/2008/02/24/new-java-plugin/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

