<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Easy XML with Java - XML Binding</title>
	<link>http://fromvega.com/wordpress/2007/05/17/easy-xml-with-java-xml-binding/</link>
	<description>Throwing code to the wind</description>
	<pubDate>Sat, 22 Nov 2008 03:58:28 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.3</generator>

	<item>
		<title>By: Christian Ullenboom</title>
		<link>http://fromvega.com/wordpress/2007/05/17/easy-xml-with-java-xml-binding/#comment-36</link>
		<author>Christian Ullenboom</author>
		<pubDate>Fri, 18 May 2007 11:32:55 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/05/17/easy-xml-with-java-xml-binding/#comment-36</guid>
					<description>One can add that there is a nice Eclipse-Plugin on https://jaxb-workshop.dev.java.net/plugins/eclipse/xjc-plugin.html for generating the JavaBeans.

 Christian</description>
		<content:encoded><![CDATA[<p>One can add that there is a nice Eclipse-Plugin on <a href="https://jaxb-workshop.dev.java.net/plugins/eclipse/xjc-plugin.html" rel="nofollow">https://jaxb-workshop.dev.java.net/plugins/eclipse/xjc-plugin.html</a> for generating the JavaBeans.</p>
<p> Christian</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: TIll</title>
		<link>http://fromvega.com/wordpress/2007/05/17/easy-xml-with-java-xml-binding/#comment-37</link>
		<author>TIll</author>
		<pubDate>Fri, 18 May 2007 12:26:17 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/05/17/easy-xml-with-java-xml-binding/#comment-37</guid>
					<description>Nice one! thx</description>
		<content:encoded><![CDATA[<p>Nice one! thx</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: fromvega</title>
		<link>http://fromvega.com/wordpress/2007/05/17/easy-xml-with-java-xml-binding/#comment-38</link>
		<author>fromvega</author>
		<pubDate>Fri, 18 May 2007 13:22:58 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/05/17/easy-xml-with-java-xml-binding/#comment-38</guid>
					<description>Thank you for the tip Christian!</description>
		<content:encoded><![CDATA[<p>Thank you for the tip Christian!</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Free Ebooks Collection</title>
		<link>http://fromvega.com/wordpress/2007/05/17/easy-xml-with-java-xml-binding/#comment-374</link>
		<author>Free Ebooks Collection</author>
		<pubDate>Sat, 28 Jul 2007 16:26:10 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/05/17/easy-xml-with-java-xml-binding/#comment-374</guid>
					<description>gr8 help buddy thanks. keep it up</description>
		<content:encoded><![CDATA[<p>gr8 help buddy thanks. keep it up</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: niedkumkua</title>
		<link>http://fromvega.com/wordpress/2007/05/17/easy-xml-with-java-xml-binding/#comment-380</link>
		<author>niedkumkua</author>
		<pubDate>Tue, 31 Jul 2007 15:07:39 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/05/17/easy-xml-with-java-xml-binding/#comment-380</guid>
					<description>Hello! Good Site! Thanks you! omkuzszgba</description>
		<content:encoded><![CDATA[<p>Hello! Good Site! Thanks you! omkuzszgba</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Ankita Tapkire</title>
		<link>http://fromvega.com/wordpress/2007/05/17/easy-xml-with-java-xml-binding/#comment-461</link>
		<author>Ankita Tapkire</author>
		<pubDate>Mon, 06 Aug 2007 05:49:56 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/05/17/easy-xml-with-java-xml-binding/#comment-461</guid>
					<description>A nice learning tanks for this.
But just wanted to know one more thing if i can get to know how to convert .xml file to .xsd one thru java programming?</description>
		<content:encoded><![CDATA[<p>A nice learning tanks for this.<br />
But just wanted to know one more thing if i can get to know how to convert .xml file to .xsd one thru java programming?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: fromvega</title>
		<link>http://fromvega.com/wordpress/2007/05/17/easy-xml-with-java-xml-binding/#comment-467</link>
		<author>fromvega</author>
		<pubDate>Mon, 06 Aug 2007 14:46:16 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/05/17/easy-xml-with-java-xml-binding/#comment-467</guid>
					<description>Hello Ankita,

I'm sorry but I do not remember any java tool for the job but you can always create your own code for that. A bit of work indeed but if a search can't show you anything that's the way to go.</description>
		<content:encoded><![CDATA[<p>Hello Ankita,</p>
<p>I&#8217;m sorry but I do not remember any java tool for the job but you can always create your own code for that. A bit of work indeed but if a search can&#8217;t show you anything that&#8217;s the way to go.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Pinky</title>
		<link>http://fromvega.com/wordpress/2007/05/17/easy-xml-with-java-xml-binding/#comment-791</link>
		<author>Pinky</author>
		<pubDate>Fri, 07 Dec 2007 09:59:25 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/05/17/easy-xml-with-java-xml-binding/#comment-791</guid>
					<description>Concise, efficient write-up. I implemented this method in no time and took maybe 30 lines of code to 8. Thanks, champ, keep up the good work.</description>
		<content:encoded><![CDATA[<p>Concise, efficient write-up. I implemented this method in no time and took maybe 30 lines of code to 8. Thanks, champ, keep up the good work.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: java xml</title>
		<link>http://fromvega.com/wordpress/2007/05/17/easy-xml-with-java-xml-binding/#comment-821</link>
		<author>java xml</author>
		<pubDate>Sat, 02 Feb 2008 03:56:14 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/05/17/easy-xml-with-java-xml-binding/#comment-821</guid>
					<description>Thank you for the tip Christian!</description>
		<content:encoded><![CDATA[<p>Thank you for the tip Christian!</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Sparky</title>
		<link>http://fromvega.com/wordpress/2007/05/17/easy-xml-with-java-xml-binding/#comment-831</link>
		<author>Sparky</author>
		<pubDate>Thu, 13 Mar 2008 11:54:02 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/05/17/easy-xml-with-java-xml-binding/#comment-831</guid>
					<description>Thanks for the concise writeup, really helped!</description>
		<content:encoded><![CDATA[<p>Thanks for the concise writeup, really helped!</p>
]]></content:encoded>
				</item>
</channel>
</rss>
