>From your JSP you can get to GWT via Javascript. See "Calling a Java Method from Handwritten JavaScript" here:
http://code.google.com/docreader/#p=google-web-toolkit-doc-1-5&s=google-web-toolkit-doc-1-5&t=DevGuideJavaFromJavaScript On Jul 16, 10:31 am, H T <[email protected]> wrote: > Hi GWT experts, > > I have this task of embedding a GWT application inside a JSP > application. Is there a way to communicate state information from the > JSP -> GWT application? > > For example, the JSP application wants to send the current time to the > GWT application so that it can update one of its widget to display the > data. I know GWT -> JSP interaction can be done through JSNI. > > AFAIK, GWT is compiled to javascript and the application is served > entirely off of that. Unless there's support of external events, I > don't know if this is possible. Can someone tell me otherwise? > > Thanks --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
