<?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 2.0 Declarative Interfaces</title>
	<atom:link href="http://eggsylife.co.uk/2009/11/01/gwt-2-0-declarative-interfaces/feed/" rel="self" type="application/rss+xml" />
	<link>http://eggsylife.co.uk/2009/11/01/gwt-2-0-declarative-interfaces/</link>
	<description>Eggsylife</description>
	<lastBuildDate>Sun, 06 May 2012 01:43:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Asterix</title>
		<link>http://eggsylife.co.uk/2009/11/01/gwt-2-0-declarative-interfaces/comment-page-1/#comment-114</link>
		<dc:creator>Asterix</dc:creator>
		<pubDate>Fri, 28 May 2010 09:18:40 +0000</pubDate>
		<guid isPermaLink="false">http://eggsylife.co.uk/?p=67#comment-114</guid>
		<description>Thanks a lot! At last I found useful tutorial. Thanks again!</description>
		<content:encoded><![CDATA[<p>Thanks a lot! At last I found useful tutorial. Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HappyCamper</title>
		<link>http://eggsylife.co.uk/2009/11/01/gwt-2-0-declarative-interfaces/comment-page-1/#comment-109</link>
		<dc:creator>HappyCamper</dc:creator>
		<pubDate>Mon, 17 May 2010 15:06:01 +0000</pubDate>
		<guid isPermaLink="false">http://eggsylife.co.uk/?p=67#comment-109</guid>
		<description>Great little tutorial. Thanks!</description>
		<content:encoded><![CDATA[<p>Great little tutorial. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: daniel</title>
		<link>http://eggsylife.co.uk/2009/11/01/gwt-2-0-declarative-interfaces/comment-page-1/#comment-40</link>
		<dc:creator>daniel</dc:creator>
		<pubDate>Sun, 20 Dec 2009 23:07:51 +0000</pubDate>
		<guid isPermaLink="false">http://eggsylife.co.uk/?p=67#comment-40</guid>
		<description>afaik you need the third namespace only to use custom widgets that are defined in the package the namespace points to.

so in the example it should work without the third namespace, because only gwt-widgets are used (this is where xmlns:g points to)

you need further namespaces for every package from your project where a widget is defined that you want to use in your template.

ie you would write &lt;webapplication:MyWidget/&gt; to include &#039;MyWidget&#039; from com.WebApplication.client</description>
		<content:encoded><![CDATA[<p>afaik you need the third namespace only to use custom widgets that are defined in the package the namespace points to.</p>
<p>so in the example it should work without the third namespace, because only gwt-widgets are used (this is where xmlns:g points to)</p>
<p>you need further namespaces for every package from your project where a widget is defined that you want to use in your template.</p>
<p>ie you would write &lt;webapplication:MyWidget/&gt; to include &#8216;MyWidget&#8217; from com.WebApplication.client</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Federico Kereki</title>
		<link>http://eggsylife.co.uk/2009/11/01/gwt-2-0-declarative-interfaces/comment-page-1/#comment-21</link>
		<dc:creator>Federico Kereki</dc:creator>
		<pubDate>Fri, 11 Dec 2009 23:09:36 +0000</pubDate>
		<guid isPermaLink="false">http://eggsylife.co.uk/?p=67#comment-21</guid>
		<description>Hi! Thanks for your answer. I was curious, because I&#039;ve been using UiBinder *without* the third definition (i.e., xmlns:webapplication) and it worked just fine.</description>
		<content:encoded><![CDATA[<p>Hi! Thanks for your answer. I was curious, because I&#8217;ve been using UiBinder *without* the third definition (i.e., xmlns:webapplication) and it worked just fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://eggsylife.co.uk/2009/11/01/gwt-2-0-declarative-interfaces/comment-page-1/#comment-18</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 11 Dec 2009 11:16:55 +0000</pubDate>
		<guid isPermaLink="false">http://eggsylife.co.uk/?p=67#comment-18</guid>
		<description>Hi there,

The xmlns:webapplication defines the namespace for our web application. Notice in the java WebApplication class the package we&#039;re working in is com.WebApplication.client - it is that package that is referenced in the xmlns:webapplication

Hope that helps,</description>
		<content:encoded><![CDATA[<p>Hi there,</p>
<p>The xmlns:webapplication defines the namespace for our web application. Notice in the java WebApplication class the package we&#8217;re working in is com.WebApplication.client &#8211; it is that package that is referenced in the xmlns:webapplication</p>
<p>Hope that helps,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Federico Kereki</title>
		<link>http://eggsylife.co.uk/2009/11/01/gwt-2-0-declarative-interfaces/comment-page-1/#comment-17</link>
		<dc:creator>Federico Kereki</dc:creator>
		<pubDate>Fri, 11 Dec 2009 10:57:06 +0000</pubDate>
		<guid isPermaLink="false">http://eggsylife.co.uk/?p=67#comment-17</guid>
		<description>Nice description - but what is xmlns:webapplication used for?</description>
		<content:encoded><![CDATA[<p>Nice description &#8211; but what is xmlns:webapplication used for?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sandip</title>
		<link>http://eggsylife.co.uk/2009/11/01/gwt-2-0-declarative-interfaces/comment-page-1/#comment-5</link>
		<dc:creator>sandip</dc:creator>
		<pubDate>Fri, 06 Nov 2009 07:40:32 +0000</pubDate>
		<guid isPermaLink="false">http://eggsylife.co.uk/?p=67#comment-5</guid>
		<description>Thanks for such nice step by step document.</description>
		<content:encoded><![CDATA[<p>Thanks for such nice step by step document.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

