Posted By:
Vineet_Billorey
Posted On:
Thursday, August 14, 2003 06:47 AM
Respected Sir,
Using Tomcat Web Server, I have an applet "modelapplet.class",
and a servlet "modelservlet.class" and a class as "model.class" which implements Serializable.Servlet stores data into model.class object which is further read by the applet.Where this model.class should be stored. How can the applet read it if model.class is located in WEB-INF/classes