My apologies for my own ignorance. I've been searching for a way to have an applet (something that is not client code) communicate with our existing gwt service. I can't find any direct implementor of MessageServiceAsync (it's always created with GWT.create()). Because i'm not in client code i can't make use of GWT.create(). I presume this means that the only implementation of MessageServiceAsync is a javascript one.
This (http://groups.google.com/group/Google-Web-Toolkit/browse_thread/ thread/e40b1a5e24618f62/0ea20d351a1c96d6?lnk=gst&q=gwt+rpc+from +applet#0ea20d351a1c96d6) posting seems to indicate there has been work done to allow for this here (http://code.google.com/p/ javaongems/). However this project seems to be dead, and still makes use of GWT.create() here (http://groups.google.com/group/javaongems/ browse_thread/thread/d3dfcbcb8ec5973a/ 8cdf407e93427b65#8cdf407e93427b65). Because we make use of Hibernate4Gwt It would be very convenient to continue to pass our existing objects over the same wire, and get all the corresponding functionality with the front end being an applet. Is anybody aware of a way to achieve this? Thanks I --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to Google-Web-Toolkit@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---