File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Applets and the fly likes Applet and Server communication Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Applets
Reply Bookmark "Applet and Server communication" Watch "Applet and Server communication" New topic
Author

Applet and Server communication

David Woon
Greenhorn

Joined: Feb 05, 2010
Posts: 3
I am going to develop a system using applet, can you please tell me which communication to use and why?

1. Applet and Servlet Communication
2. Applet and Remote EJB Communication
3. Applet and HTTP Invoker Communication

Please tell me which is the best, Thanks in advance.
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 32421
Wouldn't that be determined by the component with which the applet wishes to communicate? For example, if the applet should communicate with an EJB, you obviously couldn't use applet<->servlet communication.

Where do you see the difference between applet<->servlet and applet<->HTTP invoker communication?


Android appsImageJ pluginsJava web charts
 
 
subject: Applet and Server communication
 
developer file tools