I am creating a web application, and the server side objects are fairly simple to create with the NDS.
Now I want to create some applets and create the JAR for deployment within my web application. To add, the applet passes objects back and fourth to the server, so my web application will need to be aware of the classes in the applet application.
How do I do this within NDS?