• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

GWT Works and its needs?

 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
How would GWT help ajax
can GWT alone can be used to create a application
Does GWT is enough to create an application something like google maps

thanks
balamurugan .N
[ June 26, 2007: Message edited by: Bear Bibeault ]
 
author
Posts: 34
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Baladina.

The easy answer is that GWT can do anything that JavaScript can do. You would write your GWT apps in Java, and then use GWT's JavaScript Native Interface (JSNI) to have the Java code interact with JavaScript code. JSNI is used in GWT for those times when you need to interact directly with the browser's JS interface.

As for building a GWT version of Google Maps... yes, you can do that. I am presently working on a GWT widget caller ViewportViewer that works just like Google Maps, including panning, zooming, etc. I started it just for fun a week or so ago. I will likely post the code to my GWT Sandbox site in the next week or two as-is. If I ever finish it, I will add it to the GWT Widget Library project.
 
Baladina murugan
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi Robert
I would like to create similar like an google map ,if you could giude me out that would be great
just send me the links where i could learn more about GWT.

thanks
bala
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic