<?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: Develop Restful application with RESTeasy</title>
	<atom:link href="http://blog.esofthead.com/develop-restful-application-with-resteasy/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.esofthead.com/develop-restful-application-with-resteasy/</link>
	<description>The official blog of eSoftHead Company</description>
	<lastBuildDate>Wed, 14 Jul 2010 00:47:10 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: admin</title>
		<link>http://blog.esofthead.com/develop-restful-application-with-resteasy/comment-page-1/#comment-210</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 30 Sep 2009 13:22:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.esofthead.com/develop-restful-application-with-resteasy/#comment-210</guid>
		<description>Yeah, it is pretty easy to JAXB to marshall and unmarshall java objects. One more option is using JSON serializer/de-serializer, I prefer the second option if it is possible because it is simple, ease of reading and it is ease to make interoperability with other language.</description>
		<content:encoded><![CDATA[<p>Yeah, it is pretty easy to JAXB to marshall and unmarshall java objects. One more option is using JSON serializer/de-serializer, I prefer the second option if it is possible because it is simple, ease of reading and it is ease to make interoperability with other language.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Srinadh</title>
		<link>http://blog.esofthead.com/develop-restful-application-with-resteasy/comment-page-1/#comment-209</link>
		<dc:creator>Srinadh</dc:creator>
		<pubDate>Wed, 30 Sep 2009 10:04:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.esofthead.com/develop-restful-application-with-resteasy/#comment-209</guid>
		<description>Hi

Am using JAXB to marshall and unmarshall both the request and response objects. Its pretty easy and performance is very good compared to SOAP.</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>Am using JAXB to marshall and unmarshall both the request and response objects. Its pretty easy and performance is very good compared to SOAP.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://blog.esofthead.com/develop-restful-application-with-resteasy/comment-page-1/#comment-61</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 08 May 2009 14:03:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.esofthead.com/develop-restful-application-with-resteasy/#comment-61</guid>
		<description>It is good for developers, they do not need to know the raw data is created. Thanks Solomon :)</description>
		<content:encoded><![CDATA[<p>It is good for developers, they do not need to know the raw data is created. Thanks Solomon <img src='http://blog.esofthead.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Solomon Duskis</title>
		<link>http://blog.esofthead.com/develop-restful-application-with-resteasy/comment-page-1/#comment-60</link>
		<dc:creator>Solomon Duskis</dc:creator>
		<pubDate>Fri, 08 May 2009 11:15:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.esofthead.com/develop-restful-application-with-resteasy/#comment-60</guid>
		<description>I already added that in the RESTEasy SVN.

SimpleFile sf = ReaderUtility.read(SimpleFile.class, &quot;application/xml&quot;, responseBodyAsString)

With a corresponding WriterUtility...</description>
		<content:encoded><![CDATA[<p>I already added that in the RESTEasy SVN.</p>
<p>SimpleFile sf = ReaderUtility.read(SimpleFile.class, &#8220;application/xml&#8221;, responseBodyAsString)</p>
<p>With a corresponding WriterUtility&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://blog.esofthead.com/develop-restful-application-with-resteasy/comment-page-1/#comment-58</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 07 May 2009 15:07:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.esofthead.com/develop-restful-application-with-resteasy/#comment-58</guid>
		<description>Solomon, it sounds good. You should support options of unmarshalling (if you want to write a generic purpose utility) for JSON, XML, Atom etc

I am willing if you need further discussion.</description>
		<content:encoded><![CDATA[<p>Solomon, it sounds good. You should support options of unmarshalling (if you want to write a generic purpose utility) for JSON, XML, Atom etc</p>
<p>I am willing if you need further discussion.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Solomon Duskis</title>
		<link>http://blog.esofthead.com/develop-restful-application-with-resteasy/comment-page-1/#comment-56</link>
		<dc:creator>Solomon Duskis</dc:creator>
		<pubDate>Thu, 07 May 2009 12:18:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.esofthead.com/develop-restful-application-with-resteasy/#comment-56</guid>
		<description>I wrote the SpringMVC integration and the version of the DispatcherServlet add on to the TJWS Embedded container.

This does seem like a compelling approach.  I&#039;ll try to add on some utilities to make this kind of testing even easier.  

something like 
in your test file



and in your test:

@Autowired
ClientRequestFactory requestFactory;

@Test
public void test(){
  SimpleFile file = requestFactory.get(&quot;/filesystem/getFile/content/A&quot;, SimpleFile.class);
  ...
}

Does that sound good?  Do you have any other suggestions?
}</description>
		<content:encoded><![CDATA[<p>I wrote the SpringMVC integration and the version of the DispatcherServlet add on to the TJWS Embedded container.</p>
<p>This does seem like a compelling approach.  I&#8217;ll try to add on some utilities to make this kind of testing even easier.  </p>
<p>something like<br />
in your test file</p>
<p>and in your test:</p>
<p>@Autowired<br />
ClientRequestFactory requestFactory;</p>
<p>@Test<br />
public void test(){<br />
  SimpleFile file = requestFactory.get(&#8220;/filesystem/getFile/content/A&#8221;, SimpleFile.class);<br />
  &#8230;<br />
}</p>
<p>Does that sound good?  Do you have any other suggestions?<br />
}</p>
]]></content:encoded>
	</item>
</channel>
</rss>
