View Single Post
  #2 (permalink)  
Old 07-23-2007, 02:08 PM
JavaBean's Avatar
JavaBean JavaBean is offline
Moderator
 
Join Date: May 2007
Posts: 1,272
JavaBean is on a distinguished road
There is no special way to communicate two Java processes. You will consider them as separate programs and communicate each other. They can communicate over TCP/IP, RMI, CORBA.. All requires you to define some communication protocol based on the requirements of the selected technology.
Reply With Quote