<?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 Random Thoughts on Software</title>
	<atom:link href="http://javidjamae.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://javidjamae.com</link>
	<description>Javid Jamae's thoughts on Java, software, and other random things</description>
	<pubDate>Sat, 04 Jul 2009 08:05:55 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Win a copy of JBoss in Action on Twitter by jee</title>
		<link>http://javidjamae.com/2009/04/12/win-a-copy-of-jboss-in-action-on-twitter/comment-page-1/#comment-319</link>
		<dc:creator>jee</dc:creator>
		<pubDate>Wed, 27 May 2009 13:26:49 +0000</pubDate>
		<guid isPermaLink="false">http://javidjamae.com/?p=317#comment-319</guid>
		<description>Hi, I'm chinese user, How can I get this book ?

thank you , please tell me to : mrtangwe@vip.qq.com 

thank you !</description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;m chinese user, How can I get this book ?</p>
<p>thank you , please tell me to : <a href="mailto:mrtangwe@vip.qq.com">mrtangwe@vip.qq.com</a> </p>
<p>thank you !</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Screencast: Maven - Commands and Lifecycles by jayaprakash</title>
		<link>http://javidjamae.com/2009/04/09/screencast-maven-commands-and-lifecycles/comment-page-1/#comment-318</link>
		<dc:creator>jayaprakash</dc:creator>
		<pubDate>Wed, 27 May 2009 09:59:25 +0000</pubDate>
		<guid isPermaLink="false">http://javidjamae.com/?p=305#comment-318</guid>
		<description>Good useful screenshots</description>
		<content:encoded><![CDATA[<p>Good useful screenshots</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Apache Maven: Creating a Basic Web Application (Screencast) by Jamae Javid</title>
		<link>http://javidjamae.com/2009/05/19/maven-creating-a-basic-web-application-screencast/comment-page-1/#comment-317</link>
		<dc:creator>Jamae Javid</dc:creator>
		<pubDate>Tue, 19 May 2009 22:31:05 +0000</pubDate>
		<guid isPermaLink="false">http://javidjamae.com/?p=377#comment-317</guid>
		<description>Hmm, that seems like the wrong version of the archetype plugin. I don't know how that happened. I have 2.0-alpha-4, while you have 1.0-alpha-7. Look and see what you have under the following directory:

~\.m2\repository\org\apache\maven\archetype\archetype-common\

Try wiping out that directory and see what happens. If not, try wiping out your entire local repository and let it download everything from scratch.

If that doesn't work, you should probably post the the Apache forums (or on JavaRanch). I'll still look at it, but its a better place to get support since there will be more eyes on it, and someone may have encountered this before.</description>
		<content:encoded><![CDATA[<p>Hmm, that seems like the wrong version of the archetype plugin. I don&#8217;t know how that happened. I have 2.0-alpha-4, while you have 1.0-alpha-7. Look and see what you have under the following directory:</p>
<p>~\.m2\repository\org\apache\maven\archetype\archetype-common\</p>
<p>Try wiping out that directory and see what happens. If not, try wiping out your entire local repository and let it download everything from scratch.</p>
<p>If that doesn&#8217;t work, you should probably post the the Apache forums (or on JavaRanch). I&#8217;ll still look at it, but its a better place to get support since there will be more eyes on it, and someone may have encountered this before.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Apache Maven: Creating a Basic Web Application (Screencast) by Dan Hinojosa</title>
		<link>http://javidjamae.com/2009/05/19/maven-creating-a-basic-web-application-screencast/comment-page-1/#comment-316</link>
		<dc:creator>Dan Hinojosa</dc:creator>
		<pubDate>Tue, 19 May 2009 20:35:24 +0000</pubDate>
		<guid isPermaLink="false">http://javidjamae.com/?p=377#comment-316</guid>
		<description>I never really used maven seriously. But I tried it and came with the following issues:

&lt;code&gt;
danno@danno-laptop:~$ mvn -version
Apache Maven 2.1.0 (r755702; 2009-03-18 13:10:27-0600)
Java version: 1.6.0_11
Java home: /home/danno/java/jdk1.6.0_11/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux" version: "2.6.28-11-generic" arch: "i386" Family: "unix"

danno@danno-laptop:~$ mvn archetype:generate
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'archetype'.
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Required goal not found: archetype:generate in org.apache.maven.plugins:maven-archetype-plugin:1.0-alpha-7
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: &#60; 1 second
[INFO] Finished at: Tue May 19 14:32:20 MDT 2009
[INFO] Final Memory: 2M/40M
[INFO] ------------------------------------------------------------------------
danno@danno-laptop:~$ mvn -e archetype:generate
+ Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'archetype'.
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Required goal not found: archetype:generate in org.apache.maven.plugins:maven-archetype-plugin:1.0-alpha-7
[INFO] ------------------------------------------------------------------------
[INFO] Trace
org.apache.maven.BuildFailureException: Required goal not found: archetype:generate in org.apache.maven.plugins:maven-archetype-plugin:1.0-alpha-7
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.getMojoDescriptor(DefaultLifecycleExecutor.java:1802)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.segmentTaskListByAggregationNeeds(DefaultLifecycleExecutor.java:446)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:176)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:356)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:137)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:356)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
	at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
	at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
	at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
