Step by step tutorial on GWT and Applet integration

2010-10-12 Thread oceanlover
Is there a good step-by-step tutorial on that? Is there any technology to do that other than GWTAI? Is there a good step-by-step tutorial on GWTAI? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Applet integration

2010-05-20 Thread Asier
Hi We are designing an application that needs client-side digital signatures. This is going to be accomplished via a signed java applet. I know I can add the applet code instantiation via HTML applet = new HTML(); applet.setHTML(createHTMLApplet()); RootPanel.get().add(applet); This works

Re: Applet integration

2010-05-20 Thread mbracken
For the GWT-to-Applet communication, JSNI is probably all you need. For the other side of the conversation you could do it with JSNI, but an easier way may be to look at the gwt-exporter project and build an 'exported' API that the applet can call in native JS.

GWTAI in GWT (Applet Integration)

2010-04-28 Thread Harsh Yadav
Hi all, I want to use GWTAI to integrate an applet in my GWT application. I couldnt get it to run with my GWT application. Has anyone use GWTAI successfully to integrate an applet in GWT application. Or is there any better way to do the same in GWT. Thanks and Regards, Harsh Yadav -- You

java applet integration

2010-02-01 Thread ben fenster
i load a java applet in my gwt project and some of the fetures in the applet works fine but some of ther throws the following errors altough they work when i run them in a non browser form i am using gwt2.0 and i get the following error 13:30:10.386 [ERROR] [vzooo] Uncaught exception escaped