<?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 Developer Preview 1</title>
		<link>http://www.sencha.com/blog/ext-gwt-3-dev-preview-1</link>
		<description>The Ext GWT team has been hard at work on our Ext GWT 3.0 release. We are happy to announce the availability of our first developer preview release.</description>
		<dc:language>en-us</dc:language>
		<dc:creator>darrell@extjs.com</dc:creator>
		<dc:rights>Copyright 2011</dc:rights>
		<dc:date>2011-06-16T21:00:43+00:00</dc:date>
		<admin:generatorAgent rdf:resource="http://expressionengine.com/" />
		<atom:link href="http://www.sencha.com/blog/comments-rss/1020" rel="self" type="application/rss+xml" />
  
		
  
		<item>
      <title>Comment by Hansjörg Oppermann</title>
      <description>Why does the Maven paragraph was removed from the article? Maven is now no longer supported?</description>
      <content:encoded><![CDATA[<p>Why does the Maven paragraph was removed from the article? Maven is now no longer supported?</p>]]></content:encoded>
      <pubDate>Tue, 19 Jul 2011 07:14 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//ext-gwt-3-dev-preview-1#id:24229#date:07:14</guid>
    </item>
  
		<item>
      <title>Comment by Adrien</title>
      <description>@Alain

Im interested in your &#8220;save localy&#8221; solution.
I’ll apreciate if you could share your solution

Thanks 


Adrien</description>
      <content:encoded><![CDATA[<p>@Alain</p>

<p>Im interested in your &#8220;save localy&#8221; solution.<br />
I’ll apreciate if you could share your solution</p>

<p>Thanks <img src="/images/smileys/smile.gif" width="19" height="19" alt="smile" style="border:0;" /></p>

<p><br />
Adrien</p>]]></content:encoded>
      <pubDate>Tue, 12 Jul 2011 13:55 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//ext-gwt-3-dev-preview-1#id:23902#date:13:55</guid>
    </item>
  
		<item>
      <title>Comment by Colin Alworth</title>
      <description>@William Bonawentura
We don&#8217;t yet have such an API for this, as that was mainly consumed by the Bindings code, which is being replaced by GWT&#8217;s own editor framework. Such an interface can be defined again, but without the Map&amp;lt;String,?&amp;gt; backing of the models, getting a reference to the property that was changed would be tricky.

