How to make Java Swing Desktop app communicate with a server ?

Posted by Kim Jong Woo on Stack Overflow See other posts from Stack Overflow or by Kim Jong Woo
Published on 2010-06-16T23:37:32Z Indexed on 2010/06/16 23:52 UTC
Read the original article Hit count: 174

Filed under:

ex) Authenticate users on their desktop app from a server.

Questions about server: Do I have to use Tomcat ? Are there any other solutions ? could I even use Apache ?

© Stack Overflow or respective owner

Related posts about java