> i have to developpe a network application with a > delphi server application and a java client > communication with it > can some one send me a sample of a java-delphi > communication ?
You can use TCP/IP and sockets in both Java and Delphi. For Delphi, you can use TWSocket and TWSocketServer components you can find in ICS which is freeware and include full source code. Download from http://www.overbyte.be. Sockets are native to Java. Be aware that if you send messages between Java/Delphi, they use different code for characters. In Jave, you probably have to convert to 8 bit ascii before sending. -- [EMAIL PROTECTED] The author for the freeware multi-tier middleware MidWare The author of the freeware Internet Component Suite (ICS) http://www.overbyte.be _______________________________________________ Delphi mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi

