Applet - server communication, how can I can do it?
I have an applet and I must send a request to a web application to get data from the server that is in a database. I am working with objects and it is very useful that the server responses me with objects!! How an applet can communicate with a server? I think web services method, RMI and... make me happy, but which is the best and reliable? As long as its only your applet communicating with the server you can use a serialized object. You just need to maintain the same version of the object class in both the applet jar and on the server. Its not the most open or expandable way to go but it is