>Could anyone tell me the best java way to make java applications
>communicate, knowing that such applications may be in different JVM, on
>different computers.
see http://mindprod.com/jgloss/remotefileaccess.hthl for your many
options.
--
Canadian Mind Products, Roedy Green.
Coaching, problem solving, economical contract programming.
See http://mindprod.com/jgloss/jgloss.html for The Java Glossary.
William Brogden - 20 Mar 2004 01:05 GMT
> >Could anyone tell me the best java way to make java applications
> >communicate, knowing that such applications may be in different JVM, on
> >different computers.
>
> see http://mindprod.com/jgloss/remotefileaccess.hthl for your many
> options.
I think you meant
http://mindprod.com/jgloss/remotefileaccess.html
In addition you can use Java Message Service, JINI and JavaSpaces or SOAP
Bill