Re: GWT 2.5 GA is Here!

2012-11-28 Thread Max
Very good ! ;)

On Oct 26, 12:14 am, unnurg unn...@google.com wrote:
 Hey all,

 We're excited to announce the GWT 2.5 Release! There will be an
 announcement soon on the GWT 
 Bloghttp://googlewebtoolkit.blogspot.com/2012/06/gwt-2.html,
 and you can download it 
 herehttp://developers.google.com/web-toolkit/download (bottom
 of the page). The GA has been uploaded to Maven Central with the version
 string of 2.5.0

 -Unnur, on behalf of the GWT team

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT 2.5 GA is Here!

2012-11-28 Thread Miguel Sequeira
Ñice !

I like the new improvements keep up the good work.


One question only :) ...
As i upgraded from 2.4.0 to 2.5.0 the only thing that is different is the 
DatePicker (the top label is different even linked with locale) and the 
transient method now does not work entirely, since it lets the user click 
the date reseting the datebox to blank.

Any ideia of out to put it like it was ?

Regards :)

Quinta-feira, 25 de Outubro de 2012 23:14:29 UTC+1, unnurg escreveu:

 Hey all,

 We're excited to announce the GWT 2.5 Release! There will be an 
 announcement soon on the GWT 
 Bloghttp://googlewebtoolkit.blogspot.com/2012/06/gwt-2.html, 
 and you can download it 
 herehttp://developers.google.com/web-toolkit/download (bottom 
 of the page). The GA has been uploaded to Maven Central with the version 
 string of 2.5.0

 -Unnur, on behalf of the GWT team


-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/SOZw1lHN1zQJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT 2.5 GA is Here!

2012-11-16 Thread Thomas Broyer


On Friday, November 16, 2012 12:42:11 AM UTC+1, Arash wrote:

 Yes I am using STS which comes with m2e, also I do have the following in 
 my pom

 plugin
 groupIdorg.apache.maven.plugins/groupId
 artifactIdmaven-eclipse-plugin/artifactId
 version2.7/version
 ...


The question is not whether you have M2Eclipse installed (it comes bundled 
with Eclipse since Indigo) but whether you're actually using it (as opposed 
to using mvn eclipse:eclipse).

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/idQhxZiuLbsJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT 2.5 GA is Here!

2012-11-15 Thread Arash
I just tried upgrading to gwt 2.5 in my pom.xml (eclipse). After clean 
build, I am getting: The SDK is not installed. The current pom.xml is 
running 2.5.0-rc1 perfectly fine. Am I missing something?

Thanks,
Arash

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/qBNZoSvpKt0J.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT 2.5 GA is Here!

2012-11-15 Thread Thomas Broyer


On Friday, November 16, 2012 12:29:03 AM UTC+1, Arash wrote:

 I just tried upgrading to gwt 2.5 in my pom.xml (eclipse). After clean 
 build, I am getting: The SDK is not installed. The current pom.xml is 
 running 2.5.0-rc1 perfectly fine. Am I missing something?


Are you using M2Eclipse? The Google Plugin for Eclipse should configure the 
SDK to be the one from the POM (in Project → Properties → Google → Web 
Toolkit), not an installed SDK. With M2Eclipse, you shouldn't have a GWT 
SDK library in the build path, GWT should be in the Maven Libraries.

In case you're not using M2Eclipse, I'd first encourage you to use 
M2Eclipse, and in the mean time install the GWT SDK 2.5 (check in Eclipse's 
Help → Install new software…) and select it from the Project → Properties.

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/1Jg38aJa9IwJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT 2.5 GA is Here!

2012-11-15 Thread Arash
Yes I am using STS which comes with m2e, also I do have the following in my 
pom

plugin
groupIdorg.apache.maven.plugins/groupId
artifactIdmaven-eclipse-plugin/artifactId
version2.7/version
...






