On 09/06/2009 10:51 AM, Marcelo Sena wrote:
> 
> Really why not?
> It was my first thought. You guys(developers at GWT) have probably
> created some sort of HashMap to handle JSON objects received from RPC
> calls handling its values and strings.
> Anyway, I find the standard way of handling JSON values quite... ugly.
> Is there any reason why shouldn't I use a process like:
> 1- Get string form the wire.
> 2- Use regex to get the name and values.
> 3- Fill a Map with the values from step 2.
> 4- Get the values that I want from the Map.
> 
> Thanks in advance.

Have you looked at the Javascript Overlay type? It's quite efficient.
I'm guessing it's more efficient than using a Map.
http://code.google.com/webtoolkit/doc/1.6/DevGuideCodingBasics.html#DevGuideOverlayTypes

--~--~---------~--~----~------------~-------~--~----~
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