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

On Jul 23, 3:54 am, Bruce Johnson <[email protected]> wrote:
> 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=GW...
>
> Cheers,
> Bruce, on behalf of your friendly 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 [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to