<?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 fyhao webBlog</title>
	<atom:link href="http://fyhao.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://fyhao.com</link>
	<description>fyhao stuffs</description>
	<lastBuildDate>Sun, 13 May 2012 02:54:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>Comment on Simple URL routing in Servlet by fyhao</title>
		<link>http://fyhao.com/2009/12/computer-and-it/java/simple-url-routing-in-servlet/comment-page-1/#comment-5194</link>
		<dc:creator>fyhao</dc:creator>
		<pubDate>Sun, 13 May 2012 02:54:20 +0000</pubDate>
		<guid isPermaLink="false">http://fyhao.com/2009/12/computer-and-it/java/simple-url-routing-in-servlet/#comment-5194</guid>
		<description>Hi.
Yes, you can, store rules in Array / HashMap, which stores the URL Path request, and then your Controller class, for each entry. But most probably you still need Reflection to call the methods on Controller class.
For example, this request path /gift/send?id=1
You may still need to call &lt;strong&gt;Gift&lt;/strong&gt;.&lt;em&gt;send&lt;/em&gt;() dynamically. In Java, you store these rules like 
key: &quot;/gift/send&quot;
value : &quot;Gift.send&quot;
You then use Reflection to route the Gift class and its send method.</description>
		<content:encoded><![CDATA[<p>Hi.<br />
Yes, you can, store rules in Array / HashMap, which stores the URL Path request, and then your Controller class, for each entry. But most probably you still need Reflection to call the methods on Controller class.<br />
For example, this request path /gift/send?id=1<br />
You may still need to call <strong>Gift</strong>.<em>send</em>() dynamically. In Java, you store these rules like<br />
key: &#8220;/gift/send&#8221;<br />
value : &#8220;Gift.send&#8221;<br />
You then use Reflection to route the Gift class and its send method.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple URL routing in Servlet by Fan</title>
		<link>http://fyhao.com/2009/12/computer-and-it/java/simple-url-routing-in-servlet/comment-page-1/#comment-5168</link>
		<dc:creator>Fan</dc:creator>
		<pubDate>Sun, 06 May 2012 00:37:40 +0000</pubDate>
		<guid isPermaLink="false">http://fyhao.com/2009/12/computer-and-it/java/simple-url-routing-in-servlet/#comment-5168</guid>
		<description>I&#039;m trying implement same functional. But before use reflection and call &lt;code&gt;Class.forName()&lt;/code&gt; i wont check rules in route Array/hashmap? so check if these url path valid and exists in application.
Any sugestion how implement this?</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying implement same functional. But before use reflection and call <code>Class.forName()</code> i wont check rules in route Array/hashmap? so check if these url path valid and exists in application.<br />
Any sugestion how implement this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JSF 2 f:ajax why execute onevent three times? by fyhao</title>
		<link>http://fyhao.com/2010/05/computer-and-it/java/java-server-faces/jsf-2-fajax-why-execute-onevent-three-times/comment-page-1/#comment-5145</link>
		<dc:creator>fyhao</dc:creator>
		<pubDate>Mon, 30 Apr 2012 09:40:36 +0000</pubDate>
		<guid isPermaLink="false">http://fyhao.com/2010/05/computer-and-it/java/java-server-faces/jsf-2-fajax-why-execute-onevent-three-times/#comment-5145</guid>
		<description>Ha, we are on the same boat. Thanks for your sharing.</description>
		<content:encoded><![CDATA[<p>Ha, we are on the same boat. Thanks for your sharing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JSF 2 f:ajax why execute onevent three times? by Gayan</title>
		<link>http://fyhao.com/2010/05/computer-and-it/java/java-server-faces/jsf-2-fajax-why-execute-onevent-three-times/comment-page-1/#comment-5061</link>
		<dc:creator>Gayan</dc:creator>
		<pubDate>Mon, 16 Apr 2012 12:00:01 +0000</pubDate>
		<guid isPermaLink="false">http://fyhao.com/2010/05/computer-and-it/java/java-server-faces/jsf-2-fajax-why-execute-onevent-three-times/#comment-5061</guid>
		<description>Hi,

I recently used the onevent function for a UI block call and even i was confused how it worked. The status changes are actually helpful for us to call different actions on different times gap.

Rgds,

Gayan</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I recently used the onevent function for a UI block call and even i was confused how it worked. The status changes are actually helpful for us to call different actions on different times gap.</p>
<p>Rgds,</p>
<p>Gayan</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Exploring on Word-like Editor on Titanium Mobile Apps by fyhao</title>
		<link>http://fyhao.com/2011/12/computer-and-it/mobile/exploring-on-word-like-editor-on-titanium-mobile-apps/comment-page-1/#comment-4995</link>
		<dc:creator>fyhao</dc:creator>
		<pubDate>Sun, 08 Apr 2012 10:50:56 +0000</pubDate>
		<guid isPermaLink="false">http://fyhao.com/?p=1511#comment-4995</guid>
		<description>Oh, currently it is not out yet. I will do so later.</description>
		<content:encoded><![CDATA[<p>Oh, currently it is not out yet. I will do so later.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Exploring on Word-like Editor on Titanium Mobile Apps by ducktyped</title>
		<link>http://fyhao.com/2011/12/computer-and-it/mobile/exploring-on-word-like-editor-on-titanium-mobile-apps/comment-page-1/#comment-4963</link>
		<dc:creator>ducktyped</dc:creator>
		<pubDate>Mon, 02 Apr 2012 10:15:18 +0000</pubDate>
		<guid isPermaLink="false">http://fyhao.com/?p=1511#comment-4963</guid>
		<description>Could you please share source code or point me to repo if it is out there.</description>
		<content:encoded><![CDATA[<p>Could you please share source code or point me to repo if it is out there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Kranium a lightweight MVC framework for Titanium Mobile by Andrew</title>
		<link>http://fyhao.com/2011/11/computer-and-it/mobile/kranium-a-lightweight-mvc-framework-for-titanium-mobile/comment-page-1/#comment-4900</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Fri, 23 Mar 2012 02:30:11 +0000</pubDate>
		<guid isPermaLink="false">http://fyhao.com/?p=1373#comment-4900</guid>
		<description>Cool! I like JQuery. I have to try Kranium</description>
		<content:encoded><![CDATA[<p>Cool! I like JQuery. I have to try Kranium</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Node.JS playground 20111211 by Writing Papers</title>
		<link>http://fyhao.com/2011/12/computer-and-it/javascript/node-js-playground-20111211/comment-page-1/#comment-4873</link>
		<dc:creator>Writing Papers</dc:creator>
		<pubDate>Fri, 16 Mar 2012 08:16:41 +0000</pubDate>
		<guid isPermaLink="false">http://fyhao.com/?p=1447#comment-4873</guid>
		<description>Great post. A littile bit old and i suspect that everything has changed but still thanks. Gona try!!)</description>
		<content:encoded><![CDATA[<p>Great post. A littile bit old and i suspect that everything has changed but still thanks. Gona try!!)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Discuz! 应用中心在线公测 by khalid</title>
		<link>http://fyhao.com/2012/01/computer-and-it/discuz/discuz-%e5%ba%94%e7%94%a8%e4%b8%ad%e5%bf%83%e5%9c%a8%e7%ba%bf%e5%85%ac%e6%b5%8b/comment-page-1/#comment-4852</link>
		<dc:creator>khalid</dc:creator>
		<pubDate>Mon, 12 Mar 2012 18:30:00 +0000</pubDate>
		<guid isPermaLink="false">http://fyhao.com/?p=1568#comment-4852</guid>
		<description>hi,
 can i translate this plugin to arabic ?</description>
		<content:encoded><![CDATA[<p>hi,<br />
 can i translate this plugin to arabic ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hello world to Node.js on Amazon EC2 by Setting up node.js on my EC2 server&#160;&#124;&#160;Campbell&#039;s Web Dev Tech Notes</title>
		<link>http://fyhao.com/2011/04/computer-and-it/hello-world-to-node-js-on-amazon-ec2/comment-page-1/#comment-4804</link>
		<dc:creator>Setting up node.js on my EC2 server&#160;&#124;&#160;Campbell&#039;s Web Dev Tech Notes</dc:creator>
		<pubDate>Sat, 03 Mar 2012 23:18:46 +0000</pubDate>
		<guid isPermaLink="false">http://fyhao.com/2011/04/general/hello-world-to-node-js-on-amazon-ec2/#comment-4804</guid>
		<description>[...] Hello world to Node.js on Amazon EC2 [...]</description>
		<content:encoded><![CDATA[<p>[...] Hello world to Node.js on Amazon EC2 [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

