het...@gmail.com wrote me an answer. I hope it'll help someone (i
didn't try it yet) :
---
I'm not sure what the minimum configuration is but I have the
following:
1) CounterApplet is in both - I'm pretty sure the cross-compiler needs
the class file and the java file. The applet jar needs the interface
too at run time
2) I put the Impl in a jar which I put in the root of the war. I left
it in the WEB-INF/classes too but I think it is ignored
3) We have a legacy applet that we are trying to run inside a GWT
application. The GWT app has a menu bar that allows navigation between
an applet frame and a different GWT app.
4) Yes. Be sure to add the applet's jar file to your @Archive
annotation. The cross-compiler will turn this into the correct
codebase for launching the applet.
Good luck!
---