Hi Guys,

I deal with Applet(it can be any client not only
applet) to Servlet
communications in my project. Earlier i used to
communicate directly using
Java serialized objects, that works fine, everyone
knows it. But now i have
planned to convert the serialized objects to XML
message through some API,
and pass this XML message to the Servlet instead of
objects. So that the
client doesnot need to be an applet all the time, it
can be anything which
sends XML message to servlet.

But i have noticed that when i communicate between the
Applet<-->servlet
using XML it affects the performance. Using Serialized
objects its 4 times
faster than using XML. Can someone suggest me how to
over come this
performance overhead.

Thanks




__________________________________________________
Do You Yahoo!?
Yahoo! Mail - Free email you can access from anywhere!
http://mail.yahoo.com/

___________________________________________________________________________
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