Search this forum for javascript applet communication. The code is
easy but the concepts are not trivial as you must understand how GWT
javascript JNI works as well as applets. GWTAI is also easy but again
you must understand the use of attributes and put the java code in
your gwt project. You can only pass primitives back and forth so if
you are planning on doing something complicated with large amounts of
data or an image then you will find this difficult.

Your best bet is to get a simple example of GWTAI working and then try
and get your applet working.

On Aug 28, 11:00 am, kris <[email protected]> wrote:
> Hi, I have implemented an Applet (for graph visualization) and want to
> embed it to my GWT application.
> I also want to achieve communication between GWT and the Applet.
>
> I have seen and have tried to use the gwtai library (http://
> code.google.com/p/gwtai/) but it does not even compile under Java 1.6
> (Stack Overflow error), which is a must in my project.
>
> So, is there any other way to achieve direct GWT-Applet communication
> or must I switch to Flash (for which the communication seems to be
> implemented)?
>
> By the way, I am very surprised regarding the lack of Applet support
> on GWT, I thought it would be trivial... :((
--~--~---------~--~----~------------~-------~--~----~
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