Thanks for the tip/heads-up!  I'm sure that could have been an
insanely frustrating problem to figure out.  Here's hoping all goes
smoothly...

~Alfred

On Dec 10, 3:29 pm, Matt Bishop <[EMAIL PROTECTED]> wrote:
> Be careful about taking strings back from the Java applet, as they do
> not automatically coerce into JS strings. you have to do that yourself
> in native JS code:  '' + appletString
>
> On Dec 9, 1:16 pm, Alfred S <[EMAIL PROTECTED]> wrote:
>
> > The information looks to be all there!  I was able to successfully
> > experiment a bit with it.
>
> > Thanks!
> > ~Alfred
>
> > On Dec 9, 12:45 pm, Shawn Pearce <[EMAIL PROTECTED]> wrote:
>
> > > 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=goog...
>
> > > 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to