I have a java application ready to receive data from socket, and I have client part application which in delphi, How does communicate carry out between this 2 application, note, java act as a server wating for incoming data from specified port, and delphi act as a client send data to java application, there may be 2 ways,
1, carry out socket communication, send data from delphi to java server,
2. delphi call java program on delphi local machine,
I think the second case may have great possibility,
what do you think,
any advice is appreciated,
Thanks for your reading,
always learning,
1, carry out socket communication, send data from delphi to java server,
2. delphi call java program on delphi local machine,
I think the second case may have great possibility,
what do you think,
any advice is appreciated,
Thanks for your reading,
always learning,