<?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 Vineet Manohar's blog</title>
	<atom:link href="http://www.vineetmanohar.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vineetmanohar.com</link>
	<description>Java, Web 2.0 and other Tech topics</description>
	<lastBuildDate>Thu, 11 Mar 2010 16:05:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Cache Java webapps with Squid Reverse Proxy by vineet</title>
		<link>http://www.vineetmanohar.com/2010/03/09/cache-java-webapps-with-squid-reverse-proxy/comment-page-1/#comment-4667</link>
		<dc:creator>vineet</dc:creator>
		<pubDate>Thu, 11 Mar 2010 16:05:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.vineetmanohar.com/?p=132#comment-4667</guid>
		<description>This article on Java Lobby: http://java.dzone.com/articles/cache-java-webapps-squid</description>
		<content:encoded><![CDATA[<p>This article on Java Lobby: <a href="http://java.dzone.com/articles/cache-java-webapps-squid" rel="nofollow">http://java.dzone.com/articles/cache-java-webapps-squid</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cache Java webapps with Squid Reverse Proxy by ashish jain</title>
		<link>http://www.vineetmanohar.com/2010/03/09/cache-java-webapps-with-squid-reverse-proxy/comment-page-1/#comment-4659</link>
		<dc:creator>ashish jain</dc:creator>
		<pubDate>Wed, 10 Mar 2010 21:55:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.vineetmanohar.com/?p=132#comment-4659</guid>
		<description>Though I am not expert on webpage caching, I hope, there is something like expiry header on page, so that page can be refreshed from tomcat.</description>
		<content:encoded><![CDATA[<p>Though I am not expert on webpage caching, I hope, there is something like expiry header on page, so that page can be refreshed from tomcat.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JAXB code snippets for beginners by Oscar</title>
		<link>http://www.vineetmanohar.com/2009/09/20/jaxb-code-snippets-for-beginners/comment-page-1/#comment-4552</link>
		<dc:creator>Oscar</dc:creator>
		<pubDate>Mon, 01 Mar 2010 22:30:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.vineetmanohar.com/?p=482#comment-4552</guid>
		<description>Hello, your blog is very helpful, here is a question, I have an entity, with an @override toString() method, and i want to keep it as it is into the created classes, is there any way to do that? any plug in or argument?</description>
		<content:encoded><![CDATA[<p>Hello, your blog is very helpful, here is a question, I have an entity, with an @override toString() method, and i want to keep it as it is into the created classes, is there any way to do that? any plug in or argument?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JAXB code snippets for beginners by GPS</title>
		<link>http://www.vineetmanohar.com/2009/09/20/jaxb-code-snippets-for-beginners/comment-page-1/#comment-4472</link>
		<dc:creator>GPS</dc:creator>
		<pubDate>Tue, 23 Feb 2010 15:04:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.vineetmanohar.com/?p=482#comment-4472</guid>
		<description>I didn&#039;t try the example posted here, but I know now why if didn&#039;t work in my case. I actually created 2 projects, one only for generating target, and other one, which would use the jar created in first one, and forgot to add 1st one&#039;s jar dependency in 2nd one&#039;s Pom. That&#039;s why it was not picking up and I was adding manually in classpath. Once I have some more detailed handson, will try the example posted here.</description>
		<content:encoded><![CDATA[<p>I didn&#8217;t try the example posted here, but I know now why if didn&#8217;t work in my case. I actually created 2 projects, one only for generating target, and other one, which would use the jar created in first one, and forgot to add 1st one&#8217;s jar dependency in 2nd one&#8217;s Pom. That&#8217;s why it was not picking up and I was adding manually in classpath. Once I have some more detailed handson, will try the example posted here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JAXB code snippets for beginners by vineet</title>
		<link>http://www.vineetmanohar.com/2009/09/20/jaxb-code-snippets-for-beginners/comment-page-1/#comment-4463</link>
		<dc:creator>vineet</dc:creator>
		<pubDate>Tue, 23 Feb 2010 06:10:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.vineetmanohar.com/?p=482#comment-4463</guid>
		<description>No, you should not add the jars manually to the classpath - the maven JAXB plugin should do that automatically. It should add the &#039;target/generated-sources&#039; directory as a source directory in maven, and therefore all java files generated there should be automatically part of your classpath. Does the example posted in the blog work for you?</description>
		<content:encoded><![CDATA[<p>No, you should not add the jars manually to the classpath &#8211; the maven JAXB plugin should do that automatically. It should add the &#8216;target/generated-sources&#8217; directory as a source directory in maven, and therefore all java files generated there should be automatically part of your classpath. Does the example posted in the blog work for you?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JAXB code snippets for beginners by GPS</title>
		<link>http://www.vineetmanohar.com/2009/09/20/jaxb-code-snippets-for-beginners/comment-page-1/#comment-4455</link>
		<dc:creator>GPS</dc:creator>
		<pubDate>Mon, 22 Feb 2010 20:14:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.vineetmanohar.com/?p=482#comment-4455</guid>
		<description>I am gonna use JaxB for the first time... I created a maven project and added the source schema under resources. However, I am not able to import ObjectFactory somehow after maven clean compile install... When I manually add the jar created in the last step in the class path, its getting resolved and ObjectFactory is being recognized.
Is this how its supposed to be?</description>
		<content:encoded><![CDATA[<p>I am gonna use JaxB for the first time&#8230; I created a maven project and added the source schema under resources. However, I am not able to import ObjectFactory somehow after maven clean compile install&#8230; When I manually add the jar created in the last step in the class path, its getting resolved and ObjectFactory is being recognized.<br />
Is this how its supposed to be?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Publishing to Maven Central Repo in 5 steps by Brian Fox</title>
		<link>http://www.vineetmanohar.com/2009/12/15/publishing-to-maven-central-repo-in-5-steps/comment-page-1/#comment-4302</link>
		<dc:creator>Brian Fox</dc:creator>
		<pubDate>Wed, 10 Feb 2010 01:54:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.vineetmanohar.com/?p=680#comment-4302</guid>
		<description>Hi Vineet,
For the short term the rsyncs will be continued but we will encourage people to switch and gain the benefits of automatic verification in the forges. Over the long term, we hope to reduce the rsyncs to just the forges. 

The other benefit I forgot to mention about this strategy is it becomes more of a push model for releases via the forges and thus things can get into Central much faster. For example, the 3 forges listed on my link above all sync hourly instead of daily like everything else since there&#039;s so much less overhead.

--Brian</description>
		<content:encoded><![CDATA[<p>Hi Vineet,<br />
For the short term the rsyncs will be continued but we will encourage people to switch and gain the benefits of automatic verification in the forges. Over the long term, we hope to reduce the rsyncs to just the forges. </p>
<p>The other benefit I forgot to mention about this strategy is it becomes more of a push model for releases via the forges and thus things can get into Central much faster. For example, the 3 forges listed on my link above all sync hourly instead of daily like everything else since there&#8217;s so much less overhead.</p>
<p>&#8211;Brian</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Publishing to Maven Central Repo in 5 steps by vineet</title>
		<link>http://www.vineetmanohar.com/2009/12/15/publishing-to-maven-central-repo-in-5-steps/comment-page-1/#comment-4300</link>
		<dc:creator>vineet</dc:creator>
		<pubDate>Tue, 09 Feb 2010 21:37:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.vineetmanohar.com/?p=680#comment-4300</guid>
		<description>Hi Brian, 

Will the old rsyncs for individual projects be maintained?

Thanks,
Vineet</description>
		<content:encoded><![CDATA[<p>Hi Brian, </p>
<p>Will the old rsyncs for individual projects be maintained?</p>
<p>Thanks,<br />
Vineet</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Publishing to Maven Central Repo in 5 steps by Brian Fox</title>
		<link>http://www.vineetmanohar.com/2009/12/15/publishing-to-maven-central-repo-in-5-steps/comment-page-1/#comment-4299</link>
		<dc:creator>Brian Fox</dc:creator>
		<pubDate>Tue, 09 Feb 2010 21:31:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.vineetmanohar.com/?p=680#comment-4299</guid>
		<description>The rsync process over the years has grown to become unmaintainable. It&#039;s not efficient to reach out twice a day to thousands of servers to pick up artifacts that on average change only a few times a year. Keeping all the syncs updated when people change servers etc has grown to an enormous effort.

Additionally, one of the major rants against Maven is the quality of the metadata in Central. Unfortunately the trash that gets in there is almost always coming from these rsynced in projects because there&#039;s no good way to validate it.

Because of this, the rsyncs are no longer being added for individual projects, only for large forges that host many projects, or very large and active projects by exception. These new forges and syncs must meet much more stringent criteria and this goes to help all Maven users by stopping the garbage at the front door.

The &lt;a href=&quot;http://maven.apache.org/guides/mini/guide-central-repository-upload.html&quot; rel=&quot;nofollow&quot;&gt;Guide&lt;/a&gt; has been updated to reflect this policy change that took effect this year.

--Brian Fox
Apache Maven PMC Chair</description>
		<content:encoded><![CDATA[<p>The rsync process over the years has grown to become unmaintainable. It&#8217;s not efficient to reach out twice a day to thousands of servers to pick up artifacts that on average change only a few times a year. Keeping all the syncs updated when people change servers etc has grown to an enormous effort.</p>
<p>Additionally, one of the major rants against Maven is the quality of the metadata in Central. Unfortunately the trash that gets in there is almost always coming from these rsynced in projects because there&#8217;s no good way to validate it.</p>
<p>Because of this, the rsyncs are no longer being added for individual projects, only for large forges that host many projects, or very large and active projects by exception. These new forges and syncs must meet much more stringent criteria and this goes to help all Maven users by stopping the garbage at the front door.</p>
<p>The <a href="http://maven.apache.org/guides/mini/guide-central-repository-upload.html" rel="nofollow">Guide</a> has been updated to reflect this policy change that took effect this year.</p>
<p>&#8211;Brian Fox<br />
Apache Maven PMC Chair</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JAXB code snippets for beginners by Anand</title>
		<link>http://www.vineetmanohar.com/2009/09/20/jaxb-code-snippets-for-beginners/comment-page-1/#comment-4223</link>
		<dc:creator>Anand</dc:creator>
		<pubDate>Tue, 02 Feb 2010 16:21:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.vineetmanohar.com/?p=482#comment-4223</guid>
		<description>i have to finish my work with your help.

thanks</description>
		<content:encoded><![CDATA[<p>i have to finish my work with your help.</p>
<p>thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
