cancel
Showing results for 
Search instead for 
Did you mean: 

applet jar creation

Former Member
0 Kudos

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?

Accepted Solutions (0)

Answers (1)

Answers (1)

guru_subramanianb
Active Contributor
0 Kudos

hi nathan,

first thing add your applet jar file in the java build path of your project.

while accessing the method at runtime of these jar file pass the required objects.

regards,

guru