<?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/"
	
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Maven project for Generic (n-ary) Tree in Java</title>
	<atom:link href="http://vivin.net/2010/03/02/maven-project-for-generic-n-ary-tree-in-java/feed/" rel="self" type="application/rss+xml" />
	<link>http://vivin.net/2010/03/02/maven-project-for-generic-n-ary-tree-in-java/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=rss</link>
	<description>random musings of just another computer nerd</description>
	<lastBuildDate>Sun, 05 Feb 2012 22:22:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Mark</title>
		<link>http://vivin.net/2010/03/02/maven-project-for-generic-n-ary-tree-in-java/comment-page-1/#comment-14854</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Thu, 28 Apr 2011 13:34:48 +0000</pubDate>
		<guid isPermaLink="false">http://vivin.net/?p=1405#comment-14854</guid>
		<description>Hi,

I tried building with the new version of maven (3) but get lots of errors. I was able to build with the old version of maven.

Might I suggest that a jar is included, or, better yet, that a project (like google code) is used with a pre-built jar available in the downloads?

I can set it up if you would like.

I look forward to trying out your library!

Thanks,

Mark</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I tried building with the new version of maven (3) but get lots of errors. I was able to build with the old version of maven.</p>
<p>Might I suggest that a jar is included, or, better yet, that a project (like google code) is used with a pre-built jar available in the downloads?</p>
<p>I can set it up if you would like.</p>
<p>I look forward to trying out your library!</p>
<p>Thanks,</p>
<p>Mark</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vivin</title>
		<link>http://vivin.net/2010/03/02/maven-project-for-generic-n-ary-tree-in-java/comment-page-1/#comment-9781</link>
		<dc:creator>vivin</dc:creator>
		<pubDate>Mon, 06 Dec 2010 16:26:36 +0000</pubDate>
		<guid isPermaLink="false">http://vivin.net/?p=1405#comment-9781</guid>
		<description>&lt;a href=&quot;#comment-9777&quot; rel=&quot;nofollow&quot;&gt;@mayank &lt;/a&gt; 
Take a look here &lt;a href = &quot;http://vivin.net/2010/01/30/generic-n-ary-tree-in-java/3/&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;; I&#039;ve got an example that uses both classes. The GenericTreeNode class represents each node in the tree whereas the GenericTree class provides you operations that work on the tree of nodes. You can build a tree of objects using just nodes, but you won&#039;t be able to operate on the tree unless you use the GenericTree class.</description>
		<content:encoded><![CDATA[<p><a href="#comment-9777" rel="nofollow">@mayank </a><br />
Take a look here <a href = "http://vivin.net/2010/01/30/generic-n-ary-tree-in-java/3/" rel="nofollow">here</a>; I&#8217;ve got an example that uses both classes. The GenericTreeNode class represents each node in the tree whereas the GenericTree class provides you operations that work on the tree of nodes. You can build a tree of objects using just nodes, but you won&#8217;t be able to operate on the tree unless you use the GenericTree class.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mayank</title>
		<link>http://vivin.net/2010/03/02/maven-project-for-generic-n-ary-tree-in-java/comment-page-1/#comment-9777</link>
		<dc:creator>mayank</dc:creator>
		<pubDate>Mon, 06 Dec 2010 14:31:00 +0000</pubDate>
		<guid isPermaLink="false">http://vivin.net/?p=1405#comment-9777</guid>
		<description>Hi Vivin,

I just downloaded the files. Can you help me understand how the classes GenericTreeNode and GenericTree tie tigether? If I just want to build a tree of objects of type T, would I need the GenericTree class?</description>
		<content:encoded><![CDATA[<p>Hi Vivin,</p>
<p>I just downloaded the files. Can you help me understand how the classes GenericTreeNode and GenericTree tie tigether? If I just want to build a tree of objects of type T, would I need the GenericTree class?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

