Develop an Ajax client such as Google Maps with GWT

Is it possible (and recommended) to develop an Ajax map client, such as Google Maps with GWT ? Would it be easier to use something like jQuery?

+3
source share
5 answers

Of course, this is possible with GWT, and I don’t think it would be easier to use jquery, I think it would be much more complicated.

+3
source

Partly depends on your programming skills. It would be much easier for me with GWT, because I do not speak Javascript, and with GWT I can do everything in Java.

, , Javascript- JQuery .

+3

Google Maps, Google Maps GWT API Google Google Web Toolkit.

+2

, GWT , , , , Google Maps.

http://www.maryanovsky.com/sasha/maps/

+1

Javascript , OpenLayers, ?

0

Source: https://habr.com/ru/post/1737491/


All Articles