Swing code in sockets
Posted
by asb
on Stack Overflow
See other posts from Stack Overflow
or by asb
Published on 2010-03-07T12:27:26Z
Indexed on
2010/03/08
0:30 UTC
Read the original article
Hit count: 370
I am learning swings for making GUI. I was thinking which is the best possible way in case of socket with swings. 1. The whole swing code goes in the server file. All the handlers and logic in on server side. Client only create socket. 2. The server have logic part. The code for the swing to display interface goes on client side. Client Creates stream to send / rec. data from server.
Whch is the good way out of 2 ?
© Stack Overflow or respective owner