[INFO] ------------------------------------------------------------------------
[INFO] Total time: &#60; 1 second
[INFO] Finished at: Tue May 19 14:32:31 MDT 2009
[INFO] Final Memory: 2M/40M
[INFO] ------------------------------------------------------------------------
danno@danno-laptop:~$ 
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>I never really used maven seriously. But I tried it and came with the following issues:</p>
<p><code><br />
danno@danno-laptop:~$ mvn -version<br />
Apache Maven 2.1.0 (r755702; 2009-03-18 13:10:27-0600)<br />
Java version: 1.6.0_11<br />
Java home: /home/danno/java/jdk1.6.0_11/jre<br />
Default locale: en_US, platform encoding: UTF-8<br />
OS name: "linux" version: "2.6.28-11-generic" arch: "i386" Family: "unix"</p>
<p>danno@danno-laptop:~$ mvn archetype:generate<br />
[INFO] Scanning for projects&#8230;<br />
[INFO] Searching repository for plugin with prefix: &#8216;archetype&#8217;.<br />
[INFO] &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
[ERROR] BUILD FAILURE<br />
[INFO] &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
[INFO] Required goal not found: archetype:generate in org.apache.maven.plugins:maven-archetype-plugin:1.0-alpha-7<br />
[INFO] &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
[INFO] For more information, run Maven with the -e switch<br />
[INFO] &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
[INFO] Total time: &lt; 1 second<br />
[INFO] Finished at: Tue May 19 14:32:20 MDT 2009<br />
[INFO] Final Memory: 2M/40M<br />
[INFO] &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
danno@danno-laptop:~$ mvn -e archetype:generate<br />
+ Error stacktraces are turned on.<br />
[INFO] Scanning for projects&#8230;<br />
[INFO] Searching repository for plugin with prefix: &#8216;archetype&#8217;.<br />
[INFO] &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
[ERROR] BUILD FAILURE<br />
[INFO] &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
[INFO] Required goal not found: archetype:generate in org.apache.maven.plugins:maven-archetype-plugin:1.0-alpha-7<br />
[INFO] &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
[INFO] Trace<br />
org.apache.maven.BuildFailureException: Required goal not found: archetype:generate in org.apache.maven.plugins:maven-archetype-plugin:1.0-alpha-7<br />
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.getMojoDescriptor(DefaultLifecycleExecutor.java:1802)<br />
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.segmentTaskListByAggregationNeeds(DefaultLifecycleExecutor.java:446)<br />
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:176)<br />
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:356)<br />
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:137)<br />
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:356)<br />
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br />
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)<br />
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br />
	at java.lang.reflect.Method.invoke(Method.java:597)<br />
	at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)<br />
	at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)<br />
	at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)<br />
	at org.codehaus.classworlds.Launcher.main(Launcher.java:375)<br />
[INFO] &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
[INFO] Total time: &lt; 1 second<br />
[INFO] Finished at: Tue May 19 14:32:31 MDT 2009<br />
[INFO] Final Memory: 2M/40M<br />
[INFO] &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
danno@danno-laptop:~$<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Most common Persian words by Martin Roberts</title>
		<link>http://javidjamae.com/2007/11/10/most-common-persian-words/comment-page-1/#comment-315</link>
		<dc:creator>Martin Roberts</dc:creator>
		<pubDate>Thu, 14 May 2009 07:49:09 +0000</pubDate>
		<guid isPermaLink="false">http://javidjamae.com/?p=152#comment-315</guid>
		<description>Dear Javid,

I was most impressed when I was searching for a list indicating the word frequency of Persian words, that I found your list.

I am starting a course to teach both children and adults and will be using your list as a basis for teaching and learning Persian.
(I have successfully used similar lists to teach English.)

One of the things that I have done with your list is use it as the basis for a automated vocabulary assessment.

This program intelligently selects typically 20 words, and based on which of these words the student knows, the program estimates the size of the user's vocabularly.
(Where there is some hefty maths involved to determine how to most efficiently select which words are asked to the student)

This program can then be run periodically to determine how well the student is learning...

For beginners, a list of 5000 words is more than sufficient for this purpose, however, for more skilled (but not fluent) students the list needs to be significantly larger, to cater for the rarer words.

My technical skills are more in the line of maths, and teaching -- with only a modest set of computer programming skills, but it seems that you are far more proficient at databasing than me. Is it possible to re-run your program (if you still have it) to produce, say the top 20,000 words?

Kindest regards,

