<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>spiros.blog() &#187; gwt</title>
	<atom:link href="http://www.tzavellas.com/techblog/tag/gwt/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tzavellas.com/techblog</link>
	<description>Spiros Tzavellas’s blog, mostly on software development and Java.</description>
	<lastBuildDate>Fri, 24 Sep 2010 07:42:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>The RPC refactorings in GWT 1.4</title>
		<link>http://www.tzavellas.com/techblog/2007/02/19/the-rpc-refactorings-in-gwt-14/</link>
		<comments>http://www.tzavellas.com/techblog/2007/02/19/the-rpc-refactorings-in-gwt-14/#comments</comments>
		<pubDate>Mon, 19 Feb 2007 00:10:02 +0000</pubDate>
		<dc:creator>spiros</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[gwt]]></category>

		<guid isPermaLink="false">http://www.tzavellas.com/techblog/?p=80</guid>
		<description><![CDATA[In the upcoming 1.4 release of Google Web Toolkit, finally all the serialization logic has been removed from the RemoteServiceServlet. The serialization code now resides into a new class named RPC. This is a small but important change that will allow developers to easily integrate GWT with other server-side frameworks. I am sure that a [...]]]></description>
			<content:encoded><![CDATA[<p>In the upcoming 1.4 release of <a href="http://code.google.com/webtoolkit/">Google Web Toolkit</a>, finally all the serialization logic has been removed from the <a href="http://code.google.com/webtoolkit/documentation/com.google.gwt.user.server.rpc.RemoteServiceServlet.html">RemoteServiceServlet</a>. The serialization code now resides into a new class named RPC.</p>
<p>This is a small but important change that will allow developers to easily integrate <a href="http://code.google.com/webtoolkit/">GWT</a> with other server-side frameworks. I am sure that a lot of people (like my friend <a href="http://cgi.di.uoa.gr/~georgeg/">George</a> who is the author and maintainer of the most <a href="http://g.georgovassilis.googlepages.com/usingthespringgwtcontroller">popular</a> GWT-Spring integration framework) will be very happy with this change since it will greatly simplify their code.</p>
<p><a href="http://roberthanson.blogspot.com/">Robert Hanson</a> has all the <a href="http://roberthanson.blogspot.com/2007/02/gwt-rpc-customizing-rpc-in-gwt.html">details</a> in his <a href="http://roberthanson.blogspot.com/">blog</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tzavellas.com/techblog/2007/02/19/the-rpc-refactorings-in-gwt-14/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

