views:

112

answers:

4

Would it be possible (and recommendable) to develop an Ajax map client like Google Maps with GWT? Would it be easier to use something like JQuery?

+3  A: 

Of course it would be possible with GWT and no I don't think it would be easier to use jquery, I think it would be much harder.

Matt H
+2  A: 

Somewhat depends on your programming skills. For me it would be much easier with GWT, because I don't talk Javascript and with GWT I can do everything in Java.

Of course, on the other hand, a Javascript-Guru might achieve the same with JQuery in a much shorter time period.

Andreas_D
I prefer Java too. What I want do know was: would it be possible to avoid JavaScript coding with GWT in this case. And the answer seems to be "yes".
deamon
Yep, GWT was born to do things like this. :)
Matt H
+1  A: 

If you don't mind using the Google Maps content, you can always plug Google Maps into GWT with Google API Libraries for Google Web Toolkit.

Eric Landry
A: 

Why not use an existing open source Javascript map client like OpenLayers, rather than reinventing the wheel?

MarkJ