On Thursday, November 15, 2012 5:37:09 PM UTC-6, Thomas Broyer wrote:



 On Friday, November 16, 2012 12:29:03 AM UTC+1, Arash wrote:

 I just tried upgrading to gwt 2.5 in my pom.xml (eclipse). After clean 
 build, I am getting: The SDK is not installed. The current pom.xml is 
 running 2.5.0-rc1 perfectly fine. Am I missing something?


 Are you using M2Eclipse? The Google Plugin for Eclipse should configure 
 the SDK to be the one from the POM (in Project → Properties → Google → Web 
 Toolkit), not an installed SDK. With M2Eclipse, you shouldn't have a GWT 
 SDK library in the build path, GWT should be in the Maven Libraries.

 In case you're not using M2Eclipse, I'd first encourage you to use 
 M2Eclipse, and in the mean time install the GWT SDK 2.5 (check in Eclipse's 
 Help → Install new software…) and select it from the Project → Properties.


-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/IrbPtpL8E-4J.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT 2.5 GA is Here!

2012-11-08 Thread Thomas Broyer

On Wednesday, November 7, 2012 1:33:23 AM UTC+1, Brian Slesinsky wrote:

 In theory, they should be the same or very similar. What differences do 
 you see?


Dzmitri is right. It looks like the tag was made from trunk rather than 
releases/2.5.
Compare 
http://code.google.com/p/google-web-toolkit/source/list?path=/tags/2.5.0/user/src/com/google/gwt/layout/client/LayoutImpl.java
with 
http://code.google.com/p/google-web-toolkit/source/list?path=/releases/2.5/user/src/com/google/gwt/layout/client/LayoutImpl.java

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/IarP1plALDMJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT 2.5 GA is Here!

2012-11-07 Thread Dzmitry Paulenka
I'm sure there are a couple of diffs, but one that important to me is in
LayoutImpl.java (line 60). Where visibility of the ruler set to hidden.
This line is missing in the release.

Dmitry.

2012/11/7 Brian Slesinsky skybr...@google.com

 In theory, they should be the same or very similar. What differences do
 you see?

 - Brian

 On Tuesday, November 6, 2012 3:48:47 AM UTC-8, Dzmitry Paulenka wrote:

 Hi.

 I was wondering what is the difference between source branches
 releases/2.5 and tags/2.5.0 in GWT svn repository? Particularly, why
 does maven version corresponds to releases/2.5 and not tags/2.5.0, as
 tags/2.5.0 seems to contain more recent changes. Is tags version
 available for addition in maven?

 Thanks,
 Dmitry

 пятница, 26 октября 2012 г., 1:14:29 UTC+3 пользователь unnurg написал:

 Hey all,

 We're excited to announce the GWT 2.5 Release! There will be an
 announcement soon on the GWT 
 Bloghttp://googlewebtoolkit.blogspot.com/2012/06/gwt-2.html,
 and you can download it 
 herehttp://developers.google.com/web-toolkit/download (bottom
 of the page). The GA has been uploaded to Maven Central with the version
 string of 2.5.0

 -Unnur, on behalf of the GWT team

  --
 You received this message because you are subscribed to the Google Groups
 Google Web Toolkit group.
 To view this discussion on the web visit
 https://groups.google.com/d/msg/google-web-toolkit/-/QJyHOo_ITrgJ.
 To post to this group, send email to google-web-toolkit@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT 2.5 GA is Here!

2012-11-07 Thread Dzmitry Paulenka
Sorry, it's line 68 of LayoutImpl.java in tag branch.

Dmitry.

