<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" 
	xmlns:dc="http://purl.org/dc/elements/1.1/" 
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" 
	xmlns:admin="http://webns.net/mvcb/" 
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/" 
	xmlns:atom="http://www.w3.org/2005/Atom">
	
	<channel>
	
		<title>Ext GWT 3.0 XTemplate Redesign</title>
		<link>http://www.sencha.com/blog/ext-gwt-3-xtemplate-redesign</link>
		<description>XTemplates are are a powerful feature in Ext GWT. Prior to 3.0, XTemplates have been implemented using the same design and code as Ext JS. For 3.0, we decided we would like to replace the Ext JS JavaScript&#45;based implementation with a solution more fitting with GWT and the features it offers. This article walks through the details of this redesign and gives some insight into the final design as well as a few code samples.</description>
		<dc:language>en-us</dc:language>
		<dc:creator>darrell@extjs.com</dc:creator>
		<dc:rights>Copyright 2011</dc:rights>
		<dc:date>2011-05-18T15:35:55+00:00</dc:date>
		<admin:generatorAgent rdf:resource="http://expressionengine.com/" />
		<atom:link href="http://www.sencha.com/blog/comments-rss/916" rel="self" type="application/rss+xml" />
  
		
  
		<item>
      <title>Comment by Jeanette</title>
      <description>I have been so bewilerded in the past but now it all makes sense!</description>
      <content:encoded><![CDATA[<p>I have been so bewilerded in the past but now it all makes sense!</p>]]></content:encoded>
      <pubDate>Fri, 09 Sep 2011 00:15 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//ext-gwt-3-xtemplate-redesign#id:26553#date:00:15</guid>
    </item>
  
		<item>
      <title>Comment by Anton Alexeyev</title>
      <description>I have a question about BaseModelData destiny. Will it be supported by GXT  3.0??</description>
      <content:encoded><![CDATA[<p>I have a question about BaseModelData destiny. Will it be supported by GXT  3.0??</p>]]></content:encoded>
      <pubDate>Tue, 05 Jul 2011 02:59 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//ext-gwt-3-xtemplate-redesign#id:23752#date:02:59</guid>
    </item>
  
		<item>
      <title>Comment by Ice</title>
      <description>What a joy to find such clear thinking. Tankhs for posting!</description>
      <content:encoded><![CDATA[<p>What a joy to find such clear thinking. Tankhs for posting!</p>]]></content:encoded>
      <pubDate>Fri, 10 Jun 2011 18:11 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//ext-gwt-3-xtemplate-redesign#id:22713#date:18:11</guid>
    </item>
  
		<item>
      <title>Comment by Stanislav Spiridonov</title>
      <description>Ok. I am also using a modified ListView (http://euve11681.server4you.net). But if the GXT will contain some standard component  I will use it.</description>
      <content:encoded><![CDATA[<p>Ok. I am also using a modified ListView (<a href="http://euve11681.server4you.net">http://euve11681.server4you.net</a>). But if the GXT will contain some standard component  I will use it.</p>]]></content:encoded>
      <pubDate>Fri, 20 May 2011 06:50 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//ext-gwt-3-xtemplate-redesign#id:21578#date:06:50</guid>
    </item>
  
		<item>
      <title>Comment by Darrell Meyer</title>
      <description>We plan to have the first preview release of 3.0 the first week of June and to go final this summer.

@Stanislav Spiridonov
XTemplate will not support inserting widgets. The purpose of XTemplate is to generate static HTML. For inserting widgets, take a look at HtmlContainer which is in 2.X.

@Robert Schreiber
You can post your code in the forums and shoot me the link in a private message.

@Frank Rousseau
Models have been moved to a new legacy module. You will still be able to use models and we will provide some helper classes so you can use them in our new store and loaders.</description>
      <content:encoded><![CDATA[<p>We plan to have the first preview release of 3.0 the first week of June and to go final this summer.</p>

<p>@Stanislav Spiridonov<br />
XTemplate will not support inserting widgets. The purpose of XTemplate is to generate static HTML. For inserting widgets, take a look at HtmlContainer which is in 2.X.</p>

<p>@Robert Schreiber<br />
You can post your code in the forums and shoot me the link in a private message.</p>

<p>@Frank Rousseau<br />
Models have been moved to a new legacy module. You will still be able to use models and we will provide some helper classes so you can use them in our new store and loaders.</p>

]]></content:encoded>
      <pubDate>Wed, 18 May 2011 19:11 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//ext-gwt-3-xtemplate-redesign#id:21446#date:19:11</guid>
    </item>
  
		<item>
      <title>Comment by Marcos Ribeiro</title>
      <description>When will GXT 3.0 be available?</description>
      <content:encoded><![CDATA[<p>When will GXT 3.0 be available?</p>]]></content:encoded>
      <pubDate>Thu, 05 May 2011 14:52 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//ext-gwt-3-xtemplate-redesign#id:20672#date:14:52</guid>
    </item>
  
		<item>
      <title>Comment by Gee</title>
      <description>What a great friggin idea!</description>
      <content:encoded><![CDATA[<p>What a great friggin idea!</p>]]></content:encoded>
      <pubDate>Wed, 04 May 2011 22:04 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//ext-gwt-3-xtemplate-redesign#id:20622#date:22:04</guid>
    </item>
  
		<item>
      <title>Comment by Frank Rousseau</title>
      <description>Will ModelData be deprecated ? If yes, it would be a bad news, because we heavily use it for ArtForge. 
Whatever, good job for the better integration of GWT features !</description>
      <content:encoded><![CDATA[<p>Will ModelData be deprecated ? If yes, it would be a bad news, because we heavily use it for ArtForge. <br />
Whatever, good job for the better integration of GWT features !</p>]]></content:encoded>
      <pubDate>Wed, 04 May 2011 13:25 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//ext-gwt-3-xtemplate-redesign#id:20587#date:13:25</guid>
    </item>
  
		<item>
      <title>Comment by Robert Schreiber</title>
      <description>Hi there,
I had the requirement to integrate Buttons within the items of a ListView.
So I enhanced ListView to work without XTemplates and use real Widgets.
May I contribute somehow?
Best regards from Munich, Robert</description>
      <content:encoded><![CDATA[<p>Hi there,<br />
I had the requirement to integrate Buttons within the items of a ListView.<br />
So I enhanced ListView to work without XTemplates and use real Widgets.<br />
May I contribute somehow?<br />
Best regards from Munich, Robert</p>]]></content:encoded>
      <pubDate>Wed, 04 May 2011 07:06 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//ext-gwt-3-xtemplate-redesign#id:20578#date:07:06</guid>
    </item>
  
		<item>
      <title>Comment by Stanislav Spiridonov</title>
      <description>Great! What about better documentation for XTemplates? Will be possible to use Widgets/Components into XTemplate?</description>
      <content:encoded><![CDATA[<p>Great! What about better documentation for XTemplates? Will be possible to use Widgets/Components into XTemplate?</p>]]></content:encoded>
      <pubDate>Wed, 04 May 2011 05:21 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//ext-gwt-3-xtemplate-redesign#id:20577#date:05:21</guid>
    </item>
  
		<item>
      <title>Comment by Gary Eberhart</title>
      <description>I love this idea. When will GXT 3.0 be available?</description>
      <content:encoded><![CDATA[<p>I love this idea. When will GXT 3.0 be available?</p>]]></content:encoded>
      <pubDate>Tue, 03 May 2011 20:13 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//ext-gwt-3-xtemplate-redesign#id:20553#date:20:13</guid>
    </item>
  
		
	</channel>
</rss>