<?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 for yousry.de/blog</title>
	<atom:link href="http://yousry.de/blog/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://yousry.de/blog</link>
	<description>Freelance Software Developer</description>
	<lastBuildDate>Fri, 21 May 2010 07:31:05 +0200</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Comment on Lift: Replacing JavaScript with JVM Applets by admin</title>
		<link>http://yousry.de/blog/?p=702&#038;cpage=1#comment-881</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 21 May 2010 07:31:05 +0000</pubDate>
		<guid isPermaLink="false">http://yousry.de/blog/?p=702#comment-881</guid>
		<description>Hi Nid,

it isn&#039;t necessary to click an &quot;allow&quot; button in my demo. The applet runs perfectly fine in its vm (sandbox) without any security extension ;) 

To provide some clarification about java applets: 
- If you want to download a &quot;webstart&quot; application you have to accept the download.
- if your application uses system resources like your webcam or mic you need to accept the &quot;author/certificate&quot; 

I think this is more than reasonable.

&lt;del datetime=&quot;2010-05-21T11:19:36+00:00&quot;&gt;Unfortunately, this also applies to all other libs the application needs :(
In these cases you are completely right - it is annoying if you have to accept an application execution more than once.
 
Therefore my applet only consist of a simple (harmless) loop to do some calculations and an ajax call to submit the result.&lt;/del&gt;

&lt;strong&gt;Update:&lt;/strong&gt; (After some investigation)
- With the latest VM you accept only once for a webstart application.  
- The Applet in my demo has a size of 54kb. In comparison a very small gwt app  needs 45KB.
</description>
		<content:encoded><![CDATA[<p>Hi Nid,</p>
<p>it isn&#8217;t necessary to click an &#8220;allow&#8221; button in my demo. The applet runs perfectly fine in its vm (sandbox) without any security extension <img src='http://yousry.de/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  </p>
<p>To provide some clarification about java applets:<br />
- If you want to download a &#8220;webstart&#8221; application you have to accept the download.<br />
- if your application uses system resources like your webcam or mic you need to accept the &#8220;author/certificate&#8221; </p>
<p>I think this is more than reasonable.</p>
<p><del datetime="2010-05-21T11:19:36+00:00">Unfortunately, this also applies to all other libs the application needs <img src='http://yousry.de/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /><br />
In these cases you are completely right &#8211; it is annoying if you have to accept an application execution more than once.</p>
<p>Therefore my applet only consist of a simple (harmless) loop to do some calculations and an ajax call to submit the result.</del></p>
<p><strong>Update:</strong> (After some investigation)<br />
- With the latest VM you accept only once for a webstart application.<br />
- The Applet in my demo has a size of 54kb. In comparison a very small gwt app  needs 45KB.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Lift: Replacing JavaScript with JVM Applets by Nid</title>
		<link>http://yousry.de/blog/?p=702&#038;cpage=1#comment-876</link>
		<dc:creator>Nid</dc:creator>
		<pubDate>Thu, 20 May 2010 15:05:08 +0000</pubDate>
		<guid isPermaLink="false">http://yousry.de/blog/?p=702#comment-876</guid>
		<description>Right so instead of an instantly rendered page we can instead have the certificate trust storm with endless &quot;Allow&quot; clicking.

As &quot;compelling&quot; as it is to have a crap load of applets in a web application I think I&#039;ll stick with the Google Web Toolkit...in both instances dorking with JavaScript DOM is avoided and the other benefits you can elucidate on your own.</description>
		<content:encoded><![CDATA[<p>Right so instead of an instantly rendered page we can instead have the certificate trust storm with endless &#8220;Allow&#8221; clicking.</p>
<p>As &#8220;compelling&#8221; as it is to have a crap load of applets in a web application I think I&#8217;ll stick with the Google Web Toolkit&#8230;in both instances dorking with JavaScript DOM is avoided and the other benefits you can elucidate on your own.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Lift: Replacing JavaScript with JVM Applets by Prashanth</title>
		<link>http://yousry.de/blog/?p=702&#038;cpage=1#comment-867</link>
		<dc:creator>Prashanth</dc:creator>
		<pubDate>Wed, 19 May 2010 08:44:17 +0000</pubDate>
		<guid isPermaLink="false">http://yousry.de/blog/?p=702#comment-867</guid>
		<description>On reading the title first thing i wanted to write is A** H****, Applet is a shit</description>
		<content:encoded><![CDATA[<p>On reading the title first thing i wanted to write is A** H****, Applet is a shit</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Lift: Replacing JavaScript with JVM Applets by John</title>
		<link>http://yousry.de/blog/?p=702&#038;cpage=1#comment-862</link>
		<dc:creator>John</dc:creator>
		<pubDate>Tue, 18 May 2010 16:47:34 +0000</pubDate>
		<guid isPermaLink="false">http://yousry.de/blog/?p=702#comment-862</guid>
		<description>I whole-heartedly agree with the approach you are taking. If I may suggest; please make a visit to the cajo project. It has been over 10 years in the making, and is free software. I believe if you spend just a few minutes experimenting around with the tiny SDK, you will see that your approach has very much potential indeed!

PS It is Java based, and has Beanshell and Groovy additions, but none for Scala yet... perhaps you would like to contribute? ;-)</description>
		<content:encoded><![CDATA[<p>I whole-heartedly agree with the approach you are taking. If I may suggest; please make a visit to the cajo project. It has been over 10 years in the making, and is free software. I believe if you spend just a few minutes experimenting around with the tiny SDK, you will see that your approach has very much potential indeed!</p>
<p>PS It is Java based, and has Beanshell and Groovy additions, but none for Scala yet&#8230; perhaps you would like to contribute? <img src='http://yousry.de/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on NoSQL and Web applications by Tweets die yousry.de/blog » Blog Archive » NoSQL and Web applications erwähnt -- Topsy.com</title>
		<link>http://yousry.de/blog/?p=571&#038;cpage=1#comment-829</link>
		<dc:creator>Tweets die yousry.de/blog » Blog Archive » NoSQL and Web applications erwähnt -- Topsy.com</dc:creator>
		<pubDate>Thu, 25 Mar 2010 20:28:53 +0000</pubDate>
		<guid isPermaLink="false">http://yousry.de/blog/?p=571#comment-829</guid>
		<description>[...] Dieser Eintrag wurde auf Twitter von Thomas Schedler, Yousry Abdallah erwähnt. Yousry Abdallah sagte: A new Article about NoSQL and Web applications: http://yousry.de/blog/?p=571 [...]</description>
		<content:encoded><![CDATA[<p>[...] Dieser Eintrag wurde auf Twitter von Thomas Schedler, Yousry Abdallah erwähnt. Yousry Abdallah sagte: A new Article about NoSQL and Web applications: <a href="http://yousry.de/blog/?p=571" rel="nofollow">http://yousry.de/blog/?p=571</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on NoSQL and Web applications by Andy Ellicott</title>
		<link>http://yousry.de/blog/?p=571&#038;cpage=1#comment-827</link>
		<dc:creator>Andy Ellicott</dc:creator>
		<pubDate>Thu, 25 Mar 2010 15:55:17 +0000</pubDate>
		<guid isPermaLink="false">http://yousry.de/blog/?p=571#comment-827</guid>
		<description>Outstanding article--one of the most practical articles on NoSQL I&#039;ve read.

Co-existence of ACID RDBMS (for transactionality/data integrity) with NoSQL stores (for object/dynamic data types) makes sense for many scale-out web apps. 

It makes even more sense if the ACID/SQL RDBMS can scale out like the NoSQL stores do. Most RDBMS would eventually bottlneck this architecture, unless the developer shards the database (messy). 

VoltDB (http://www.voltdb.com) is a SQL RDBMS with ACID that scales this way (in beta now. Developed by Postgres &amp; Ingres inventor, Mike Stonebraker). We&#039;ll explore this use case with the VoltDB user community.</description>
		<content:encoded><![CDATA[<p>Outstanding article&#8211;one of the most practical articles on NoSQL I&#8217;ve read.</p>
<p>Co-existence of ACID RDBMS (for transactionality/data integrity) with NoSQL stores (for object/dynamic data types) makes sense for many scale-out web apps. </p>
<p>It makes even more sense if the ACID/SQL RDBMS can scale out like the NoSQL stores do. Most RDBMS would eventually bottlneck this architecture, unless the developer shards the database (messy). </p>
<p>VoltDB (<a href="http://www.voltdb.com" rel="nofollow">http://www.voltdb.com</a>) is a SQL RDBMS with ACID that scales this way (in beta now. Developed by Postgres &amp; Ingres inventor, Mike Stonebraker). We&#8217;ll explore this use case with the VoltDB user community.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Kungle.de as Pie Chart / New Features by Clemento</title>
		<link>http://yousry.de/blog/?p=336&#038;cpage=1#comment-770</link>
		<dc:creator>Clemento</dc:creator>
		<pubDate>Sat, 12 Sep 2009 13:00:52 +0000</pubDate>
		<guid isPermaLink="false">http://yousry.de/blog/?p=336#comment-770</guid>
		<description>Мегареспектос! Прочитал с интересом от начала и до конца.</description>
		<content:encoded><![CDATA[<p>Мегареспектос! Прочитал с интересом от начала и до конца.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ein Wecker für regelmäßige Pausen. by Caren</title>
		<link>http://yousry.de/blog/?p=15&#038;cpage=1#comment-769</link>
		<dc:creator>Caren</dc:creator>
		<pubDate>Thu, 10 Sep 2009 19:49:44 +0000</pubDate>
		<guid isPermaLink="false">http://yousry.de/blog/?p=15#comment-769</guid>
		<description>Does it cost much to make a blog?</description>
		<content:encoded><![CDATA[<p>Does it cost much to make a blog?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Kungle.de: Data Chart by Bunker</title>
		<link>http://yousry.de/blog/?p=330&#038;cpage=1#comment-768</link>
		<dc:creator>Bunker</dc:creator>
		<pubDate>Thu, 10 Sep 2009 19:18:29 +0000</pubDate>
		<guid isPermaLink="false">http://yousry.de/blog/?p=330#comment-768</guid>
		<description>Сенкс за инфу, почитал с интересом.</description>
		<content:encoded><![CDATA[<p>Сенкс за инфу, почитал с интересом.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Kungle.de News by Google-TCW</title>
		<link>http://yousry.de/blog/?p=269&#038;cpage=1#comment-767</link>
		<dc:creator>Google-TCW</dc:creator>
		<pubDate>Thu, 10 Sep 2009 03:51:56 +0000</pubDate>
		<guid isPermaLink="false">http://yousry.de/blog/?p=269#comment-767</guid>
		<description>Hi from google Google-TCW</description>
		<content:encoded><![CDATA[<p>Hi from google Google-TCW</p>
]]></content:encoded>
	</item>
</channel>
</rss>