среда, 7 ноября 2012 г., 3:33:23 UTC+3 пользователь Brian Slesinsky написал:

 In theory, they should be the same or very similar. What differences do 
 you see?

 - Brian

 On Tuesday, November 6, 2012 3:48:47 AM UTC-8, Dzmitry Paulenka wrote:

 Hi.

 I was wondering what is the difference between source branches 
 releases/2.5 and tags/2.5.0 in GWT svn repository? Particularly, why 
 does maven version corresponds to releases/2.5 and not tags/2.5.0, as 
 tags/2.5.0 seems to contain more recent changes. Is tags version 
 available for addition in maven?

 Thanks,
 Dmitry

 пятница, 26 октября 2012 г., 1:14:29 UTC+3 пользователь unnurg написал:

 Hey all,

 We're excited to announce the GWT 2.5 Release! There will be an 
 announcement soon on the GWT 
 Bloghttp://googlewebtoolkit.blogspot.com/2012/06/gwt-2.html, 
 and you can download it 
 herehttp://developers.google.com/web-toolkit/download (bottom 
 of the page). The GA has been uploaded to Maven Central with the version 
 string of 2.5.0

 -Unnur, on behalf of the GWT team



-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/H_SAD1_360wJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT 2.5 GA is Here!

2012-11-06 Thread Dzmitry Paulenka
Hi.

I was wondering what is the difference between source branches 
releases/2.5 and tags/2.5.0 in GWT svn repository? Particularly, why 
does maven version corresponds to releases/2.5 and not tags/2.5.0, as 
tags/2.5.0 seems to contain more recent changes. Is tags version 
available for addition in maven?

Thanks,
Dmitry

пятница, 26 октября 2012 г., 1:14:29 UTC+3 пользователь unnurg написал:

 Hey all,

 We're excited to announce the GWT 2.5 Release! There will be an 
 announcement soon on the GWT 
 Bloghttp://googlewebtoolkit.blogspot.com/2012/06/gwt-2.html, 
 and you can download it 
 herehttp://developers.google.com/web-toolkit/download (bottom 
 of the page). The GA has been uploaded to Maven Central with the version 
 string of 2.5.0

 -Unnur, on behalf of the GWT team


-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/NTfrKtJ92gAJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT 2.5 GA is Here!

2012-11-06 Thread Brian Slesinsky
In theory, they should be the same or very similar. What differences do you 
see?

- Brian

On Tuesday, November 6, 2012 3:48:47 AM UTC-8, Dzmitry Paulenka wrote:

 Hi.

 I was wondering what is the difference between source branches 
 releases/2.5 and tags/2.5.0 in GWT svn repository? Particularly, why 
 does maven version corresponds to releases/2.5 and not tags/2.5.0, as 
 tags/2.5.0 seems to contain more recent changes. Is tags version 
 available for addition in maven?

 Thanks,
 Dmitry

 пятница, 26 октября 2012 г., 1:14:29 UTC+3 пользователь unnurg написал:

 Hey all,

 We're excited to announce the GWT 2.5 Release! There will be an 
 announcement soon on the GWT 
 Bloghttp://googlewebtoolkit.blogspot.com/2012/06/gwt-2.html, 
 and you can download it 
 herehttp://developers.google.com/web-toolkit/download (bottom 
 of the page). The GA has been uploaded to Maven Central with the version 
 string of 2.5.0

 -Unnur, on behalf of the GWT team



-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/QJyHOo_ITrgJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT 2.5 GA is Here!

2012-11-01 Thread Dean S. Jones
Can you outline the incompatibilities between GWT proper and using 
Elemental?

Ran into some issues with ArrayList, etc... bombing out if used in both.

Also, and updates on Java7 server side support in GAE?

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/YPHuXtPzb7sJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT 2.5 GA is Here!

2012-11-01 Thread Ryan Shillington
Is there a roadmap for GWT?  I'd really like to create switch statements 
for Strings.  It would make our Place locator, which I suspect a lot of 
projects have who hadn't seen that awesome GWT Architecture video at the 
start of their project, so much cleaner.

Ryan

On Thursday, November 1, 2012 6:41:41 AM UTC-5, Dean S. Jones wrote:

 Can you outline the incompatibilities between GWT proper and using 
 Elemental?

 Ran into some issues with ArrayList, etc... bombing out if used in both.

 Also, and updates on Java7 server side support in GAE?


