Hi I'm currently creating an application that makes use of google
maps. Using the GWT toolkit I created a application that shows a
location on a map when a coordinate is passed. The application is
hosted on glassfish. I also created a java swing applcation that
contains a panel hosting the "Webrenderer Webbrowser (Swing edition)"
swing component. Instead of having a few fields in the GWT app where
people can fill in a coordinate and get an updated map I actually want
to pass the coordinate to the GWT app from within the java
application. The simple solution was to pass the data as parameters on
the url but that becomes impossible once you want to pass a set of
coordinates. Is there a way to get access to the javascript methods
generated by GWT from within the webrenderer swing browser? That way I
could implement a javascript function that would allow me to pass the
parameters.

Any suggestions, help is welcome.

Thanks,
Frank

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