Hello..

Here is a small problem I am facing with objects and Servlets.


Program Scenario
Communication between Applet->Servlet->Business class->Database.

Code function.
1. Applet passes a identifier to servlet
2. Servlet instantiates the business class
3. Servlet invokes business class method.
4. Business class return serealizable objects
5. Servlet passes these objects back to applet
6. Applet instantiates the business class and type cast the return
value to that specific class
7. Applets tries to access class variables.

Doubt
1. Is such a scenario possible. It is giving me an ERROR.
2. If I return a vector instead of a class whole thing works


Exception generate at applet while trying to read return object
1.EventDispatch Exception

Pls note. Do let me know if i need to produce the exception and code
for details.


thankx
Donny.

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to