-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/m-ONyNKp478J.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT 2.5 GA is Here!

2012-11-01 Thread Ed Bras
@Ryan I assume you want to improve the if-then-else statements in your
place locator. Use the visitor pattern such that dispatching is done based
on their java Type:
Visitor_patternhttp://en.wikipedia.org/wiki/Visitor_pattern
.
- Ed

On Thu, Nov 1, 2012 at 3:53 PM, Ryan Shillington 
ryan-googlegro...@onlyinsight.com wrote:

 Is there a roadmap for GWT?  I'd really like to create switch statements
 for Strings.  It would make our Place locator, which I suspect a lot of
 projects have who hadn't seen that awesome GWT Architecture video at the
 start of their project, so much cleaner.

 Ryan


 On Thursday, November 1, 2012 6:41:41 AM UTC-5, Dean S. Jones wrote:

 Can you outline the incompatibilities between GWT proper and using
 Elemental?

 Ran into some issues with ArrayList, etc... bombing out if used in both.

 Also, and updates on Java7 server side support in GAE?

  --
 You received this message because you are subscribed to the Google Groups
 Google Web Toolkit group.
 To view this discussion on the web visit
 https://groups.google.com/d/msg/google-web-toolkit/-/m-ONyNKp478J.

 To post to this group, send email to google-web-toolkit@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT 2.5 GA is Here!

2012-10-27 Thread Илья Шадрин
Why you are not inroduce HTML5 Application cache support? 

пятница, 26 октября 2012 г., 2:14:29 UTC+4 пользователь unnurg написал:

 Hey all,

 We're excited to announce the GWT 2.5 Release! There will be an 
 announcement soon on the GWT 
 Bloghttp://googlewebtoolkit.blogspot.com/2012/06/gwt-2.html, 
 and you can download it 
 herehttp://developers.google.com/web-toolkit/download (bottom 
 of the page). The GA has been uploaded to Maven Central with the version 
 string of 2.5.0

 -Unnur, on behalf of the GWT team


-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/Mo7GiVvu5uAJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT 2.5 GA is Here!

2012-10-26 Thread Ali Jalal
Great news !
And I'm looking for latest news about steering-committee decisions...

Good luck.

On Fri, Oct 26, 2012 at 5:06 AM, Daniel Mauricio Patino León 
ceo.lion@gmail.com wrote:

 Nice


 2012/10/25 Juan Pablo Gardella gardellajuanpa...@gmail.com

 Great!!!


 2012/10/25 unnurg unn...@google.com

 Hey all,

 We're excited to announce the GWT 2.5 Release! There will be an
 announcement soon on the GWT 
 Bloghttp://googlewebtoolkit.blogspot.com/2012/06/gwt-2.html,
 and you can download it 
 herehttp://developers.google.com/web-toolkit/download (bottom
 of the page). The GA has been uploaded to Maven Central with the version
 string of 2.5.0

 -Unnur, on behalf of the GWT team

 --
 You received this message because you are subscribed to the Google
 Groups Google Web Toolkit group.
 To view this discussion on the web visit
 https://groups.google.com/d/msg/google-web-toolkit/-/vnZVYxNAHnYJ.
 To post to this group, send email to google-web-toolkit@googlegroups.com
 .
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.


  --
 You received this message because you are subscribed to the Google Groups
 Google Web Toolkit group.
 To post to this group, send email to google-web-toolkit@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.




 --
 ISC. Daniel Mauricio Patiño León.
 Director ejecutivo
 Liondev S.A. de C.V.



  --
 You received this message because you are subscribed to the Google Groups
 Google Web Toolkit group.
 To post to this group, send email to google-web-toolkit@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT 2.5 GA is Here!

2012-10-26 Thread Thomas Broyer


On Friday, October 26, 2012 1:04:14 PM UTC+2, Ali Jalal wrote:

 Great news !
 And I'm looking for latest news about steering-committee decisions...


