D
D
deleted-albours2015-07-09 12:42:39
Java
deleted-albours, 2015-07-09 12:42:39

Existing ways of client-server communication in java?

Implemented client-server communication between nodes using sockets (java.net.Socket, java.net.ServerSocket). Unfortunately, this solution does not suit me very much, it is necessary to handle a lot of all sorts of situations and exceptions, but I want something simple and universal. Mb who will advise ready-made solutions? It is enough to support the transfer of files and messages (response messages about the status of delivery).

Answer the question

In order to leave comments, you need to log in

4 answer(s)
D
DigitalSmile, 2015-07-09
@DigitalSmile

Try netty . All stuffing in one bottle.

P
protven, 2015-07-09
@protven

Why do you need this ? If you study, then go further sockets. If you work - then take something ready.

A
Alexey Cheremisin, 2015-07-09
@leahch

For example - habrahabr.ru/company/coldsnipe/blog/200674

C
cthulhudx, 2015-07-13
@cthulhudx

If execution speed is not critical, I recommend using RMI.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question