<?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"
	>
<channel>
	<title>Comments for Michael Yuan</title>
	<atom:link href="http://www.michaelyuan.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.michaelyuan.com/blog</link>
	<description>"Science is a wonderful thing if one does not have to earn one's living at it" -- Albert Einstein</description>
	<pubDate>Sun, 14 Mar 2010 14:35:57 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>Comment on Seam book examples updated to Seam 2.0.0.GA by gtat_khalil</title>
		<link>http://www.michaelyuan.com/blog/2007/11/13/seam-book-examples-updated-to-seam-200ga/#comment-100291</link>
		<dc:creator>gtat_khalil</dc:creator>
		<pubDate>Tue, 21 Apr 2009 21:00:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelyuan.com/blog/2007/11/13/seam-book-examples-updated-to-seam-200ga/#comment-100291</guid>
		<description>@Out(required = false)
   private User user;

instead

@Out
   private User user;</description>
		<content:encoded><![CDATA[<p>@Out(required = false)<br />
   private User user;</p>
<p>instead</p>
<p>@Out<br />
   private User user;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google App Engine for Java &#8212; First Impressions by Frank Carver&#8217;s Punch Barrel / Google App Engine for Java — First Impressions</title>
		<link>http://www.michaelyuan.com/blog/2009/04/09/google-app-engine-for-java-first-impressions/#comment-99723</link>
		<dc:creator>Frank Carver&#8217;s Punch Barrel / Google App Engine for Java — First Impressions</dc:creator>
		<pubDate>Wed, 15 Apr 2009 22:52:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelyuan.com/blog/?p=394#comment-99723</guid>
		<description>[...] Michael Yuan » Blog Archive » Google App Engine for Java — First Impressions [...]</description>
		<content:encoded><![CDATA[<p>[...] Michael Yuan » Blog Archive » Google App Engine for Java — First Impressions [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Develop compelling iphone applications with JSF + Facelets + Seam by Lucas</title>
		<link>http://www.michaelyuan.com/blog/2008/01/08/develop-compelling-iphone-applications-with-jsf-facelets-seam/#comment-99620</link>
		<dc:creator>Lucas</dc:creator>
		<pubDate>Wed, 15 Apr 2009 01:34:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelyuan.com/blog/2008/01/08/develop-compelling-iphone-applications-with-jsf-facelets-seam/#comment-99620</guid>
		<description>Thanks for the info about the f:view content type. I'm using jQuery to manage all the javascript on my college facelets project and it's was pretty hard to find out what the heck was happenin' to my requests. Google Chrome inspector throws a "DOM Exception 7" that has no documentation online, can u believe it? Thanks Michael.</description>
		<content:encoded><![CDATA[<p>Thanks for the info about the f:view content type. I&#8217;m using jQuery to manage all the javascript on my college facelets project and it&#8217;s was pretty hard to find out what the heck was happenin&#8217; to my requests. Google Chrome inspector throws a &#8220;DOM Exception 7&#8243; that has no documentation online, can u believe it? Thanks Michael.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google App Engine for Java &#8212; First Impressions by NWhite</title>
		<link>http://www.michaelyuan.com/blog/2009/04/09/google-app-engine-for-java-first-impressions/#comment-99601</link>
		<dc:creator>NWhite</dc:creator>
		<pubDate>Tue, 14 Apr 2009 20:44:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelyuan.com/blog/?p=394#comment-99601</guid>
		<description>You can get full text search using Compass. The Compass developer has a blog describing how he deployed it in GAE.</description>
		<content:encoded><![CDATA[<p>You can get full text search using Compass. The Compass developer has a blog describing how he deployed it in GAE.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 12,000 new users per day by Berita Medis</title>
		<link>http://www.michaelyuan.com/blog/2009/02/18/12000-new-users-per-day/#comment-99466</link>
		<dc:creator>Berita Medis</dc:creator>
		<pubDate>Mon, 13 Apr 2009 09:14:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelyuan.com/blog/?p=381#comment-99466</guid>
		<description>i just can say congrats</description>
		<content:encoded><![CDATA[<p>i just can say congrats</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google App Engine for Java &#8212; First Impressions by Stringbuffer.com</title>
		<link>http://www.michaelyuan.com/blog/2009/04/09/google-app-engine-for-java-first-impressions/#comment-99318</link>
		<dc:creator>Stringbuffer.com</dc:creator>
		<pubDate>Sat, 11 Apr 2009 22:20:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelyuan.com/blog/?p=394#comment-99318</guid>
		<description>Thanks for a nice post.

"The lack of access to file system would break a lot frameworks that uses XML configuration files — think Struts! But I expect this can be fixed with tweaks in the frameworks."

Reading from the file system is allowed as long as the content you're reading is in your war-file. It's only writing to the file-system that's forbidden.</description>
		<content:encoded><![CDATA[<p>Thanks for a nice post.</p>
<p>&#8220;The lack of access to file system would break a lot frameworks that uses XML configuration files — think Struts! But I expect this can be fixed with tweaks in the frameworks.&#8221;</p>
<p>Reading from the file system is allowed as long as the content you&#8217;re reading is in your war-file. It&#8217;s only writing to the file-system that&#8217;s forbidden.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google App Engine for Java &#8212; First Impressions by Joel</title>
		<link>http://www.michaelyuan.com/blog/2009/04/09/google-app-engine-for-java-first-impressions/#comment-99305</link>
		<dc:creator>Joel</dc:creator>
		<pubDate>Sat, 11 Apr 2009 19:28:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelyuan.com/blog/?p=394#comment-99305</guid>
		<description>Nice intro.  It's a shame about JSF 1.2, that's what I was hoping to use.  Thanks for all the info.</description>
		<content:encoded><![CDATA[<p>Nice intro.  It&#8217;s a shame about JSF 1.2, that&#8217;s what I was hoping to use.  Thanks for all the info.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google App Engine for Java &#8212; First Impressions by Wei</title>
		<link>http://www.michaelyuan.com/blog/2009/04/09/google-app-engine-for-java-first-impressions/#comment-99031</link>
		<dc:creator>Wei</dc:creator>
		<pubDate>Thu, 09 Apr 2009 17:19:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelyuan.com/blog/?p=394#comment-99031</guid>
		<description>This is the introduction I have been looking for about GAE for Java.</description>
		<content:encoded><![CDATA[<p>This is the introduction I have been looking for about GAE for Java.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on iPhone Pwning notes by ROBERT</title>
		<link>http://www.michaelyuan.com/blog/2009/01/27/iphone-pwning-notes/#comment-98163</link>
		<dc:creator>ROBERT</dc:creator>
		<pubDate>Tue, 31 Mar 2009 04:41:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelyuan.com/blog/?p=371#comment-98163</guid>
		<description>is there a email I can contact you regarding one of your books. Sorry, there is not contact me link on your homepage. thanks</description>
		<content:encoded><![CDATA[<p>is there a email I can contact you regarding one of your books. Sorry, there is not contact me link on your homepage. thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on &#8220;Seam Framework&#8221; Finally came out in Paperback (and spotted in China) by Ace Frehley</title>
		<link>http://www.michaelyuan.com/blog/2009/02/07/seam-framework-finally-came-out-in-paperback/#comment-97934</link>
		<dc:creator>Ace Frehley</dc:creator>
		<pubDate>Sun, 29 Mar 2009 00:11:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelyuan.com/blog/?p=374#comment-97934</guid>
		<description>PS - I am using JBoss 4.2.3 as the book recommends.</description>
		<content:encoded><![CDATA[<p>PS - I am using JBoss 4.2.3 as the book recommends.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