BTW, what kind of decision are you expecting from us? About communication? 
features? roadmap? anything else?

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/jcXfaAa5j24J.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT 2.5 GA is Here!

2012-10-26 Thread Ali Jalal
Mostly, roadmap and features of next GWT releases.

There are many good features in GXT, Vaadin, Errai and other tools which
now have a member in steering-committee. So I'm looking for roadmap of GWT
to know which parts of this tools will be integrated in GWT and when?

Thanks.

On Fri, Oct 26, 2012 at 2:57 PM, Thomas Broyer t.bro...@gmail.com wrote:



 On Friday, October 26, 2012 1:04:14 PM UTC+2, Ali Jalal wrote:

 Great news !
 And I'm looking for latest news about steering-committee decisions...


 BTW, what kind of decision are you expecting from us? About communication?
 features? roadmap? anything else?

 --
 You received this message because you are subscribed to the Google Groups
 Google Web Toolkit group.
 To view this discussion on the web visit
 https://groups.google.com/d/msg/google-web-toolkit/-/jcXfaAa5j24J.

 To post to this group, send email to google-web-toolkit@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT 2.5 GA is Here!

2012-10-26 Thread Thomas Broyer


On Friday, October 26, 2012 1:52:17 PM UTC+2, Ali Jalal wrote:

 Mostly, roadmap and features of next GWT releases.

 There are many good features in GXT, Vaadin, Errai and other tools which 
 now have a member in steering-committee. So I'm looking for roadmap of GWT 
 to know which parts of this tools will be integrated in GWT and when?


I can't speak in the name of the SC as a whole, but still I'd answer 
none/few to your question. The goal is not to converge/merge all those 
projects into GWT proper (hey, they're making money from them!).
You can have a look at the notes from the 1st SC meeting to know more about 
the 
charter: 
https://docs.google.com/document/d/1QL3YAm01K2YBoqLg4sTBLXqMgHvwnhUS0P5EwzJ7FG0/edit

 

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/LoSEMVgCXT0J.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT 2.5 GA is Here!

2012-10-26 Thread Pablo Nussembaum
Hey Guys,
The issue:
http://code.google.com/p/google-web-toolkit/issues/detail?id=7527 is
still not fixed in version 2.5.0
Since the bug was already fixed but not merged properly can re-release
it or release version 2.5.1.

Thanks,
-- 
Pablo Bauna Nussembaum

On 10/25/2012 07:14 PM, unnurg wrote:
 Hey all,

 We're excited to announce the GWT 2.5 Release! There will be an
 announcement soon on the GWT Blog
 http://googlewebtoolkit.blogspot.com/2012/06/gwt-2.html, and you can
 download it here
 http://developers.google.com/web-toolkit/download (bottom of the
 page). The GA has been uploaded to Maven Central with the version
 string of 2.5.0

 -Unnur, on behalf of the GWT team
 -- 
 You received this message because you are subscribed to the Google
 Groups Google Web Toolkit group.
 To view this discussion on the web visit
 https://groups.google.com/d/msg/google-web-toolkit/-/vnZVYxNAHnYJ.
 To post to this group, send email to google-web-toolkit@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT 2.5 GA is Here!

2012-10-26 Thread Bauna
Hey Guys,

I'm still having errors with GWTBridge being in the wrong package, issue: 
http://code.google.com/p/google-web-toolkit/issues/detail?id=7527 
Since the bug was already fixed but not merged properly can re-release it 
or release version 2.5.1. 

Thanks,
-- 
Pablo Bauna Nussembaum

El jueves, 25 de octubre de 2012 19:14:29 UTC-3, unnurg escribió:

 Hey all,

 We're excited to announce the GWT 2.5 Release! There will be an 
 announcement soon on the GWT 
 Bloghttp://googlewebtoolkit.blogspot.com/2012/06/gwt-2.html, 
 and you can download it 
 herehttp://developers.google.com/web-toolkit/download (bottom 
 of the page). The GA has been uploaded to Maven Central with the version 
 string of 2.5.0

 -Unnur, on behalf of the GWT team


