Wednesday, 2 October 2013

How to efficiently network an application in Java

How to efficiently network an application in Java

I was wondering if someone could give me a clue. The situation is we have
one computer that has a server application, the rest have a client
application. Now my question is how would i keep track of the server ip
address? What I want is have the clients automatically hunt the server
application, regardless of the ip address and find it, because using a
wireless network computers are using DHCP. So I was wondering is there
anything that can be buried in a computer using Java with which other
computers can identify the application. Thanks.

No comments:

Post a Comment