I want to develop one java app, which should run as a server. The program should continuously run and get the inputs from the clients on specified port (using TCP-IP / SDLC Protocol implementation).
It has to response to the clients after authenticating the received data. I want implement this using jPOS libraries.The inputs are in ISO-8583 standard.
If anybody have sample program for the above problem pls, let me know.