RPC call no working after integrating gwt in jsp

2011-05-16 Thread Brijesh
Hi, I have integrated a GWT page in my web project, in a JSP page. Everythign is fine except RPC calls. RPC which works fine in GWT project, when executing project, but after integrating with JSP it neither shows data from server nor any error. Is there any special configuration i have to do to

Re: RPC call no working after integrating gwt in jsp

2011-05-16 Thread Juan Pablo Gardella
Check the path of the javascript file in the html generated by jsp 2011/5/15 Brijesh brijesh.ra...@gmail.com Hi, I have integrated a GWT page in my web project, in a JSP page. Everythign is fine except RPC calls. RPC which works fine in GWT project, when executing project, but after

Integrating GWT with JSP

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

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