Re: Integrating GWT with JSP

2009-10-08 Thread venki
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

Re: Integrating GWT with JSP

2009-10-08 Thread Sudeep S
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