Re: GWT 2.5 RC2 Is Here!

2012-10-22 Thread Drew Spencer
I have to agree with Milan here. We really could do with more tutorials and examples for the more complex features like validation and editors. Most of the time the best we get are fragments of code, half examples and javadocs. If you aren't a super programmer with lots of experience then it's

Re: GWT 2.5 RC2 Is Here!

2012-10-16 Thread Dimitrijević Ivan
The problem is that there is no documentation and/or tutorial at all about drag drop support. There is only one session from Google IO 2011 conference http://www.google.com/events/io/2011/sessions/gwt-html5-a-web-developers-dream.html On Friday, October 12, 2012 11:11:52 AM UTC+2, Thomas

Re: GWT 2.5 RC2 Is Here!

2012-10-16 Thread Thomas Broyer
On Tuesday, October 16, 2012 9:55:16 AM UTC+2, Dimitrijević Ivan wrote: The problem is that there is no documentation and/or tutorial at all about drag drop support. It's a thin wrapper around HTML5's DnD API, so any documentation and/or tutorial about HTML5 DnD (e.g.

Re: GWT 2.5 RC2 Is Here!

2012-10-16 Thread Dimitrijević Ivan
I have to disagree with you. In order to use DD you must set dragable property to true, uset setData method, and so forth... On Tuesday, October 16, 2012 10:13:35 AM UTC+2, Thomas Broyer wrote: On Tuesday, October 16, 2012 9:55:16 AM UTC+2, Dimitrijević Ivan wrote: The problem is that

Re: GWT 2.5 RC2 Is Here!

2012-10-16 Thread Milan Cvejic
I must say that documentation is by far worst part of GWT by my opinion. There is no clear documentation on advanced usage of editors, validation, UiBinder and so on... Yep, someone can go and see how some things are implemented in source, but sometimes it is not straight forward and difficult

Re: GWT 2.5 RC2 Is Here!

2012-10-15 Thread manoj kumar
Hi, I started having a problem in 2.5.0 RC2 while using TabLayOutPanel using UIBinder and selecting a default layout programatically. I keep getting the following exception. Caused by: java.lang.AssertionError: Index out of bounds at

Re: GWT 2.5 RC2 Is Here!

2012-10-12 Thread Thomas Broyer
On Friday, October 12, 2012 5:30:05 AM UTC+2, Nagesh Salunke wrote: Hey, Congratulations. first of all ! . a curiosity question.. As GWT doesnot support Drag and drop feature of HTML5 yet,I am excited to know when the drag and drop feature will be introduced. It's actually been added

Re: GWT 2.5 RC2 Is Here!

2012-10-11 Thread Nagesh Salunke
Hey, Congratulations. first of all ! . a curiosity question.. As GWT doesnot support Drag and drop feature of HTML5 yet,I am excited to know when the drag and drop feature will be introduced. On Thursday, 4 October 2012 09:04:41 UTC+5:30, unnurg wrote: Hey all, We're excited to announce the

Re: GWT 2.5 RC2 Is Here!

2012-10-10 Thread cd
Hi all, Is it me, or is the SHA1 sum not correctly displayed at the download page (https://developers.google.com/web-toolkit/versions)? It says it should be bbb906bdd0250c73c2f8e530b4a8c0039710f329, but I get 9a9d0f16c9fda7ffebc04016aa3c735e1057b0e8 Thanks for checking Erwin Op donderdag 4

Re: GWT 2.5 RC2 Is Here!

2012-10-10 Thread Thomas Broyer
On Wednesday, October 10, 2012 1:49:05 PM UTC+2, cd wrote: Hi all, Is it me, or is the SHA1 sum not correctly displayed at the download page ( https://developers.google.com/web-toolkit/versions)? It says it should be bbb906bdd0250c73c2f8e530b4a8c0039710f329, but I get

Re: GWT 2.5 RC2 Is Here!

2012-10-10 Thread Brian Slesinsky
It looks like we updated the checksum in source control but forgot to make the change live. It should be correct now. On Wednesday, October 10, 2012 8:17:03 AM UTC-7, Thomas Broyer wrote: On Wednesday, October 10, 2012 1:49:05 PM UTC+2, cd wrote: Hi all, Is it me, or is the SHA1 sum not

Re: GWT 2.5 RC2 Is Here!

2012-10-10 Thread Paul Wagland
Great news! This results is massive code reductions for us! Especially with the closure compiler. Wow! The only problem I see so far, is that my issue is still not addressed. For some reason when compiling I am getting two types that seem to have different Oracles, but the same name. Changing

Re: GWT 2.5 RC2 Is Here!

2012-10-10 Thread Brian Slesinsky
Probably not since it isn't a regression. At this point most changes will be after 2.5. (Figuring out a clean test case will help for making that happen.) On Wednesday, October 10, 2012 3:35:33 PM UTC-7, Paul Wagland wrote: Great news! This results is massive code reductions for us!

Re: GWT 2.5 RC2 Is Here!

2012-10-10 Thread cd
Thanks, Brian. Best, Erwin Op woensdag 10 oktober 2012 23:45:46 UTC+2 schreef Brian Slesinsky het volgende: It looks like we updated the checksum in source control but forgot to make the change live. It should be correct now. On Wednesday, October 10, 2012 8:17:03 AM UTC-7, Thomas Broyer

Re: GWT 2.5 RC2 Is Here!

2012-10-05 Thread Frédéric Lallemand
I have noticed a few mistakes in the section on uiRenderer https://developers.google.com/web-toolkit/doc/latest/DevGuideUiBinder#Rendering_HTML_for_Cells - UiRenderer isn't generics https://developers.google.com/web-toolkit/doc/latest/DevGuideUiBinder#UiRenderer_for_event_handling -

Re: GWT 2.5 RC2 Is Here!

2012-10-05 Thread Rodrigo Chandia
Thanks for catching the mistakes! It'll be fixed shortly. On Thu, Oct 4, 2012 at 4:53 AM, Frédéric Lallemand thread.el...@gmail.comwrote: I have noticed a few mistakes in the section on uiRenderer https://developers.google.com/web-toolkit/doc/latest/DevGuideUiBinder#Rendering_HTML_for_Cells

Re: GWT 2.5 RC2 Is Here!

2012-10-05 Thread Andy Stevko
Has anyone tried the 2.5rc2 release with an app that uses the GAE Channel api? On production servers and version 2.4, my app has a stable inbound messaging sink whereas on 2.5rc2 the very same software is getting bombarded with repeated inbound messages. -- Andy Stevko === If everything

Re: GWT 2.5 RC2 Is Here!

2012-10-04 Thread Thomas Broyer
Hi Unnur, First, congrats for this well-driven release! Just to let you know that the svn:mime-type is missing from the javadoc, so it displays in plain text. Both http://google-web-toolkit.googlecode.com/svn/javadoc/2.5/index.html and

Re: GWT 2.5 RC2 Is Here!

2012-10-04 Thread Thomas Broyer
On Thursday, October 4, 2012 9:55:30 AM UTC+2, Thomas Broyer wrote: Hi Unnur, First, congrats for this well-driven release! Just to let you know that the svn:mime-type is missing from the javadoc, so it displays in plain text. Both

Re: GWT 2.5 RC2 Is Here!

2012-10-04 Thread Thomas Broyer
On Thursday, October 4, 2012 5:36:57 AM UTC+2, unnurg wrote: Changes from RC1 are fairly minimal - details are in the release noteshttps://developers.google.com/web-toolkit/release-notes#Release_Notes_Current (and pasted below) Release Notes for 2.5.0 (RC2) This is release candidate 2

Re: GWT 2.5 RC2 Is Here!

2012-10-04 Thread nas
Thanks for the release. Would the Validation work with AppEngine - at least the client-side? Has anyone managed to implement the client side validation with GAE? I have tested GWT 2.4 but gives security exceptions while testing on dev sdk, even for Client-side validation. Thanks On

Re: GWT 2.5 RC2 Is Here!

2012-10-04 Thread Thomas Broyer
Looks like some commits haven't been cherry-picked in the releases/2.5 branch :-( For instance: http://code.google.com/p/google-web-toolkit/issues/detail?id=7527 On Thursday, October 4, 2012 5:34:41 AM UTC+2, unnurg wrote: Hey all, We're excited to announce the GWT 2.5 Release Candidate 2!

Re: GWT 2.5 RC2 Is Here!

2012-10-04 Thread unnurg
Quick update - there was a small issue in the samples/build.xml which made it so that ant eclipse.generate was not working. The binary has been updated with a fix for that issue. On Wednesday, October 3, 2012 11:36:57 PM UTC-4, unnurg wrote: Changes from RC1 are fairly minimal - details are

Re: GWT 2.5 RC2 Is Here!

2012-10-04 Thread unnurg
Chatted with Thomas and we think this was not actually the issue - details on the bug thread On Thursday, October 4, 2012 7:33:38 AM UTC-4, Thomas Broyer wrote: Looks like some commits haven't been cherry-picked in the releases/2.5 branch :-( For instance:

GWT 2.5 RC2 Is Here!

2012-10-03 Thread unnurg
Hey all, We're excited to announce the GWT 2.5 Release Candidate 2! 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 RC has been

Re: GWT 2.5 RC2 Is Here!

2012-10-03 Thread unnurg
Changes from RC1 are fairly minimal - details are in the release noteshttps://developers.google.com/web-toolkit/release-notes#Release_Notes_Current (and pasted below) Release Notes for 2.5.0 (RC2) This is release candidate 2 of GWT 2.5. See the What's new in GWT

Re: GWT 2.5 RC2 Is Here!

2012-10-03 Thread Juan Pablo Gardella
Great!!! Thanks! 2012/10/4 unnurg unn...@google.com Changes from RC1 are fairly minimal - details are in the release noteshttps://developers.google.com/web-toolkit/release-notes#Release_Notes_Current (and pasted below) Release Notes for 2.5.0 (RC2) This is release candidate 2 of GWT