Martin Roberts
Tasmania, Australia.</description>
		<content:encoded><![CDATA[<p>Dear Javid,</p>
<p>I was most impressed when I was searching for a list indicating the word frequency of Persian words, that I found your list.</p>
<p>I am starting a course to teach both children and adults and will be using your list as a basis for teaching and learning Persian.<br />
(I have successfully used similar lists to teach English.)</p>
<p>One of the things that I have done with your list is use it as the basis for a automated vocabulary assessment.</p>
<p>This program intelligently selects typically 20 words, and based on which of these words the student knows, the program estimates the size of the user&#8217;s vocabularly.<br />
(Where there is some hefty maths involved to determine how to most efficiently select which words are asked to the student)</p>
<p>This program can then be run periodically to determine how well the student is learning&#8230;</p>
<p>For beginners, a list of 5000 words is more than sufficient for this purpose, however, for more skilled (but not fluent) students the list needs to be significantly larger, to cater for the rarer words.</p>
<p>My technical skills are more in the line of maths, and teaching &#8212; with only a modest set of computer programming skills, but it seems that you are far more proficient at databasing than me. Is it possible to re-run your program (if you still have it) to produce, say the top 20,000 words?</p>
<p>Kindest regards,</p>
<p>Martin Roberts<br />
Tasmania, Australia.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Calculating Throughput and Response Time by paul</title>
		<link>http://javidjamae.com/2005/06/20/calculating-throughput-and-response-time/comment-page-1/#comment-314</link>
		<dc:creator>paul</dc:creator>
		<pubDate>Wed, 13 May 2009 09:52:50 +0000</pubDate>
		<guid isPermaLink="false">http://javidjamae.com/?p=112#comment-314</guid>
		<description>Im trying to figure out something similiar to this, basically im looking to start counting in the urlrewriting and end at the end of the page rendering. I have a component that sends a UDP packet out in the render method at the end of the body loading,but i need to link in the load time for that request to the start of the url rewriting request. The main problem i can see is any redirects that happen, and being able to break down any blocking operations such as DB access within it.</description>
		<content:encoded><![CDATA[<p>Im trying to figure out something similiar to this, basically im looking to start counting in the urlrewriting and end at the end of the page rendering. I have a component that sends a UDP packet out in the render method at the end of the body loading,but i need to link in the load time for that request to the start of the url rewriting request. The main problem i can see is any redirects that happen, and being able to break down any blocking operations such as DB access within it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Annotations vs. XML by Nuru</title>
		<link>http://javidjamae.com/2006/11/19/annotations-vs-xml/comment-page-1/#comment-313</link>
		<dc:creator>Nuru</dc:creator>
		<pubDate>Wed, 22 Apr 2009 19:19:51 +0000</pubDate>
		<guid isPermaLink="false">http://javidjamae.com/?p=126#comment-313</guid>
		<description>&#62;&#62;I haven't heard of a way to specify two mutually exclusive sets of Hibernate annotations on my classes. 

Read about Hibernate annotations. Not JPA</description>
		<content:encoded><![CDATA[<p>&gt;&gt;I haven&#8217;t heard of a way to specify two mutually exclusive sets of Hibernate annotations on my classes. </p>
<p>Read about Hibernate annotations. Not JPA</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Screencast: Maven - Commands and Lifecycles by Jamae Javid</title>
		<link>http://javidjamae.com/2009/04/09/screencast-maven-commands-and-lifecycles/comment-page-1/#comment-312</link>
		<dc:creator>Jamae Javid</dc:creator>
		<pubDate>Sat, 18 Apr 2009 06:59:35 +0000</pubDate>
		<guid isPermaLink="false">http://javidjamae.com/?p=305#comment-312</guid>
		<description>Javed - Glad you liked it.</description>
		<content:encoded><![CDATA[<p>Javed - Glad you liked it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Screencast: Maven - Generating a Basic Project by Jamae Javid</title>
		<link>http://javidjamae.com/2009/04/07/screencast-maven-generating-a-basic-project/comment-page-1/#comment-311</link>
		<dc:creator>Jamae Javid</dc:creator>
		<pubDate>Sat, 18 Apr 2009 06:58:41 +0000</pubDate>
		<guid isPermaLink="false">http://javidjamae.com/?p=295#comment-311</guid>
		<description>Abdel - I have more in the pipeline. I'll make them available soon.</description>
		<content:encoded><![CDATA[<p>Abdel - I have more in the pipeline. I&#8217;ll make them available soon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Screencast: Maven - Commands and Lifecycles by Javed</title>
		<link>http://javidjamae.com/2009/04/09/screencast-maven-commands-and-lifecycles/comment-page-1/#comment-310</link>
		<dc:creator>Javed</dc:creator>
		<pubDate>Fri, 17 Apr 2009 04:02:38 +0000</pubDate>
		<guid isPermaLink="false">http://javidjamae.com/?p=305#comment-310</guid>
		<description>I just found this site while searching on Google about Maven. Very informative and love the way you have explained it.

Good Job!</description>
		<content:encoded><![CDATA[<p>I just found this site while searching on Google about Maven. Very informative and love the way you have explained it.</p>
<p>Good Job!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
