Hi,
Is there a way to listen on a TCP socket in J2ee environment (e.g. jboss)?
I need to communicate with some existing server using some proprietary protocol. This existing server will send my j2ee application multiple requests on 1 socket.
What is the best way to achieve that?
Thank you.
