So in effect your project has nothing to do with GWT.  A simple Google query
for "java json parser" brings up the JSON standards body page on using JSON
within Java.

http://www.json.org/java/.

Also, please try to be clearer on your terminology.  Your clients are the
mobile devices.  You are writing a "web-app" that is running on a Tomcat
(web-app) server.

If you require help with the Google APIs, there's plenty of links on the
Internet - all you have to do is google for it.

On Sat, Mar 7, 2009 at 9:30 PM, Brett S <[email protected]> wrote:

>
> Hi Vitali,
>
> Thanks for your reply.
>
> By mentioning that my Java client is a Tomcat server I seem to made my
> intent unclear.
>
> > the question is why are you doing JSON parsing on the server instead of
> > delegating that to the client's browser?
>
> The answer is I am developing pages for mobile devices. Many mobile
> phone browsers don't support JavaScript so consequently, I am not
> interested in a JavaScript solution. For the purposes of this
> discussion, I am creating a Java Client to query Google APIs. What I
> do with that information is a moot point.
>
> > So if you actually want to do JSON parsing on the server, then you need
> to
> > get an actual JSON parser or write your own (it's not difficult).
>
> I am in the process writing code to parse the results now. As you say,
> it's not difficult, However, if someone has already created tools to
> do so I see little value in reproducing their work.
>
> Thanks again.
>
> Brett
> >
>

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