This opens the doors to using AutoBeans and RequestFactory, not to mention standard java beans. It is also worth pointing out that GWT&#8217;s editor framework isn&#8217;t based on an observer pattern, but flow&#45;synchronization instead.</description>
      <content:encoded><![CDATA[<p>@William Bonawentura<br />
We don&#8217;t yet have such an API for this, as that was mainly consumed by the Bindings code, which is being replaced by GWT&#8217;s own editor framework. Such an interface can be defined again, but without the Map&lt;String,?&gt; backing of the models, getting a reference to the property that was changed would be tricky.</p>

<p>This opens the doors to using AutoBeans and RequestFactory, not to mention standard java beans. It is also worth pointing out that GWT&#8217;s editor framework isn&#8217;t based on an observer pattern, but flow-synchronization instead.</p>]]></content:encoded>
      <pubDate>Wed, 06 Jul 2011 00:40 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//ext-gwt-3-dev-preview-1#id:23779#date:00:40</guid>
    </item>
  
		<item>
      <title>Comment by William Bonawentura</title>
      <description>Would PropertyAccess still be implemented Observable pattern (like ChangeEventSource with Model)?</description>
      <content:encoded><![CDATA[<p>Would PropertyAccess still be implemented Observable pattern (like ChangeEventSource with Model)?</p>]]></content:encoded>
      <pubDate>Fri, 01 Jul 2011 14:54 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//ext-gwt-3-dev-preview-1#id:23670#date:14:54</guid>
    </item>
  
		<item>
      <title>Comment by raivis</title>
      <description>@Colin Alworth
I&#8217;ll wait until some data widgets will be available and see how to code tabular data view. I&#8217;ll fill ticket if I will still have questions after that.</description>
      <content:encoded><![CDATA[<p>@Colin Alworth<br />
I&#8217;ll wait until some data widgets will be available and see how to code tabular data view. I&#8217;ll fill ticket if I will still have questions after that.</p>]]></content:encoded>
      <pubDate>Tue, 28 Jun 2011 08:32 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//ext-gwt-3-dev-preview-1#id:23552#date:08:32</guid>
    </item>
  
		<item>
      <title>Comment by Piotr Kosmowski</title>
      <description>Finally. Can&#8217;t wait to see what your new child can do</description>
      <content:encoded><![CDATA[<p>Finally. Can&#8217;t wait to see what your new child can do <img src="/images/smileys/smile.gif" width="19" height="19" alt="smile" style="border:0;" /></p>]]></content:encoded>
      <pubDate>Mon, 27 Jun 2011 23:20 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//ext-gwt-3-dev-preview-1#id:23529#date:23:20</guid>
    </item>
  
		<item>
      <title>Comment by Colin Alworth</title>
      <description>@raivis
Take a look at the source of the ValueProvider instance that can read into a ModelData &#45; it can be easily adapted to work with anything backed by Map&amp;lt;String, Object&amp;gt;. The legacy jar is made to work with the current Ext GWT api, which is not likely to change with respect to data models soon.

While this change is annoying to work with, closing this door has opened many others. Without this change, support for RequestFactory or AutoBeans are effectively impossible, and by making this change, we no longer need to support the BeanModel generation, but can use this more efficient method of reading properties without needing this psuedo&#45;reflection to get access to arbitrary runtime methods.

Drop by #extgwt on freenode or file a ticket if you&#8217;d like to discuss this more &#45; perhaps we&#8217;ve missed an important usecase or maybe we can explain better the direction we are headed.</description>
      <content:encoded><![CDATA[<p>@raivis<br />
Take a look at the source of the ValueProvider instance that can read into a ModelData - it can be easily adapted to work with anything backed by Map&lt;String, Object&gt;. The legacy jar is made to work with the current Ext GWT api, which is not likely to change with respect to data models soon.</p>

<p>While this change is annoying to work with, closing this door has opened many others. Without this change, support for RequestFactory or AutoBeans are effectively impossible, and by making this change, we no longer need to support the BeanModel generation, but can use this more efficient method of reading properties without needing this psuedo-reflection to get access to arbitrary runtime methods.</p>

<p>Drop by #extgwt on freenode or file a ticket if you&#8217;d like to discuss this more - perhaps we&#8217;ve missed an important usecase or maybe we can explain better the direction we are headed.</p>]]></content:encoded>
      <pubDate>Mon, 27 Jun 2011 18:02 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//ext-gwt-3-dev-preview-1#id:23502#date:18:02</guid>
    </item>
  
		<item>
      <title>Comment by raivis</title>
      <description>@Colin Alworth
Yes, I understand there&#8217;s a legacy package. But for how long will it be supported by GXT? I am afraid that after some versions of GXT I will have to rewrite my one Data class and one generator class to hundreds of new data classes and generator classes.</description>
      <content:encoded><![CDATA[<p>@Colin Alworth<br />
Yes, I understand there&#8217;s a legacy package. But for how long will it be supported by GXT? I am afraid that after some versions of GXT I will have to rewrite my one Data class and one generator class to hundreds of new data classes and generator classes.</p>]]></content:encoded>
      <pubDate>Mon, 27 Jun 2011 11:04 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//ext-gwt-3-dev-preview-1#id:23471#date:11:04</guid>
    </item>
  
		<item>
      <title>Comment by Brendan Coughran</title>
      <description>@Sebastien
Actually that is a misprint. Currently only SVG and VML are supported. We may eventually add a Canvas engine.</description>
      <content:encoded><![CDATA[<p>@Sebastien<br />
Actually that is a misprint. Currently only SVG and VML are supported. We may eventually add a Canvas engine.</p>]]></content:encoded>
      <pubDate>Fri, 24 Jun 2011 21:10 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//ext-gwt-3-dev-preview-1#id:23348#date:21:10</guid>
    </item>
  
		<item>
      <title>Comment by Sebastien Tardif</title>
      <description>It&#8217;s interesting to see that this support Canvas, quote: &#8220;Ext GWT 3.0 draws gorgeous charts using SVG, Canvas and VML&#8221;

In preview release of Ext JS 4, Canvas was supported then just before release, Canvas code was removed.</description>
      <content:encoded><![CDATA[<p>It&#8217;s interesting to see that this support Canvas, quote: &#8220;Ext GWT 3.0 draws gorgeous charts using SVG, Canvas and VML&#8221;</p>

<p>In preview release of Ext JS 4, Canvas was supported then just before release, Canvas code was removed.</p>]]></content:encoded>
      <pubDate>Fri, 24 Jun 2011 04:55 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//ext-gwt-3-dev-preview-1#id:23312#date:04:55</guid>
    </item>
  
		<item>
      <title>Comment by Rogerio Valente</title>
      <description>@Alain,

Hi Alain, please send message to rogerio[dot]valente[at]gmail[dot]com

Thanks man.</description>
      <content:encoded><![CDATA[<p>@Alain,</p>

<p>Hi Alain, please send message to rogerio[dot]valente[at]gmail[dot]com</p>

<p>Thanks man.</p>

]]></content:encoded>
      <pubDate>Thu, 23 Jun 2011 02:09 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//ext-gwt-3-dev-preview-1#id:23281#date:02:09</guid>
    </item>
  
		<item>
      <title>Comment by Robert La Ferla</title>
      <description>And I forgot to say that this is very very cool!&amp;nbsp; I guess the multiple column sort in Grid is taking a backseat for the time being or is that still in the release?</description>
      <content:encoded><![CDATA[<p>And I forgot to say that this is very very cool!&nbsp; I guess the multiple column sort in Grid is taking a backseat for the time being or is that still in the release?</p>]]></content:encoded>
      <pubDate>Thu, 23 Jun 2011 00:44 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//ext-gwt-3-dev-preview-1#id:23278#date:00:44</guid>
    </item>
  
		<item>
      <title>Comment by Robert La Ferla</title>
      <description>What&#8217;s the timeframe for the DP2 release?&amp;nbsp; I am anxious try UIBinder with GXT 3.&amp;nbsp; Also, why not rename Ext GWT to GXT for 3.0 once and for all?</description>
      <content:encoded><![CDATA[<p>What&#8217;s the timeframe for the DP2 release?&nbsp; I am anxious try UIBinder with GXT 3.&nbsp; Also, why not rename Ext GWT to GXT for 3.0 once and for all?</p>]]></content:encoded>
      <pubDate>Thu, 23 Jun 2011 00:19 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//ext-gwt-3-dev-preview-1#id:23277#date:00:19</guid>
    </item>
  
		<item>
      <title>Comment by Alain</title>
      <description>@Lily
Was your comment for me ? 
If yes what it is that you dont understand ?&amp;nbsp; I just introduced a way to save GXT Chart on the client(no server and no executable)

@Rogerio
Do you have an E&#45;Mail where i can reach you ?</description>
      <content:encoded><![CDATA[<p>@Lily<br />
Was your comment for me ? <br />
If yes what it is that you dont understand ?&nbsp; I just introduced a way to save GXT Chart on the client(no server and no executable)</p>

<p>@Rogerio<br />
Do you have an E-Mail where i can reach you ?</p>]]></content:encoded>
      <pubDate>Tue, 21 Jun 2011 07:12 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//ext-gwt-3-dev-preview-1#id:23193#date:07:12</guid>
    </item>
  
		<item>
      <title>Comment by lily</title>
      <description>the whole life have to learn endless,although now i cannt understand what you introduce,i believe i will get it in the future</description>
      <content:encoded><![CDATA[<p>the whole life have to learn endless,although now i cannt understand what you introduce,i believe i will get it in the future</p>]]></content:encoded>
      <pubDate>Tue, 21 Jun 2011 06:22 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//ext-gwt-3-dev-preview-1#id:23185#date:06:22</guid>
    </item>
  
		<item>
      <title>Comment by Rogério Valente</title>
      <description>@Alain
Yes Alain. That will be a great feature on my project.
I&#8217;ll wait your message.

Thanks man.</description>
      <content:encoded><![CDATA[<p>@Alain<br />
Yes Alain. That will be a great feature on my project.<br />
I&#8217;ll wait your message.</p>

<p>Thanks man.</p>

]]></content:encoded>
      <pubDate>Mon, 20 Jun 2011 19:46 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//ext-gwt-3-dev-preview-1#id:23174#date:19:46</guid>
    </item>
  
		<item>
      <title>Comment by Alain</title>
      <description>@Rogerio
Plase hav a loot at : http://gwt4air.googlecode.com/svn/trunk/exporter/GwtAir.html
and let me know if  that s what you are looking for. If yes i ll be able to provide you  the code tomorrow of the day after tomorrow</description>
      <content:encoded><![CDATA[<p>@Rogerio<br />
Plase hav a loot at : <a href="http://gwt4air.googlecode.com/svn/trunk/exporter/GwtAir.html">http://gwt4air.googlecode.com/svn/trunk/exporter/GwtAir.html</a><br />
and let me know if  that s what you are looking for. If yes i ll be able to provide you  the code tomorrow of the day after tomorrow</p>

]]></content:encoded>
      <pubDate>Mon, 20 Jun 2011 18:35 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//ext-gwt-3-dev-preview-1#id:23170#date:18:35</guid>
    </item>
  
		<item>
      <title>Comment by Brendan Coughran</title>
      <description>@Sam
Yes we plan to implement all the things you mentioned.</description>
      <content:encoded><![CDATA[<p>@Sam<br />
Yes we plan to implement all the things you mentioned.</p>]]></content:encoded>
      <pubDate>Mon, 20 Jun 2011 17:30 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//ext-gwt-3-dev-preview-1#id:23167#date:17:30</guid>
    </item>
  
		<item>
      <title>Comment by Rogério Valente</title>
      <description>@Alain,

that will be a great help.
Thank you very much.</description>
      <content:encoded><![CDATA[<p>@Alain,</p>

<p>that will be a great help.<br />
Thank you very much.</p>

]]></content:encoded>
      <pubDate>Mon, 20 Jun 2011 14:11 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//ext-gwt-3-dev-preview-1#id:23165#date:14:11</guid>
    </item>
  
		<item>
      <title>Comment by Alain</title>
      <description>Allright. I will bring our solution in a form  where i can share that with you  then i ll give you the code. 
This might take one day or two dough. I hope this is ok for you.</description>
      <content:encoded><![CDATA[<p>Allright. I will bring our solution in a form  where i can share that with you  then i ll give you the code. <br />
This might take one day or two dough. I hope this is ok for you.</p>

]]></content:encoded>
      <pubDate>Mon, 20 Jun 2011 13:42 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//ext-gwt-3-dev-preview-1#id:23163#date:13:42</guid>
    </item>
  
		<item>
      <title>Comment by Rogério Valente</title>
      <description>@Alain

I&#8217;m using GXT 2.xxx.
I downloaded the 3.xx only to test.

I&#8217;ll apreciate if you could share your solution.</description>
      <content:encoded><![CDATA[<p>@Alain</p>

<p>I&#8217;m using GXT 2.xxx.<br />
I downloaded the 3.xx only to test.</p>

<p>I&#8217;ll apreciate if you could share your solution.</p>

]]></content:encoded>
      <pubDate>Mon, 20 Jun 2011 13:38 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//ext-gwt-3-dev-preview-1#id:23162#date:13:38</guid>
    </item>
  
		<item>
      <title>Comment by Alain</title>
      <description>@Rogerio
Are you using GXT 2.xxx or 3.xx ?
If you are using 2.xxx i might have a solution for you.</description>
      <content:encoded><![CDATA[<p>@Rogerio<br />
Are you using GXT 2.xxx or 3.xx ?<br />
If you are using 2.xxx i might have a solution for you.</p>]]></content:encoded>
      <pubDate>Mon, 20 Jun 2011 13:30 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//ext-gwt-3-dev-preview-1#id:23161#date:13:30</guid>
    </item>
  
		<item>
      <title>Comment by Rogério Valente</title>
      <description>@Alain

I&#8217;m trying to implement &#8220;save as image locally&#8221; in a gwt project but it&#8217;s not working fine.
Any tips?

thanks in advance.</description>
      <content:encoded><![CDATA[<p>@Alain</p>

<p>I&#8217;m trying to implement &#8220;save as image locally&#8221; in a gwt project but it&#8217;s not working fine.<br />
Any tips?</p>

<p>thanks in advance.</p>

]]></content:encoded>
      <pubDate>Mon, 20 Jun 2011 13:14 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//ext-gwt-3-dev-preview-1#id:23160#date:13:14</guid>
    </item>
  
		<item>
      <title>Comment by Alain</title>
      <description>@Ariya, @Henry
We will go with Flash for now. Easier for us to integrate with GXT 2.xxx
For 3.xxx we will see how to do that if we ever switch.</description>
      <content:encoded><![CDATA[<p>@Ariya, @Henry<br />
We will go with Flash for now. Easier for us to integrate with GXT 2.xxx<br />
For 3.xxx we will see how to do that if we ever switch.</p>]]></content:encoded>
      <pubDate>Mon, 20 Jun 2011 11:49 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//ext-gwt-3-dev-preview-1#id:23158#date:11:49</guid>
    </item>
  
		<item>
      <title>Comment by Rogério Valente</title>
      <description>Hi @Brendan,

Do you have an implementation of that solution?</description>
      <content:encoded><![CDATA[<p>Hi @Brendan,</p>

<p>Do you have an implementation of that solution?</p>

]]></content:encoded>
      <pubDate>Mon, 20 Jun 2011 11:44 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//ext-gwt-3-dev-preview-1#id:23157#date:11:44</guid>
    </item>
  
		<item>
      <title>Comment by Ariya</title>
      <description>@Alain: You can run PhantomJS on the client&#45;side, there are executables for Windows, Mac OS X, and Linux. But if you want pure in&#45;browser solution, then PhantomJS is not for you.</description>
      <content:encoded><![CDATA[<p>@Alain: You can run PhantomJS on the client-side, there are executables for Windows, Mac OS X, and Linux. But if you want pure in-browser solution, then PhantomJS is not for you.</p>]]></content:encoded>
      <pubDate>Sat, 18 Jun 2011 17:59 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//ext-gwt-3-dev-preview-1#id:23098#date:17:59</guid>
    </item>
  
		<item>
      <title>Comment by Alain</title>
      <description>@Henry
We dont want to hit there server for that.
It has to be done on the client  for us. That  s why  phantomjs is also not an option.</description>
      <content:encoded><![CDATA[<p>@Henry<br />
We dont want to hit there server for that.<br />
It has to be done on the client  for us. That  s why  phantomjs is also not an option.</p>]]></content:encoded>
      <pubDate>Sat, 18 Jun 2011 08:55 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//ext-gwt-3-dev-preview-1#id:23088#date:08:55</guid>
    </item>
  
		<item>
      <title>Comment by Henry P</title>
      <description>@alain  Have you looked at phantomjs?&amp;nbsp; Allows you to run a headless webkit on the server.&amp;nbsp; create pdfs, images, etc.</description>
      <content:encoded><![CDATA[<p>@alain  Have you looked at phantomjs?&nbsp; Allows you to run a headless webkit on the server.&nbsp; create pdfs, images, etc.</p>]]></content:encoded>
      <pubDate>Sat, 18 Jun 2011 07:12 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//ext-gwt-3-dev-preview-1#id:23083#date:07:12</guid>
    </item>
  
		<item>
      <title>Comment by Sam</title>
      <description>I hope the charts will support events &amp;amp; tooltips in the coming releases. Any plan of supporting stacked bars?</description>
      <content:encoded><![CDATA[<p>I hope the charts will support events &amp; tooltips in the coming releases. Any plan of supporting stacked bars?</p>]]></content:encoded>
      <pubDate>Sat, 18 Jun 2011 05:16 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//ext-gwt-3-dev-preview-1#id:23079#date:05:16</guid>
    </item>
  
		<item>
      <title>Comment by Alain</title>
      <description>@Brendan
I m Aware of that. But there are some problems with that approach

1) Not cross browser
2) Cant be done on the client

So not suitable for us.</description>
      <content:encoded><![CDATA[<p>@Brendan<br />
I m Aware of that. But there are some problems with that approach</p>

<p>1) Not cross browser<br />
2) Cant be done on the client</p>

<p>So not suitable for us.</p>]]></content:encoded>
      <pubDate>Fri, 17 Jun 2011 21:41 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//ext-gwt-3-dev-preview-1#id:23069#date:21:41</guid>
    </item>
  
		<item>
      <title>Comment by Brendan Coughran</title>
      <description>@Rogerio @Alain For the SVG engine you can save the DOM of the chart surface to a .svg file, which in turn can be converted to PDF, PNG, JPG, etc&#8230;</description>
      <content:encoded><![CDATA[<p>@Rogerio @Alain For the SVG engine you can save the DOM of the chart surface to a .svg file, which in turn can be converted to PDF, PNG, JPG, etc&#8230;</p>]]></content:encoded>
      <pubDate>Fri, 17 Jun 2011 20:53 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//ext-gwt-3-dev-preview-1#id:23067#date:20:53</guid>
    </item>
  
		<item>
      <title>Comment by Alain</title>
      <description>@Rogerio
Unfortunatly GXT 3.xxx will  also be a big problem for us because we will no be able to export the charts. In most of our applications users are generating reports and we were able to export the charts(Flash based ) to PD, PNG, JPG, etc,,, on the client. With the new release i dont know how we will do that. I might have to write a custom chart  extenstion for GXT based on flash once i get my head around how GXT 3 works.

If you are working  with GXT2.xxx i will soon release a solution that enables saving charts to different formats.
Check a demo here : http://gwt4air.googlecode.com/svn/trunk/exporter/GwtAir.html</description>
      <content:encoded><![CDATA[<p>@Rogerio<br />
Unfortunatly GXT 3.xxx will  also be a big problem for us because we will no be able to export the charts. In most of our applications users are generating reports and we were able to export the charts(Flash based ) to PD, PNG, JPG, etc,,, on the client. With the new release i dont know how we will do that. I might have to write a custom chart  extenstion for GXT based on flash once i get my head around how GXT 3 works.</p>

<p>If you are working  with GXT2.xxx i will soon release a solution that enables saving charts to different formats.<br />
Check a demo here : <a href="http://gwt4air.googlecode.com/svn/trunk/exporter/GwtAir.html">http://gwt4air.googlecode.com/svn/trunk/exporter/GwtAir.html</a></p>]]></content:encoded>
      <pubDate>Fri, 17 Jun 2011 19:58 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//ext-gwt-3-dev-preview-1#id:23066#date:19:58</guid>
    </item>
  
		<item>
      <title>Comment by Darrell Meyer</title>
      <description>@Rogerio @Alain is correct. Saving charts to images is not supported.</description>
      <content:encoded><![CDATA[<p>@Rogerio @Alain is correct. Saving charts to images is not supported.</p>]]></content:encoded>
      <pubDate>Fri, 17 Jun 2011 19:45 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//ext-gwt-3-dev-preview-1#id:23065#date:19:45</guid>
    </item>
  
		<item>
      <title>Comment by Rogério Valente</title>
      <description>@Alan
Thanks for your reply.
I&#8217;ve been searching on the web for any solution to save a widget as an image without success.
Anyway, I&#8217;ll keeping looking.</description>
      <content:encoded><![CDATA[<p>@Alan<br />
Thanks for your reply.<br />
I&#8217;ve been searching on the web for any solution to save a widget as an image without success.<br />
Anyway, I&#8217;ll keeping looking.</p>

]]></content:encoded>
      <pubDate>Fri, 17 Jun 2011 19:33 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//ext-gwt-3-dev-preview-1#id:23063#date:19:33</guid>
    </item>
  
		<item>
      <title>Comment by Alain</title>
      <description>@Rogerio
I dont  think that s supported</description>
      <content:encoded><![CDATA[<p>@Rogerio<br />
I dont  think that s supported</p>]]></content:encoded>
      <pubDate>Fri, 17 Jun 2011 19:26 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//ext-gwt-3-dev-preview-1#id:23061#date:19:26</guid>
    </item>
  
		<item>
      <title>Comment by Colin Alworth</title>
      <description>@Raivis There is no reason you cannot continue to use models as Map&amp;lt;String, Objects&amp;gt;, with lots of properties keyed to strings. Included in the legacy jar is the ModelData interface, and we will be including the base classes that implement it as well. While some new features, such as GWT&#8217;s editor framework or the compile&#45;time XTemplates will not work correctly with runtime models, the v2 XTemplate is also included in the legacy jar, so run&#45;time templates can still be used.</description>
      <content:encoded><![CDATA[<p>@Raivis There is no reason you cannot continue to use models as Map&lt;String, Objects&gt;, with lots of properties keyed to strings. Included in the legacy jar is the ModelData interface, and we will be including the base classes that implement it as well. While some new features, such as GWT&#8217;s editor framework or the compile-time XTemplates will not work correctly with runtime models, the v2 XTemplate is also included in the legacy jar, so run-time templates can still be used.</p>]]></content:encoded>
      <pubDate>Fri, 17 Jun 2011 18:57 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//ext-gwt-3-dev-preview-1#id:23058#date:18:57</guid>
    </item>
  
		<item>
      <title>Comment by Rogério Valente</title>
      <description>I download and try it.
My chalenge here is show a line chart and provide an option do save chart as image.
I copied the source of Linechart example and want to implement this feature.

Any sugestions?
Thanks in advance.</description>
      <content:encoded><![CDATA[<p>I download and try it.<br />
My chalenge here is show a line chart and provide an option do save chart as image.<br />
I copied the source of Linechart example and want to implement this feature.</p>

<p>Any sugestions?<br />
Thanks in advance.</p>]]></content:encoded>
      <pubDate>Fri, 17 Jun 2011 17:52 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//ext-gwt-3-dev-preview-1#id:23055#date:17:52</guid>
    </item>
  
		<item>
      <title>Comment by raivis</title>
      <description>About the BaseModel and ModelData

Suppose I have a business desktop like application with many windows. By many I mean several hundreds of them.

with GXT v2.x I could make one model class and one base window and generate all of the windows i needed

If I am right from what I have read so far, you suggest to use severa; hundreds of model classes with implemented gettes and setters and also several hundreds of interfaces?</description>
      <content:encoded><![CDATA[<p>About the BaseModel and ModelData</p>

<p>Suppose I have a business desktop like application with many windows. By many I mean several hundreds of them.</p>

<p>with GXT v2.x I could make one model class and one base window and generate all of the windows i needed</p>

<p>If I am right from what I have read so far, you suggest to use severa; hundreds of model classes with implemented gettes and setters and also several hundreds of interfaces?</p>]]></content:encoded>
      <pubDate>Fri, 17 Jun 2011 13:03 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//ext-gwt-3-dev-preview-1#id:23040#date:13:03</guid>
    </item>
  
		<item>
      <title>Comment by Matze</title>
      <description>Can you provide more details regarding the planed timeline for the beta and the final release.</description>
      <content:encoded><![CDATA[<p>Can you provide more details regarding the planed timeline for the beta and the final release.</p>]]></content:encoded>
      <pubDate>Fri, 17 Jun 2011 11:18 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//ext-gwt-3-dev-preview-1#id:23036#date:11:18</guid>
    </item>
  
		<item>
      <title>Comment by Patrick Santana</title>
      <description>Looking forward for this major release.</description>
      <content:encoded><![CDATA[<p>Looking forward for this major release.</p>]]></content:encoded>
      <pubDate>Fri, 17 Jun 2011 09:26 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//ext-gwt-3-dev-preview-1#id:23027#date:09:26</guid>
    </item>
  
		<item>
      <title>Comment by Alain</title>
      <description>There you go. now you guyz deserve some bravos 
Looking really promising</description>
      <content:encoded><![CDATA[<p>There you go. now you guyz deserve some bravos <img src="/images/smileys/smile.gif" width="19" height="19" alt="smile" style="border:0;" /><br />
Looking really promising</p>]]></content:encoded>
      <pubDate>Fri, 17 Jun 2011 07:33 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//ext-gwt-3-dev-preview-1#id:23018#date:07:33</guid>
    </item>
  
		<item>
      <title>Comment by Krzysztof</title>
      <description>Finally  
No we are waiting for Dev 2 Preview with UiBinder support</description>
      <content:encoded><![CDATA[<p>Finally <img src="/images/smileys/smile.gif" width="19" height="19" alt="smile" style="border:0;" /> <br />
No we are waiting for Dev 2 Preview with UiBinder support <img src="/images/smileys/smile.gif" width="19" height="19" alt="smile" style="border:0;" /></p>]]></content:encoded>
      <pubDate>Fri, 17 Jun 2011 05:36 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//ext-gwt-3-dev-preview-1#id:23008#date:05:36</guid>
    </item>
  
		<item>
      <title>Comment by raivis</title>
      <description>Finally )))) Downloading and trying out now</description>
      <content:encoded><![CDATA[<p>Finally <img src="/images/smileys/smile.gif" width="19" height="19" alt="smile" style="border:0;" />)))) Downloading and trying out now</p>]]></content:encoded>
      <pubDate>Fri, 17 Jun 2011 04:44 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//ext-gwt-3-dev-preview-1#id:23004#date:04:44</guid>
    </item>
  
		<item>
      <title>Comment by Shaoning Zeng</title>
      <description>Looks cool!</description>
      <content:encoded><![CDATA[<p>Looks cool!</p>]]></content:encoded>
      <pubDate>Fri, 17 Jun 2011 04:26 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//ext-gwt-3-dev-preview-1#id:23003#date:04:26</guid>
    </item>
  
		
	</channel>
</rss>