Home Articles FAQs XREF Games Software Instant Books About Feedback Search Site-Map
irt.org logo

Q4061 How can an applet which retrieves data through a http connection from a textfile, load the real one instead of the cached copy?

irt.org | Knowledge Base | Java | Q4061 [ previous next ]

Q4061 How can an applet which retrieves data through a http connection from a textfile, load the real one instead of the cached copy?

A simple applet once loaded looses the communication with the server from which the class file is being downloaded. When you applet needs to repeatedly retrieve the information from the server side text file then you need to adopt the client/server technology.

This you can achieved using:

  1. Sockets
  2. RMI
  3. Servlets
  4. CORBA

This just means that the program on the server side from where the class (the applet is loaded) has to serve the information needed by the applet from time to time or as requested.


Provide feedback ...
AddThis Social Bookmark Button

Provide feedback ... AddThis Social Bookmark Button


Last Updated: 6th July 2009. Maintained by: Martin Webb
irt.org liability, trademark, document use, privacy statement and software licensing rules apply.
Copyright © 1996-2009 irt.org, All Rights Reserved.