<?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: Using Applets to Play Outside of the Sandbox</title>
	<atom:link href="http://ajaxian.com/archives/using-applets-to-play-outside-of-the-sandbox/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/using-applets-to-play-outside-of-the-sandbox</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 17 May 2012 07:43:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: usdubxllc</title>
		<link>http://ajaxian.com/archives/using-applets-to-play-outside-of-the-sandbox/comment-page-1#comment-140234</link>
		<dc:creator>usdubxllc</dc:creator>
		<pubDate>Sat, 21 Oct 2006 16:24:12 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/using-applets-to-play-outside-of-the-sandbox#comment-140234</guid>
		<description>&lt;strong&gt;bggmoqcak&lt;/strong&gt;

tluoqbzblo ykgaujhdxi gdzmxmisa dglptfxldc </description>
		<content:encoded><![CDATA[<p><strong>bggmoqcak</strong></p>
<p>tluoqbzblo ykgaujhdxi gdzmxmisa dglptfxldc </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zhou Renjian</title>
		<link>http://ajaxian.com/archives/using-applets-to-play-outside-of-the-sandbox/comment-page-1#comment-133860</link>
		<dc:creator>Zhou Renjian</dc:creator>
		<pubDate>Tue, 17 Oct 2006 16:27:19 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/using-applets-to-play-outside-of-the-sandbox#comment-133860</guid>
		<description>I met the same thing about 2 years ago. And many of my JavaScript calls are restricted so the calls need to be asynchronized. But my JavaScript calls just should be a syncrhronous call. So callbacks are used, and the Applet is now became a server! And JavaScript became a browser! Both are in asynchronous mode! What about there are two restricted calls should work together with a middle JavaScript DOM action and before/after actions? You must block and indicate the user in JavaScript side. Lots of other problems came to me contributing paints at that time.

I just remember that nightmare of integrating Java Applet and JavaScript together. So I recommend you NOT to rush to such &quot;JavaScript in Applets - Getting Out of the Sandbox technology&quot; until you are ready for nightmares. Actually I recommend NO Java Applet + JavaScript.</description>
		<content:encoded><![CDATA[<p>I met the same thing about 2 years ago. And many of my JavaScript calls are restricted so the calls need to be asynchronized. But my JavaScript calls just should be a syncrhronous call. So callbacks are used, and the Applet is now became a server! And JavaScript became a browser! Both are in asynchronous mode! What about there are two restricted calls should work together with a middle JavaScript DOM action and before/after actions? You must block and indicate the user in JavaScript side. Lots of other problems came to me contributing paints at that time.</p>
<p>I just remember that nightmare of integrating Java Applet and JavaScript together. So I recommend you NOT to rush to such &#8220;JavaScript in Applets &#8211; Getting Out of the Sandbox technology&#8221; until you are ready for nightmares. Actually I recommend NO Java Applet + JavaScript.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julien Couvreur</title>
		<link>http://ajaxian.com/archives/using-applets-to-play-outside-of-the-sandbox/comment-page-1#comment-133790</link>
		<dc:creator>Julien Couvreur</dc:creator>
		<pubDate>Tue, 17 Oct 2006 15:46:36 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/using-applets-to-play-outside-of-the-sandbox#comment-133790</guid>
		<description>MashProxy is another Java based solution to extend the browser, but with cross-domain capabilities: http://mashproxy.com/
The problem with Java is that once you manage to pry the door open, things quickly become dangerous. It&#039;s hard to achieve a controlled amount of openess and it&#039;s easy to create additional security risks.</description>
		<content:encoded><![CDATA[<p>MashProxy is another Java based solution to extend the browser, but with cross-domain capabilities: <a href="http://mashproxy.com/" rel="nofollow">http://mashproxy.com/</a><br />
The problem with Java is that once you manage to pry the door open, things quickly become dangerous. It&#8217;s hard to achieve a controlled amount of openess and it&#8217;s easy to create additional security risks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JacSoyYo</title>
		<link>http://ajaxian.com/archives/using-applets-to-play-outside-of-the-sandbox/comment-page-1#comment-133752</link>
		<dc:creator>JacSoyYo</dc:creator>
		<pubDate>Tue, 17 Oct 2006 15:04:23 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/using-applets-to-play-outside-of-the-sandbox#comment-133752</guid>
		<description>I had same problem several months ago trying to print barcode labels from a web application and that was the only way to avoid the security warning everytime, I found it on Sun forums (had to dig a lot tho).</description>
		<content:encoded><![CDATA[<p>I had same problem several months ago trying to print barcode labels from a web application and that was the only way to avoid the security warning everytime, I found it on Sun forums (had to dig a lot tho).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Messier</title>
		<link>http://ajaxian.com/archives/using-applets-to-play-outside-of-the-sandbox/comment-page-1#comment-133750</link>
		<dc:creator>Thomas Messier</dc:creator>
		<pubDate>Tue, 17 Oct 2006 15:03:48 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/using-applets-to-play-outside-of-the-sandbox#comment-133750</guid>
		<description>I&#039;m gonna bookmark this page just in case! I remember doing some stuff with signed applets a couple years back, an absolute nightmare...</description>
		<content:encoded><![CDATA[<p>I&#8217;m gonna bookmark this page just in case! I remember doing some stuff with signed applets a couple years back, an absolute nightmare&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

