<?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 web service frameworks &#8212; a brief survey</title>
	<atom:link href="http://biotext.org.uk/java-web-service-frameworks-a-brief-survey/feed/" rel="self" type="application/rss+xml" />
	<link>http://biotext.org.uk/java-web-service-frameworks-a-brief-survey/</link>
	<description>Not a typewriter</description>
	<lastBuildDate>Mon, 08 Mar 2010 08:29:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Neil McF</title>
		<link>http://biotext.org.uk/java-web-service-frameworks-a-brief-survey/comment-page-1/#comment-138</link>
		<dc:creator>Neil McF</dc:creator>
		<pubDate>Fri, 28 Aug 2009 19:32:46 +0000</pubDate>
		<guid isPermaLink="false">http://biotext.org.uk/?p=64#comment-138</guid>
		<description>I&#039;ve been giving JBossWS (native) a bit of a shake-down and am generally quite pleased (barring initial frustrations due to a few gotchas).

I&#039;m a supporter of code-first development and quite liked how w/ JBossWS I was able to avoid editing the WSDL entirely by using their @Policy annotations.

I&#039;ve set up a quick tutorial on Knol (http://knol.google.com/k/neil-mcfarlane/creating-your-first-web-services-in-java/2rmibbku7c1e4/7#) for configuring WSRM with this stack if it is of any use to anyone.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been giving JBossWS (native) a bit of a shake-down and am generally quite pleased (barring initial frustrations due to a few gotchas).</p>
<p>I&#8217;m a supporter of code-first development and quite liked how w/ JBossWS I was able to avoid editing the WSDL entirely by using their @Policy annotations.</p>
<p>I&#8217;ve set up a quick tutorial on Knol (<a href="http://knol.google.com/k/neil-mcfarlane/creating-your-first-web-services-in-java/2rmibbku7c1e4/7#" rel="nofollow">http://knol.google.com/k/neil-mcfarlane/creating-your-first-web-services-in-java/2rmibbku7c1e4/7#</a>) for configuring WSRM with this stack if it is of any use to anyone.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sheetal Mohan Sharma</title>
		<link>http://biotext.org.uk/java-web-service-frameworks-a-brief-survey/comment-page-1/#comment-95</link>
		<dc:creator>Sheetal Mohan Sharma</dc:creator>
		<pubDate>Wed, 06 May 2009 04:24:21 +0000</pubDate>
		<guid isPermaLink="false">http://biotext.org.uk/?p=64#comment-95</guid>
		<description>Intersting article!!!. We have evaluated Axis2 and jax-ws and found jax-ws much cleaner and easy to develop. Looks like I need to ge my hands dirty with CXF and Spring-ws now :)</description>
		<content:encoded><![CDATA[<p>Intersting article!!!. We have evaluated Axis2 and jax-ws and found jax-ws much cleaner and easy to develop. Looks like I need to ge my hands dirty with CXF and Spring-ws now <img src='http://biotext.org.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dmitry</title>
		<link>http://biotext.org.uk/java-web-service-frameworks-a-brief-survey/comment-page-1/#comment-81</link>
		<dc:creator>Dmitry</dc:creator>
		<pubDate>Mon, 23 Mar 2009 11:17:53 +0000</pubDate>
		<guid isPermaLink="false">http://biotext.org.uk/?p=64#comment-81</guid>
		<description>Nice post...

Some comments.
You can process SOAP message as an xml stream using ANY JAX-WS library (using Provider).

You can generate JAXB classes on the fly - just use a custom classloader that download a scheme from somewhere, compile it dynamically (using javacompiler API for example ecj from eclipse) and feed the JAXB.

Unfortunately, there is no SAWSDL support yet in jax-ws :-(</description>
		<content:encoded><![CDATA[<p>Nice post&#8230;</p>
<p>Some comments.<br />
You can process SOAP message as an xml stream using ANY JAX-WS library (using Provider).</p>
<p>You can generate JAXB classes on the fly &#8211; just use a custom classloader that download a scheme from somewhere, compile it dynamically (using javacompiler API for example ecj from eclipse) and feed the JAXB.</p>
<p>Unfortunately, there is no SAWSDL support yet in jax-ws <img src='http://biotext.org.uk/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
