<?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 Anand Nalya</title>
	<atom:link href="http://anandnalya.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://anandnalya.com</link>
	<description>blog</description>
	<lastBuildDate>Mon, 16 Apr 2012 21:18:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>Comment on Running Glassfish as a service on CentOS by Albert</title>
		<link>http://anandnalya.com/2009/04/07/running-glassfish-as-a-service-on-centos/#comment-103</link>
		<dc:creator>Albert</dc:creator>
		<pubDate>Mon, 16 Apr 2012 21:18:11 +0000</pubDate>
		<guid isPermaLink="false">http://anandnalya.com/?p=56#comment-103</guid>
		<description>I&#039;m sorry !!!
The file was there...
It was actualy a permission problem.
Thanks and sorry again.
Albert</description>
		<content:encoded><![CDATA[<p>I&#8217;m sorry !!!<br />
The file was there&#8230;<br />
It was actualy a permission problem.<br />
Thanks and sorry again.<br />
Albert</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running Glassfish as a service on CentOS by Albert</title>
		<link>http://anandnalya.com/2009/04/07/running-glassfish-as-a-service-on-centos/#comment-102</link>
		<dc:creator>Albert</dc:creator>
		<pubDate>Mon, 16 Apr 2012 21:13:17 +0000</pubDate>
		<guid isPermaLink="false">http://anandnalya.com/?p=56#comment-102</guid>
		<description>Ther is no domain.xml file at /usr/glassfishv3/glassfish/domains/domain1/config/
No permission problem, the file is not there !!!
Any sugestions ?
Thanks
Albert</description>
		<content:encoded><![CDATA[<p>Ther is no domain.xml file at /usr/glassfishv3/glassfish/domains/domain1/config/<br />
No permission problem, the file is not there !!!<br />
Any sugestions ?<br />
Thanks<br />
Albert</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running Glassfish as a service on CentOS by Fahmi Mohamed</title>
		<link>http://anandnalya.com/2009/04/07/running-glassfish-as-a-service-on-centos/#comment-99</link>
		<dc:creator>Fahmi Mohamed</dc:creator>
		<pubDate>Wed, 04 Apr 2012 16:02:02 +0000</pubDate>
		<guid isPermaLink="false">http://anandnalya.com/?p=56#comment-99</guid>
		<description>Thank you Anand!  This is a very useful post.</description>
		<content:encoded><![CDATA[<p>Thank you Anand!  This is a very useful post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Humanizing the time difference ( in django ) by Thomas Gak Deluen</title>
		<link>http://anandnalya.com/2009/05/20/humanizing-the-time-difference-in-django/#comment-96</link>
		<dc:creator>Thomas Gak Deluen</dc:creator>
		<pubDate>Fri, 30 Mar 2012 07:59:30 +0000</pubDate>
		<guid isPermaLink="false">http://anandnalya.com/?p=70#comment-96</guid>
		<description>Hi, now with Django 1.4 and time zone support you need to replace
&lt;code&gt;datetime.utcnow() - value&lt;/code&gt;
with
&lt;code&gt;
delta = timezone.now() - value
&lt;/code&gt;
where &#039;timezone&#039; is imported with
&lt;code&gt;
from django.utils import timezone
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Hi, now with Django 1.4 and time zone support you need to replace<br />
<code>datetime.utcnow() - value</code><br />
with<br />
<code><br />
delta = timezone.now() - value<br />
</code><br />
where &#8216;timezone&#8217; is imported with<br />
<code><br />
from django.utils import timezone<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Building a simple [Yahoo] S4 application by anand</title>
		<link>http://anandnalya.com/2011/09/05/building-a-simple-yahoo-s4-application/#comment-87</link>
		<dc:creator>anand</dc:creator>
		<pubDate>Thu, 01 Mar 2012 07:10:01 +0000</pubDate>
		<guid isPermaLink="false">http://anandnalya.com/?p=139#comment-87</guid>
		<description>The S4 project has been moved to Apache Incubator, hence the name change. You can either rename the imports or use &lt;a href=&quot;https://github.com/s4/s4/tree/v0.3.0&quot; rel=&quot;nofollow&quot;&gt;s4 0.3.0&lt;/a&gt; available at github. This should also solve your second problem.</description>
		<content:encoded><![CDATA[<p>The S4 project has been moved to Apache Incubator, hence the name change. You can either rename the imports or use <a href="https://github.com/s4/s4/tree/v0.3.0" rel="nofollow">s4 0.3.0</a> available at github. This should also solve your second problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Building a simple [Yahoo] S4 application by Mariano</title>
		<link>http://anandnalya.com/2011/09/05/building-a-simple-yahoo-s4-application/#comment-85</link>
		<dc:creator>Mariano</dc:creator>
		<pubDate>Wed, 29 Feb 2012 14:11:29 +0000</pubDate>
		<guid isPermaLink="false">http://anandnalya.com/?p=139#comment-85</guid>
		<description>Hey anand, great post.
I am currently trying to run it, and had a hard time figuring out the a small change in the code. 
&lt;code&gt;
import io.s4.*
&lt;/code&gt;
should now be:
&lt;code&gt;
org.apache.s4.*

Moreover, I am not able to run the java client library due to this exception:
&lt;code&gt;
org.apache.s4.client.util.ObjectBuilder$Exception: bad class name for json-encoded object: test.s4.Word
        at org.apache.s4.client.GenericJsonClientStub.eventWrapperFromBytes(GenericJsonClientStub.java:56)
        at org.apache.s4.client.ClientConnection$1.run(ClientConnection.java:132)
        at java.lang.Thread.run(Thread.java:619)
Caused by: java.lang.ClassNotFoundException: test.s4.Word
&lt;/code&gt;
Any hints on what might be wrong? I&#039;ve included the S4WordCount.jar in the classpath, but it&#039;s not able to find the test.s4.Word class
Thanks again
M.</description>
		<content:encoded><![CDATA[<p>Hey anand, great post.<br />
I am currently trying to run it, and had a hard time figuring out the a small change in the code.<br />
<code><br />
import io.s4.*<br />
</code><br />
should now be:<br />
<code><br />
org.apache.s4.*</p>
<p>Moreover, I am not able to run the java client library due to this exception:<br />
</code><code><br />
org.apache.s4.client.util.ObjectBuilder$Exception: bad class name for json-encoded object: test.s4.Word<br />
        at org.apache.s4.client.GenericJsonClientStub.eventWrapperFromBytes(GenericJsonClientStub.java:56)<br />
        at org.apache.s4.client.ClientConnection$1.run(ClientConnection.java:132)<br />
        at java.lang.Thread.run(Thread.java:619)<br />
Caused by: java.lang.ClassNotFoundException: test.s4.Word<br />
</code><br />
Any hints on what might be wrong? I've included the S4WordCount.jar in the classpath, but it's not able to find the test.s4.Word class<br />
Thanks again<br />
M.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running Glassfish as a service on CentOS by caospy</title>
		<link>http://anandnalya.com/2009/04/07/running-glassfish-as-a-service-on-centos/#comment-82</link>
		<dc:creator>caospy</dc:creator>
		<pubDate>Tue, 21 Feb 2012 11:12:49 +0000</pubDate>
		<guid isPermaLink="false">http://anandnalya.com/?p=56#comment-82</guid>
		<description>muchas Gracias por el Post , Excelente.</description>
		<content:encoded><![CDATA[<p>muchas Gracias por el Post , Excelente.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Building a simple [Yahoo] S4 application by anand</title>
		<link>http://anandnalya.com/2011/09/05/building-a-simple-yahoo-s4-application/#comment-78</link>
		<dc:creator>anand</dc:creator>
		<pubDate>Mon, 23 Jan 2012 07:38:10 +0000</pubDate>
		<guid isPermaLink="false">http://anandnalya.com/?p=139#comment-78</guid>
		<description>1. The string representation for the message should be the json representation, for example &lt;code&gt;{&quot;carNo&quot;:&quot;1234&quot;, &quot;yearOfMacnufature&quot;:1984,&quot;noOfKm&quot;:5230.21}&lt;/code&gt;
2. toString methods are overriden just for debugging purpose. Its not necessary.</description>
		<content:encoded><![CDATA[<p>1. The string representation for the message should be the json representation, for example <code>{"carNo":"1234", "yearOfMacnufature":1984,"noOfKm":5230.21}</code><br />
2. toString methods are overriden just for debugging purpose. Its not necessary.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Building a simple [Yahoo] S4 application by Omkar</title>
		<link>http://anandnalya.com/2011/09/05/building-a-simple-yahoo-s4-application/#comment-77</link>
		<dc:creator>Omkar</dc:creator>
		<pubDate>Fri, 20 Jan 2012 13:28:31 +0000</pubDate>
		<guid isPermaLink="false">http://anandnalya.com/?p=139#comment-77</guid>
		<description>1) if a have a Test.java  like

class Test{
 String carNo;
 int yearOfMacnufature;
 float noOfKm;
}

and i want to send these type of objects as a event, then what should the string representation of my Message object look like:
i mean
 Message m = new Message(&quot;RawCarRecord&quot;, &quot;bean.Test&quot;, &quot;What should be the string representation for above class&quot;);

2) what is the use of overriding toString() method in each bean class(Words,Sentence)???</description>
		<content:encoded><![CDATA[<p>1) if a have a Test.java  like</p>
<p>class Test{<br />
 String carNo;<br />
 int yearOfMacnufature;<br />
 float noOfKm;<br />
}</p>
<p>and i want to send these type of objects as a event, then what should the string representation of my Message object look like:<br />
i mean<br />
 Message m = new Message(&#8220;RawCarRecord&#8221;, &#8220;bean.Test&#8221;, &#8220;What should be the string representation for above class&#8221;);</p>
<p>2) what is the use of overriding toString() method in each bean class(Words,Sentence)???</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running Glassfish as a service on CentOS by aim</title>
		<link>http://anandnalya.com/2009/04/07/running-glassfish-as-a-service-on-centos/#comment-74</link>
		<dc:creator>aim</dc:creator>
		<pubDate>Sat, 31 Dec 2011 18:46:25 +0000</pubDate>
		<guid isPermaLink="false">http://anandnalya.com/?p=56#comment-74</guid>
		<description>a great tutorial, thank you very much.</description>
		<content:encoded><![CDATA[<p>a great tutorial, thank you very much.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

