<?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: What&#039;s wrong with XStream and similar tools?</title>
	<atom:link href="http://blog.cedarsoft.com/2009/12/whats-wrong-with-xstream-and-similar-tools/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.cedarsoft.com/2009/12/whats-wrong-with-xstream-and-similar-tools/</link>
	<description>A blog about Java and (related) Open Source tools...</description>
	<lastBuildDate>Wed, 25 Jan 2012 12:18:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: johannes</title>
		<link>http://blog.cedarsoft.com/2009/12/whats-wrong-with-xstream-and-similar-tools/comment-page-1/#comment-8</link>
		<dc:creator>johannes</dc:creator>
		<pubDate>Thu, 07 Jan 2010 16:55:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cedarsoft.com/?p=59#comment-8</guid>
		<description>&lt;a href=&quot;#comment-4&quot; rel=&quot;nofollow&quot;&gt;@Tristan&lt;/a&gt;
JAXB has the same shortcomings as XStream. Therefore I have talked about &quot;XStream and similar tools&quot;.

XSLT is an option. If you prefer that, ok. It will allow you to solve simple changes in the format.
But will it also work well for bigger changes?

I prefer to solve problems in Java. Java is made for that...</description>
		<content:encoded><![CDATA[<p><a href="#comment-4" rel="nofollow">@Tristan</a><br />
JAXB has the same shortcomings as XStream. Therefore I have talked about &#8220;XStream and similar tools&#8221;.</p>
<p>XSLT is an option. If you prefer that, ok. It will allow you to solve simple changes in the format.<br />
But will it also work well for bigger changes?</p>
<p>I prefer to solve problems in Java. Java is made for that&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: johannes</title>
		<link>http://blog.cedarsoft.com/2009/12/whats-wrong-with-xstream-and-similar-tools/comment-page-1/#comment-7</link>
		<dc:creator>johannes</dc:creator>
		<pubDate>Thu, 07 Jan 2010 16:49:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cedarsoft.com/?p=59#comment-7</guid>
		<description>&lt;a href=&quot;#comment-5&quot; rel=&quot;nofollow&quot;&gt;@Renaud Bruyeron&lt;/a&gt;

Yep. Namespaces are another way to add the version. I have changed that...</description>
		<content:encoded><![CDATA[<p><a href="#comment-5" rel="nofollow">@Renaud Bruyeron</a></p>
<p>Yep. Namespaces are another way to add the version. I have changed that&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tweets that mention What’s wrong with XStream and similar tools? &#124; Just Java -- Topsy.com</title>
		<link>http://blog.cedarsoft.com/2009/12/whats-wrong-with-xstream-and-similar-tools/comment-page-1/#comment-6</link>
		<dc:creator>Tweets that mention What’s wrong with XStream and similar tools? &#124; Just Java -- Topsy.com</dc:creator>
		<pubDate>Tue, 05 Jan 2010 17:39:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cedarsoft.com/?p=59#comment-6</guid>
		<description>[...] This post was mentioned on Twitter by Richard Laksana, carfield. carfield said: Why versioning support of data structure is important - http://blog.cedarsoft.com/2009/12/whats-wrong-with-xstream-and-similar-tools/ [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by Richard Laksana, carfield. carfield said: Why versioning support of data structure is important &#8211; <a href="http://blog.cedarsoft.com/2009/12/whats-wrong-with-xstream-and-similar-tools/" rel="nofollow">http://blog.cedarsoft.com/2009/12/whats-wrong-with-xstream-and-similar-tools/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Renaud Bruyeron</title>
		<link>http://blog.cedarsoft.com/2009/12/whats-wrong-with-xstream-and-similar-tools/comment-page-1/#comment-5</link>
		<dc:creator>Renaud Bruyeron</dc:creator>
		<pubDate>Mon, 04 Jan 2010 12:33:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cedarsoft.com/?p=59#comment-5</guid>
		<description>Weird to use these custom markers to do versioning. I think namespaces is a better approach.</description>
		<content:encoded><![CDATA[<p>Weird to use these custom markers to do versioning. I think namespaces is a better approach.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tristan</title>
		<link>http://blog.cedarsoft.com/2009/12/whats-wrong-with-xstream-and-similar-tools/comment-page-1/#comment-4</link>
		<dc:creator>Tristan</dc:creator>
		<pubDate>Mon, 04 Jan 2010 12:01:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cedarsoft.com/?p=59#comment-4</guid>
		<description>Why introduce yet another xml serialization tool? If you want to change your objects/xml while supporting old data just put a xslt in front of your xstream deserialization. Or if you want more control / a stable interface format use the industry standard: JAXB (preferably starting from a xsd, see xjc). This article isn&#039;t about xstreams shortcomings, it&#039;s just trying to promote yet another tool.</description>
		<content:encoded><![CDATA[<p>Why introduce yet another xml serialization tool? If you want to change your objects/xml while supporting old data just put a xslt in front of your xstream deserialization. Or if you want more control / a stable interface format use the industry standard: JAXB (preferably starting from a xsd, see xjc). This article isn&#8217;t about xstreams shortcomings, it&#8217;s just trying to promote yet another tool.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

