transfering data between two different systems through dedicated port

Hi!

We are developing our system in java. But we need to communicate an existing Tandem COBOL System through a dedicated port to get some information. The user has already developed an interface to listen the request and send the response. What sort of interface we need to develop for requesting and receiving data? Anyone here to help me?

[353 byte] By [shambua] at [2007-10-3 2:54:19]
# 1
Network connections are well-supported in Java by the java.io, java.net and java.nio packages.Read the Java networking tutorial: http://java.sun.com/docs/books/tutorial/networking/
Herko_ter_Horsta at 2007-7-14 20:43:23 > top of Java-index,Core,Core APIs...