Hi, we have this scenario:
A server which contains needed data and client component which these data wants.
On the server are stored 2 types of data: - some information - just a couple of strings basically - binary data
We have a problem with getting binary data. Both sides are written in Java 5 so we have couple of ways....
Web Service is not the best solution because of speed, memory etc...
So, What would you prefer?
I would like to miss low level socket connection if possible...
thanks in advance
Vitek