This is release candidate 2 of GWT 2.5. See the What's new in GWT 2.5 page as well as release notes below for the full list of features and bugfixes in this release.
--To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/ndBmkBQgpUcJ.
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-we...@googlegroups.com.
To unsubscribe from this group, send email to google-web-tool...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
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 http://google-web-toolkit.googlecode.com/svn/javadoc/latest/index.html (minutes ago I wanted to link to the javadoc in a StackOverflow response and stumbled on that text/plain response; in the mean time I just linked to the 2.4 version)
Changes from RC1 are fairly minimal - details are in the release notes (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 2.5 page as well as release notes below for the full list of features and bugfixes in this release.
Changes since RC1
- The GWT tools can now run on JDK 7. (However, no JDK 7 language or library features are available in GWT code yet.)
- The accessibility library introduced in RC1 has been cleaned up for release.
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
-> @UiHandler("{nameSpan}") "{" have to be outside quotes
Congrats for this new release :)
Best regards
P.S. Sorry for my childish English...
On Thursday, October 4, 2012 5:34:41 AM UTC+2, unnurg wrote:
--
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/-/6EZTIP5rtL8J.
To post to this group, send email to google-we...@googlegroups.com.
To unsubscribe from this group, send email to google-web-tool...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
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 9a9d0f16c9fda7ffebc04016aa3c735e1057b0e8Thanks for checking
- if (candidate.getType() != paramTypes[i]) {
+ if (!candidate.getType().toString().equals(paramTypes[i].toString())) {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.
The problem is that there is no documentation and/or tutorial at all about drag & drop support.