-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/EvoT9abpGKIJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT 2.5 GA is Here!

2012-10-26 Thread Jim Northrup
I'd like to see parity with javax.xml.bind.* in gwt proper;  none of the SC 
vendors proper have a vested interest in un-inventing XML marshalling.


On Friday, October 26, 2012 5:07:02 AM UTC-7, Thomas Broyer wrote:



 On Friday, October 26, 2012 1:52:17 PM UTC+2, Ali Jalal wrote:

 Mostly, roadmap and features of next GWT releases.

 There are many good features in GXT, Vaadin, Errai and other tools which 
 now have a member in steering-committee. So I'm looking for roadmap of GWT 
 to know which parts of this tools will be integrated in GWT and when?


 I can't speak in the name of the SC as a whole, but still I'd answer 
 none/few to your question. The goal is not to converge/merge all those 
 projects into GWT proper (hey, they're making money from them!).
 You can have a look at the notes from the 1st SC meeting to know more 
 about the charter: 
 https://docs.google.com/document/d/1QL3YAm01K2YBoqLg4sTBLXqMgHvwnhUS0P5EwzJ7FG0/edit



-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/Z41IujN8Yn0J.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



GWT 2.5 GA is Here!

2012-10-25 Thread unnurg
Hey all,

We're excited to announce the GWT 2.5 Release! There will be an 
announcement soon on the GWT 
Bloghttp://googlewebtoolkit.blogspot.com/2012/06/gwt-2.html, 
and you can download it herehttp://developers.google.com/web-toolkit/download 
(bottom 
of the page). The GA has been uploaded to Maven Central with the version 
string of 2.5.0

-Unnur, on behalf of the GWT team

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/vnZVYxNAHnYJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT 2.5 GA is Here!

2012-10-25 Thread Juan Pablo Gardella
Great!!!

2012/10/25 unnurg unn...@google.com

 Hey all,

 We're excited to announce the GWT 2.5 Release! There will be an
 announcement soon on the GWT 
 Bloghttp://googlewebtoolkit.blogspot.com/2012/06/gwt-2.html,
 and you can download it 
 herehttp://developers.google.com/web-toolkit/download (bottom
 of the page). The GA has been uploaded to Maven Central with the version
 string of 2.5.0

 -Unnur, on behalf of the GWT team

 --
 You received this message because you are subscribed to the Google Groups
 Google Web Toolkit group.
 To view this discussion on the web visit
 https://groups.google.com/d/msg/google-web-toolkit/-/vnZVYxNAHnYJ.
 To post to this group, send email to google-web-toolkit@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT 2.5 GA is Here!

2012-10-25 Thread Daniel Mauricio Patino León
Nice

2012/10/25 Juan Pablo Gardella gardellajuanpa...@gmail.com

 Great!!!


 2012/10/25 unnurg unn...@google.com

 Hey all,

 We're excited to announce the GWT 2.5 Release! There will be an
 announcement soon on the GWT 
 Bloghttp://googlewebtoolkit.blogspot.com/2012/06/gwt-2.html,
 and you can download it 
 herehttp://developers.google.com/web-toolkit/download (bottom
 of the page). The GA has been uploaded to Maven Central with the version
 string of 2.5.0

 -Unnur, on behalf of the GWT team

 --
 You received this message because you are subscribed to the Google Groups
 Google Web Toolkit group.
 To view this discussion on the web visit
 https://groups.google.com/d/msg/google-web-toolkit/-/vnZVYxNAHnYJ.
 To post to this group, send email to google-web-toolkit@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.


  --
 You received this message because you are subscribed to the Google Groups
 Google Web Toolkit group.
 To post to this group, send email to google-web-toolkit@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.




-- 
ISC. Daniel Mauricio Patiño León.
Director ejecutivo
Liondev S.A. de C.V.

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.