Link to home
Start Free TrialLog in
Avatar of cedric_rhea
cedric_rhea

asked on

Help! ClientServer coordinate translation system

im currently doing a ClientServer coordinate translation system. this system has to be multi threaded too. i had briefly made a standalone program. how do i implement client server & multi threading to my this standalone system?? as in how do i send the program across when a user had successfully logged onto the server?
Thanks
Avatar of girionis
girionis
Flag of Greece image

 The best place to start is here: http://java.sun.com/docs/books/tutorial/networking/sockets/clientServer.html

  which has a client-server tutorial and explains how you can turn it into a multiclient application. You can alos take a look here:

http://www.javaworld.com/javaworld/jw-12-1996/jw-12-sockets.html
http://developer.java.sun.com/developer/onlineTraining/Programming/BasicJava2/socket.html
Avatar of pronane
pronane

Are you trying to send a program across, then you will need to use RMI - Remote method calls - javas rpc standard, or you could use JINI, all these are on the java website, a simple client server program that is threaded wont be able to call a method from the server.
ASKER CERTIFIED SOLUTION
Avatar of Mayank S
Mayank S
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
cedric_rhea:
This old question needs to be finalized -- accept an answer, split points, or get a refund.  For information on your options, please click here-> http:/help/closing.jsp#1 
EXPERTS:
Post your closing recommendations!  No comment means you don't care.
Recommendation: Accept mayankeagle's comment as answer.