<?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 on: Java, XML and XStream</title>
	<atom:link href="http://www.openscope.net/2010/01/22/java-xml-and-xstream/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.openscope.net/2010/01/22/java-xml-and-xstream/</link>
	<description>Practical java, unix, and xml</description>
	<lastBuildDate>Tue, 10 Jan 2012 10:15:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Ant</title>
		<link>http://www.openscope.net/2010/01/22/java-xml-and-xstream/comment-page-1/#comment-827</link>
		<dc:creator>Ant</dc:creator>
		<pubDate>Wed, 04 Jan 2012 05:15:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.openscope.net/?p=316#comment-827</guid>
		<description>I can&#039;t see your example, but If you&#039;re talking about adding multiple objects as an array, then you would want to use a collections construct like an array to add multiple objects. In fact XStream has some useful annotations for &lt;a href=&quot;http://xstream.codehaus.org/annotations-tutorial.html#ImplicitCollections&quot; rel=&quot;nofollow&quot;&gt;handling implicit collections&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>I can&#8217;t see your example, but If you&#8217;re talking about adding multiple objects as an array, then you would want to use a collections construct like an array to add multiple objects. In fact XStream has some useful annotations for <a href="http://xstream.codehaus.org/annotations-tutorial.html#ImplicitCollections" rel="nofollow">handling implicit collections</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jalpa bhaliya</title>
		<link>http://www.openscope.net/2010/01/22/java-xml-and-xstream/comment-page-1/#comment-823</link>
		<dc:creator>jalpa bhaliya</dc:creator>
		<pubDate>Thu, 10 Nov 2011 08:52:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.openscope.net/?p=316#comment-823</guid>
		<description>This is the nice article. I have one problem that if once we created an xml file and if i want to add some more objects within it then how can we achieve it??
for example, if i have xml file like...






and if i want to add 1 new then how can i do this (without replacing whole list)?? so that my file can look like...





</description>
		<content:encoded><![CDATA[<p>This is the nice article. I have one problem that if once we created an xml file and if i want to add some more objects within it then how can we achieve it??<br />
for example, if i have xml file like&#8230;</p>
<p>and if i want to add 1 new then how can i do this (without replacing whole list)?? so that my file can look like&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: data x stream &#124; DATA</title>
		<link>http://www.openscope.net/2010/01/22/java-xml-and-xstream/comment-page-1/#comment-186</link>
		<dc:creator>data x stream &#124; DATA</dc:creator>
		<pubDate>Tue, 09 Mar 2010 08:04:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.openscope.net/?p=316#comment-186</guid>
		<description>[...] Technobabble Â» Java, XML and XStream [...]</description>
		<content:encoded><![CDATA[<p>[...] Technobabble Â» Java, XML and XStream [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ant</title>
		<link>http://www.openscope.net/2010/01/22/java-xml-and-xstream/comment-page-1/#comment-83</link>
		<dc:creator>Ant</dc:creator>
		<pubDate>Fri, 12 Feb 2010 22:52:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.openscope.net/?p=316#comment-83</guid>
		<description>I&#039;m surprised about your experience, what were you trying to do? JiBX is entirely different although serialization is a common feature amoung the two. One thing that really sticks out for me is that XStream doesn&#039;t go into the xsd/validation space, as Felipe points out.</description>
		<content:encoded><![CDATA[<p>I&#8217;m surprised about your experience, what were you trying to do? JiBX is entirely different although serialization is a common feature amoung the two. One thing that really sticks out for me is that XStream doesn&#8217;t go into the xsd/validation space, as Felipe points out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rich</title>
		<link>http://www.openscope.net/2010/01/22/java-xml-and-xstream/comment-page-1/#comment-82</link>
		<dc:creator>rich</dc:creator>
		<pubDate>Fri, 12 Feb 2010 22:14:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.openscope.net/?p=316#comment-82</guid>
		<description>I recently tried to use xstream in  a live project and it was a bit of a nightmare.  Wasted days building a framework around it for it to do what I wanted.  Got jibx working in an hour and there is still a lot about jibx I don&#039;t understand but I don&#039;t need to because it just does what I want, easily out of the box.  I&#039;d recommend taking a look at it before xstream</description>
		<content:encoded><![CDATA[<p>I recently tried to use xstream in  a live project and it was a bit of a nightmare.  Wasted days building a framework around it for it to do what I wanted.  Got jibx working in an hour and there is still a lot about jibx I don&#8217;t understand but I don&#8217;t need to because it just does what I want, easily out of the box.  I&#8217;d recommend taking a look at it before xstream</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ant</title>
		<link>http://www.openscope.net/2010/01/22/java-xml-and-xstream/comment-page-1/#comment-80</link>
		<dc:creator>Ant</dc:creator>
		<pubDate>Fri, 12 Feb 2010 15:33:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.openscope.net/?p=316#comment-80</guid>
		<description>Quite correct - I will update the article to make that clear. Thanks!</description>
		<content:encoded><![CDATA[<p>Quite correct &#8211; I will update the article to make that clear. Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

