To answer your question, yes. Look at JSNI and JavaScriptObject in the GWT documentation:
http://code.google.com/docreader/#p=google-web-toolkit-doc-1-5&s=google-web-toolkit-doc-1-5&t=DevGuideInterop On Tue, Dec 9, 2008 at 09:37, Alfred S <[EMAIL PROTECTED]> wrote: > > Hello All, > > I'm interested in using GWT for a project, but I have some questions. > I'm working on a proof of concept to try to answer them on my own, but > I thought it couldn't hurt to ask the group as well. > > The client-side requirements for this project include two Java > applets. These applets need to communicate to the UI (which will > hopefully be generated by GWT). The one applet needs to receive > unsolicited messages. The second applet needs to be able receive > unsolicited messages AND send messages to the client/UI. From what I > understand, the applets can communicate with the browser through > JavaScript methods. > > My question then becomes, can GWT engage in two-way communications > with this JavaScript method (which will in turn talk to the applet)? > Where would this/these JavaScript method(s) live in the project-space? > > It might be helpful to know that I have used GWT on another project > already, so I know a fair amount going into this one. (I'm also going > to try and leverage GWT-Ext for their data grids). > > Thanks, > ~Alfred > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
