We are working on redesigning a legacy system using Spring/Hibernate. Currently there are applications which use a Java based Client side API to talk to the server side component using TCP/IP. In order to keep the backward compatibility, we would like to still support this TCP/IP communication from our new architecture. How do i handle TCP/IP connections from Spring enabled applications? What are the alternatives?
Any input on this is greatly appreciated.
Thanks!


Reply With Quote