In Java, what is best would be to have an open listening port, and still send it after receiving the packet. At the moment, I'm not particularly good at network programming, so the tutorials I found on the network are not particularly useful.
Does it make sense to have a listening socket as the server core and run it in a separate thread in the socket that I use to send data to the server?
Regarding a loosely related issue. Does anyone know if programming just for java, in netbeans, then exporting it for use on a blackberry (using the plugin), sockets will still work?
source share