<?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: Life is beautiful with XMLBeans and XStream</title>
	<atom:link href="http://www.j2eegeek.com/blog/2006/01/30/life-is-beautiful-with-xmlbeans-and-xstream/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.j2eegeek.com/blog/2006/01/30/life-is-beautiful-with-xmlbeans-and-xstream/</link>
	<description>In the kingdom of hope, there is no winter.</description>
	<lastBuildDate>Fri, 28 Oct 2011 16:23:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Vinny Carpenter&#8217;s Link blog &#187; Blog Archive &#187; links for 2006-02-05</title>
		<link>http://www.j2eegeek.com/blog/2006/01/30/life-is-beautiful-with-xmlbeans-and-xstream/comment-page-1/#comment-7042</link>
		<dc:creator>Vinny Carpenter&#8217;s Link blog &#187; Blog Archive &#187; links for 2006-02-05</dc:creator>
		<pubDate>Sun, 05 Feb 2006 15:20:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.j2eegeek.com/blog/2006/01/30/life-is-beautiful-with-xmlbeans-and-xstream/#comment-7042</guid>
		<description>[...] Vinny Carpenter’s blog » Life is beautiful with XMLBeans and XStream XMLBeans allows you to process XML by binding it to Java types using XML schema that has been compiled to generate Java types that represent schema types. (tags: xmlbeans java xstream amazon xml WebServices REST SOAP wsdl xsd schema jsp junit) [...]</description>
		<content:encoded><![CDATA[<p>[...] Vinny Carpenter’s blog » Life is beautiful with XMLBeans and XStream XMLBeans allows you to process XML by binding it to Java types using XML schema that has been compiled to generate Java types that represent schema types. (tags: xmlbeans java xstream amazon xml WebServices REST SOAP wsdl xsd schema jsp junit) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vinny Carpenter&#8217;s blog &#187; Daily Del.icio.us for Feb 04, 2006</title>
		<link>http://www.j2eegeek.com/blog/2006/01/30/life-is-beautiful-with-xmlbeans-and-xstream/comment-page-1/#comment-7041</link>
		<dc:creator>Vinny Carpenter&#8217;s blog &#187; Daily Del.icio.us for Feb 04, 2006</dc:creator>
		<pubDate>Sun, 05 Feb 2006 05:21:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.j2eegeek.com/blog/2006/01/30/life-is-beautiful-with-xmlbeans-and-xstream/#comment-7041</guid>
		<description>[...] Vinny Carpenter&#8217;s blog &#194;&#187; Life is beautiful with XMLBeans and XStream &#187; XMLBeans allows you to process XML by binding it to Java types using XML schema that has been compiled to generate Java types that represent schema types. [...]</description>
		<content:encoded><![CDATA[<p>[...] Vinny Carpenter&#8217;s blog &Acirc;&raquo; Life is beautiful with XMLBeans and XStream &raquo; XMLBeans allows you to process XML by binding it to Java types using XML schema that has been compiled to generate Java types that represent schema types. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aviad Ben Dov</title>
		<link>http://www.j2eegeek.com/blog/2006/01/30/life-is-beautiful-with-xmlbeans-and-xstream/comment-page-1/#comment-7019</link>
		<dc:creator>Aviad Ben Dov</dc:creator>
		<pubDate>Wed, 01 Feb 2006 06:09:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.j2eegeek.com/blog/2006/01/30/life-is-beautiful-with-xmlbeans-and-xstream/#comment-7019</guid>
		<description>Or you can check out my (currently in beta) framework for binding XML data without XSDs. Just use your own classes and annotate them to consume the data you want into them.</description>
		<content:encoded><![CDATA[<p>Or you can check out my (currently in beta) framework for binding XML data without XSDs. Just use your own classes and annotate them to consume the data you want into them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Strachan</title>
		<link>http://www.j2eegeek.com/blog/2006/01/30/life-is-beautiful-with-xmlbeans-and-xstream/comment-page-1/#comment-7011</link>
		<dc:creator>James Strachan</dc:creator>
		<pubDate>Tue, 31 Jan 2006 13:17:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.j2eegeek.com/blog/2006/01/30/life-is-beautiful-with-xmlbeans-and-xstream/#comment-7011</guid>
		<description>I&#039;m a long term fan of XStream too, it rocks :)

BTW if you&#039;ve got a WSDL or XSD and want to generate POJOs (or go the other way around), I highly recommend using JAXB2 with Java 5, it totally rocks...

https://jaxb.dev.java.net/

If you are on Java 1.4 you can use retrotranslator to swizzle the bytecode, e.g. using the maven 2 plugin: http://mojo.codehaus.org</description>
		<content:encoded><![CDATA[<p>I&#8217;m a long term fan of XStream too, it rocks <img src='http://www.j2eegeek.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>BTW if you&#8217;ve got a WSDL or XSD and want to generate POJOs (or go the other way around), I highly recommend using JAXB2 with Java 5, it totally rocks&#8230;</p>
<p><a href="https://jaxb.dev.java.net/" rel="nofollow">https://jaxb.dev.java.net/</a></p>
<p>If you are on Java 1.4 you can use retrotranslator to swizzle the bytecode, e.g. using the maven 2 plugin: <a href="http://mojo.codehaus.org" rel="nofollow">http://mojo.codehaus.org</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

