Thanks a lot Venkat !!! for your prompt reply.. Before I can start experimenting on JSNI, just wanted to know does JSNI work when both JSP and GWT (gwt module hosted on a different domain is loaded as an iframe in jsp) come from different domains.
Thanks Sudeep On Fri, Oct 9, 2009 at 10:16 AM, venki <[email protected]> wrote: > > 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 -~----------~----~----~----~------~----~------~--~---
