<?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: GWT Exception Handling Limitations</title>
	<atom:link href="http://www.roussev.org/2010/02/gwt-exception-handling-limitations/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.roussev.org/2010/02/gwt-exception-handling-limitations/</link>
	<description>a Web Developer creating elegant aesthetic software</description>
	<lastBuildDate>Tue, 16 Feb 2010 09:25:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: atanas</title>
		<link>http://www.roussev.org/2010/02/gwt-exception-handling-limitations/comment-page-1/#comment-1154</link>
		<dc:creator>atanas</dc:creator>
		<pubDate>Tue, 09 Feb 2010 17:02:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.roussev.org/?p=594#comment-1154</guid>
		<description>Hi Martin,

Case B solution was outlined in my next post: http://www.roussev.org/2010/02/gwt-dynamic-exception-handling/ where I am demonstrating how to propagate exceptions to client without having to declare them anywhere. Probably you have more elegant solution? At that time I wrote the code there were no information so I had to extend GWT RemoteServiceServlet to achieve more dynamic approach.</description>
		<content:encoded><![CDATA[<p>Hi Martin,</p>
<p>Case B solution was outlined in my next post: <a href="http://www.roussev.org/2010/02/gwt-dynamic-exception-handling/" rel="nofollow">http://www.roussev.org/2010/02/gwt-dynamic-exception-handling/</a> where I am demonstrating how to propagate exceptions to client without having to declare them anywhere. Probably you have more elegant solution? At that time I wrote the code there were no information so I had to extend GWT RemoteServiceServlet to achieve more dynamic approach.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin De Wulf</title>
		<link>http://www.roussev.org/2010/02/gwt-exception-handling-limitations/comment-page-1/#comment-1148</link>
		<dc:creator>Martin De Wulf</dc:creator>
		<pubDate>Tue, 09 Feb 2010 10:42:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.roussev.org/?p=594#comment-1148</guid>
		<description>In my previosu comment, some text disappeared because of  less than equal and greater than equal sign. 

I was saying : does not implement the IsSerializable interface (in older versions of GWT) or the Serializable interface (in more recent versions).</description>
		<content:encoded><![CDATA[<p>In my previosu comment, some text disappeared because of  less than equal and greater than equal sign. </p>
<p>I was saying : does not implement the IsSerializable interface (in older versions of GWT) or the Serializable interface (in more recent versions).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin De Wulf</title>
		<link>http://www.roussev.org/2010/02/gwt-exception-handling-limitations/comment-page-1/#comment-1147</link>
		<dc:creator>Martin De Wulf</dc:creator>
		<pubDate>Tue, 09 Feb 2010 10:40:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.roussev.org/?p=594#comment-1147</guid>
		<description>Hello, 

in fact, it is possible to make work case B. I have this exact mechanism used successfully in one GWT app. The exception you got for this case means that your exception class is not in one of the client package or does not implement the IsSerializable interface (in GWT  2.0). 

I encountered the exact same problem, and all this is explained in the doc, but at  the time, I found it difficult to find the information.</description>
		<content:encoded><![CDATA[<p>Hello, </p>
<p>in fact, it is possible to make work case B. I have this exact mechanism used successfully in one GWT app. The exception you got for this case means that your exception class is not in one of the client package or does not implement the IsSerializable interface (in GWT  2.0). </p>
<p>I encountered the exact same problem, and all this is explained in the doc, but at  the time, I found it difficult to find the information.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
