<?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: Use JAX-B or Castor for  document-style encoding?</title>
	<atom:link href="http://technology.amis.nl/2004/08/20/use-jax-b-or-castor-for/feed/" rel="self" type="application/rss+xml" />
	<link>http://technology.amis.nl/2004/08/20/use-jax-b-or-castor-for/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=use-jax-b-or-castor-for</link>
	<description></description>
	<lastBuildDate>Fri, 12 Apr 2013 10:04:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Bad Credit Car Loans Now</title>
		<link>http://technology.amis.nl/2004/08/20/use-jax-b-or-castor-for/#comment-616</link>
		<dc:creator>Bad Credit Car Loans Now</dc:creator>
		<pubDate>Thu, 26 Apr 2007 06:50:29 +0000</pubDate>
		<guid isPermaLink="false">/?p=122#comment-616</guid>
		<description><![CDATA[&lt;strong&gt;Bad Credit Car Loans Now&lt;/strong&gt;

Are you sure?]]></description>
		<content:encoded><![CDATA[<p><strong>Bad Credit Car Loans Now</strong></p>
<p>Are you sure?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Business Credit Card</title>
		<link>http://technology.amis.nl/2004/08/20/use-jax-b-or-castor-for/#comment-615</link>
		<dc:creator>Business Credit Card</dc:creator>
		<pubDate>Mon, 23 Apr 2007 18:42:26 +0000</pubDate>
		<guid isPermaLink="false">/?p=122#comment-615</guid>
		<description><![CDATA[&lt;strong&gt;Business Credit Card&lt;/strong&gt;

Is that a template? If not your a great designer!]]></description>
		<content:encoded><![CDATA[<p><strong>Business Credit Card</strong></p>
<p>Is that a template? If not your a great designer!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tubas</title>
		<link>http://technology.amis.nl/2004/08/20/use-jax-b-or-castor-for/#comment-614</link>
		<dc:creator>Tubas</dc:creator>
		<pubDate>Fri, 20 Apr 2007 19:02:21 +0000</pubDate>
		<guid isPermaLink="false">/?p=122#comment-614</guid>
		<description><![CDATA[&lt;strong&gt;Tubas&lt;/strong&gt;

Is that a template? If not your a great designer!]]></description>
		<content:encoded><![CDATA[<p><strong>Tubas</strong></p>
<p>Is that a template? If not your a great designer!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrian</title>
		<link>http://technology.amis.nl/2004/08/20/use-jax-b-or-castor-for/#comment-613</link>
		<dc:creator>Adrian</dc:creator>
		<pubDate>Fri, 20 Aug 2004 09:32:08 +0000</pubDate>
		<guid isPermaLink="false">/?p=122#comment-613</guid>
		<description><![CDATA[xmlbeans is a superb API as long as you have a schema not a DTD for your document, which obviously is your case, too. Unfortunately, I cannot comment upon its integration with Axis, but I think you&#039;ll probably have the same namespace &#039;issues&#039; as the one related to Castor, mentioned by Dan.]]></description>
		<content:encoded><![CDATA[<p>xmlbeans is a superb API as long as you have a schema not a DTD for your document, which obviously is your case, too. Unfortunately, I cannot comment upon its integration with Axis, but I think you&#8217;ll probably have the same namespace &#8216;issues&#8217; as the one related to Castor, mentioned by Dan.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zeger Hendrikse</title>
		<link>http://technology.amis.nl/2004/08/20/use-jax-b-or-castor-for/#comment-612</link>
		<dc:creator>Zeger Hendrikse</dc:creator>
		<pubDate>Fri, 20 Aug 2004 09:24:59 +0000</pubDate>
		<guid isPermaLink="false">/?p=122#comment-612</guid>
		<description><![CDATA[No problems with xmlbeans, I think (I haven&#039;t got experience). But if there are any arguments in favour of it (such as ease of use :-), I&#039;ll surely consider it an option.]]></description>
		<content:encoded><![CDATA[<p>No problems with xmlbeans, I think (I haven&#8217;t got experience). But if there are any arguments in favour of it (such as ease of use <img src='http://technology.amis.nl/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> , I&#8217;ll surely consider it an option.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Barber</title>
		<link>http://technology.amis.nl/2004/08/20/use-jax-b-or-castor-for/#comment-611</link>
		<dc:creator>Dan Barber</dc:creator>
		<pubDate>Fri, 20 Aug 2004 09:21:42 +0000</pubDate>
		<guid isPermaLink="false">/?p=122#comment-611</guid>
		<description><![CDATA[From my experience with Castor and Axis, I would say that it works pretty well.  IBM&#039;s excellent article
provides a solid roadmap for implementing DOC/Literal.  My process for managing changes in the interface
(new fields exposed in the service) is pretty simple.  I make a change in the schema, run an ant target
to generate binding classes, merge generated classes with my code base, recompile and deploy.  Issues
to watch out for include:

- namespaces in the schema: I found that the xml returned from the service contained namespace prefixes
  for every attribute and element!  I ended up removing namespace settings from within the generated classes.

- Axis bug fixes: There were a few classes in Axis that had bugs relating to Castor.  I grabbed the fixes from
  cvs because they weren&#039;t included in the standard Axis distribution (can&#039;t remember what classes were fixed).

I&#039;m sure there are better ways to implement now.  I haven&#039;t played with JAX-B so I don&#039;t know how easy it is.

Good Luck!]]></description>
		<content:encoded><![CDATA[<p>From my experience with Castor and Axis, I would say that it works pretty well.  IBM&#8217;s excellent article<br />
provides a solid roadmap for implementing DOC/Literal.  My process for managing changes in the interface<br />
(new fields exposed in the service) is pretty simple.  I make a change in the schema, run an ant target<br />
to generate binding classes, merge generated classes with my code base, recompile and deploy.  Issues<br />
to watch out for include:</p>
<p>- namespaces in the schema: I found that the xml returned from the service contained namespace prefixes<br />
  for every attribute and element!  I ended up removing namespace settings from within the generated classes.</p>
<p>- Axis bug fixes: There were a few classes in Axis that had bugs relating to Castor.  I grabbed the fixes from<br />
  cvs because they weren&#8217;t included in the standard Axis distribution (can&#8217;t remember what classes were fixed).</p>
<p>I&#8217;m sure there are better ways to implement now.  I haven&#8217;t played with JAX-B so I don&#8217;t know how easy it is.</p>
<p>Good Luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrian</title>
		<link>http://technology.amis.nl/2004/08/20/use-jax-b-or-castor-for/#comment-610</link>
		<dc:creator>Adrian</dc:creator>
		<pubDate>Fri, 20 Aug 2004 09:12:44 +0000</pubDate>
		<guid isPermaLink="false">/?p=122#comment-610</guid>
		<description><![CDATA[What&#039;s the problem with xmlbeans ?]]></description>
		<content:encoded><![CDATA[<p>What&#8217;s the problem with xmlbeans ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
