You have to use JSNI(Java Script Native Interface) which is provided
by GWT. Using this you can able to access java script code of your jsp
page. If you wish to send any data from your jsp to GWT module then
export that variable in java script of your jsp page. In your module
write one JSNI method and write your stuff to take the data from your
java script code of jsp page.

On Oct 9, 12:19 am, Sudeep S <[email protected]> wrote:
> Hi,
>
> I have a requirement wherein my application loads an external gwt
> application as a widget in its iframe.
>
> The application's UI is developed using JSP.
>
> Can someone suggest me the best practices followed in communicating
> with external GWT applications (passing
>
> data back and forth).
>
> Thanks
> Sudeep
--~--~---------~--~----~------------~-------~--~----~
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