Click here to Skip to main content
15,740,826 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hey guys,
can anyone tell me how two or more applet can communicate with applet running on server with some code?
Posted

1 solution

Why for the love of your designated deity should there be an applet running on a server? Applets are something that run in a browser or else in a container called appletrunner for simulation purposes. Most browsers will also put restrictions on the communication of an applet with servers that are on different host than the one where the applet is hosted.

Please refine your question to make it clearer to us what you are trying to achieve.

Regards,

Manfred
 
Share this answer
 
Comments
jit_13 26-Jan-12 14:02pm    
i am developing online game as my final year engineering projects.
here for two player two applets running on two different players' computer. now i need to pass objects from one player's applet to second player's applet via server.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900