Compiling a Java applet to JavaScript using GWT and a custom library

2013-06-25 Thread Bruno Bienfait
and Android support. The original Java code of the applet required only minimal changes and it still can be used to generate a Java applet (jar file). The capabilities and limitations of this library are described in my recent publication: http://www.jcheminf.com/content/5/1/24 . My JavaScript

Help: Reusing RPC serialization between GWT and Java Applet

2011-02-07 Thread Michael.Krog
Hi. Im contributing to gwtai which is an Applet-wrapper for GWT. Because of the nature of applets it is only possible to use String as parameters when calling methods on an applet from javascript. Therefore im trying to reuse GWT-RPC's serialization when calling Applet-methods from GWT. It looks

Re: Help: Reusing RPC serialization between GWT and Java Applet

2011-02-07 Thread Colin Alworth
Every Async impl on the client gets a serializer instance to go with it - crack open the generated code to see what it comes up with. It is possible to subclass the ServiceInterfaceProxyGenerator to provide your own custom subclass of ProxyCreator which instead of setting the impl's superclass

Re: Help: Reusing RPC serialization between GWT and Java Applet

2011-02-07 Thread Michael.Krog
Cool. Before your reply I prototyped a hack on the requestbuilder and it kinda works - but its totally hacked. :) I think Im getting the hang of how it all adds up in GWT-RPC, and your suggestion really makes sense. Im gonna give the extendes ProxyGenerator a try. On 7 Feb., 20:26, Colin

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

java applet

2010-01-31 Thread ben fenster
i am trying to run an applet inside my gwt code via htmlpanel it works fine until i add the display: none style attribute and then remove it the applet stop being responsive anyone knows why??? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

OSX Safari Java applet/JNI bug

2009-08-04 Thread Scooter
I ran across this bug a year ago in Firefox where the String returned from a Javascript-Applet(Method) call that returns a string isn't a first class string in GWT. I was testing in Safari OSX and get the following error message when trying to do a substring on the string returned from the

Re: How to run a signed java applet in hosted mode of gwt??

2008-12-02 Thread mon3y
a double tuck, reverse somersault with a half twist.then maybe) HTH, ; ) On Dec 2, 12:22 pm, ship [EMAIL PROTECTED] wrote: hi, In my application, i want to run a signed java applet in hosted mode, this signed java applet is running succesfully in browser mode but when i run it on hosted mode

How to run a signed java applet in hosted mode of gwt??

2008-12-02 Thread ship
hi, In my application, i want to run a signed java applet in hosted mode, this signed java applet is running succesfully in browser mode but when i run it on hosted mode it gives errors. Currently i am using gwt-1.4.62. Pl try to resolve this problem

Re: How to run a signed java applet in hosted mode of gwt??

2008-12-02 Thread kilkenny
://code.google.com/p/google-web-toolkit/issues/detail?id=283 Regards, Adrian -- http://code.google.com/p/gwtai/ On 2 Dez., 11:22, ship [EMAIL PROTECTED] wrote: hi, In my application, i want to run a signed java applet in hosted mode, this signed java applet is running succesfully in browser