GWT 1.7 Now Available

8 views
Skip to first unread message

Bruce Johnson

unread,
Jul 22, 2009, 6:54:02 PM7/22/09
to Google Web Toolkit
Hi everyone,

(Most people are probably already quite aware of the new GWT 1.7 release, but we wanted to send out an "official" announcement we could pin to the top of the message list.)

GWT 1.7 is a minor update that adds better support for Internet Explorer 8, Firefox 3.5, and Safari 4. Each of these new browser versions introduced at least one change that negatively impacted compiled GWT modules, so we recommend that you do update to GWT 1.7 and recompile your existing applications to ensure that they work with the latest versions of browsers. No source code changes on your part should be required.

Normally, a minor update such as this would have been named 1.6.5 (the previous latest version of GWT was 1.6.4), but we did add the value "ie8" to the "user.agent" deferred binding property, which could impact projects using custom deferred binding rules that are sensitive to that property. Thus, we went withGWT 1.7 rather than GWT 1.6.5, to indicate that you may need to pay attention to that change. Details are in the release notes.

In every other respect, this is just a bugfix release, so in the vast majority of cases, the update-recompile process should be nearly effortless.

Download here:
http://code.google.com/p/google-web-toolkit/downloads/list?can=1&q=GWT+1.7.0

Cheers,
Bruce, on behalf of your friendly GWT Team

Gert Scholten

unread,
Jul 23, 2009, 3:28:12 AM7/23/09
to Google Web Toolkit
On Jul 23, 12:54 am, Bruce Johnson <br...@google.com> wrote:
> Download here:http://code.google.com/p/google-web-toolkit/downloads/list?can=1&q=GW...

This link only lists the linux version (the search doesn't seem to
work properly, or at least I can't figure out what it is searching
in).

Official download site:
http://code.google.com/webtoolkit/download.html

Featured download, currently lists GWT 1.7.0, for all platforms:
http://code.google.com/p/google-web-toolkit/downloads/list?can=3

Regards,
Gert
Message has been deleted

Sumit Chandel

unread,
Jul 23, 2009, 5:04:34 AM7/23/09
to Google-We...@googlegroups.com
Thanks for the correction, Gert.

The correct download link to get GWT 1.7.0 is either (as Gert mentioned) is either:

1) From the official download site:

2) From the list of proper search results on the GWT project page:

Cheers,
-Sumit Chandel

Steve Nies

unread,
Aug 14, 2009, 8:25:28 PM8/14/09
to Google Web Toolkit
Please forgive this newbie post but I am under extreme schedule
pressure and cant find an answer anywhere on the web. Can anyone tell
me if JSPs using Java 1.5 features can now run under hosted mode
within Eclipse 3.4? If so would someone please post a how-to? Any
help would be greatly appreciated - thanks in advance.

Steve

On Jul 23, 5:04 am, Sumit Chandel <sumitchan...@google.com> wrote:
> Thanks for the correction, Gert.
> The correct download link to get GWT 1.7.0 is either (as Gert mentioned) is
> either:
>
> 1) From the official download site:http://code.google.com/download.html
>
> 2) From the list of proper search results on the GWT project page:http://code.google.com/p/google-web-toolkit/downloads/list?can=3
>
> Cheers,
> -Sumit Chandel
>

holeo

unread,
Aug 23, 2009, 3:47:44 PM8/23/09
to Google Web Toolkit
In eclipse3.5 and Google eclipse 3.5 plug-ins,
Use "File -> Import... -> Existing Projects into Workspace"
I can't import GWT1.7 /samples project. ! "No projects are found to
import."

help help!!
> Download here:http://code.google.com/p/google-web-toolkit/downloads/list?can=1&q=GW...

李静

unread,
Aug 23, 2009, 10:52:55 PM8/23/09
to google-we...@googlegroups.com
hi,
the samples projects don't have eclipse files in them.
maybe you can create a new project and copy the src files.
hope that helps you!

2009/8/24 holeo <xlo...@gmail.com>



--
Lij

leo loong

unread,
Aug 24, 2009, 5:46:01 AM8/24/09
to google-we...@googlegroups.com
Thank you!a Ha!

2009/8/24 李静 <lijin...@gmail.com>

Ganesh

unread,
Aug 24, 2009, 3:25:01 AM8/24/09
to Google Web Toolkit
Hi,
I migrated from GWT 1.5.0 to GWT 1.7 and I am facing a lot of issues
in serialized objects being passed via RPC. Support to java.util.List
seems to have been withdrawn and my existing code fails. Please do let
me know if this is a know are and how to take care of the same??

My code compiles fine, there are NO compilation erros. But during
runtime (via the hosted mode), I don't see my page, I just see the
"Loading..." status.

I have an object "CustomHashMap" which extends the "java.util.HashMap"
inside the client package. Now the input for this class is (String,
Object). This was working earlier in GWT 1.5, but now with GWT 1.7, it
fails. I have now changed the method signature to (String,
Serializable), now it compiles, but the same error said above occurs
at runtime.

Cheers,
Ganesh
> Download here:http://code.google.com/p/google-web-toolkit/downloads/list?can=1&q=GW...

(श्री) GNU Yoga

unread,
Aug 25, 2009, 2:40:14 AM8/25/09
to Google Web Toolkit
hi Ganesh

On Aug 24, 12:25 pm, Ganesh <ganeshrajmo...@gmail.com> wrote:
> Hi,
> I migrated from GWT 1.5.0 to GWT 1.7 and I am facing a lot of issues
> in serialized objects being passed via RPC. Support to java.util.List
> seems to have been withdrawn and my existing code fails. Please do let
> me know if this is a know are and how to take care of the same??
>

I suggest you do a phased migration.

refer
http://code.google.com/webtoolkit/doc/1.6/ReleaseNotes_1_6.html#Upgrading
http://code.google.com/webtoolkit/doc/1.7/ReleaseNotes_1_7.html#Upgrading

its very clear in the upgrade notes that
"The 1.7 release contains a few high-priority bug fixes. It is
versioned 1.7 to signify a potentially breaking change."

- sree
Reply all
Reply to author
Forward
0 new messages