On 30 Jul 2003 17:59:58 -0700,
(Jeff) wrote or
quoted :
>We are open to any suggestions that do not increase complexity or
>force us to implement messaging software.
What happens if you exec the two from a common JVM? What if you run
them both in the same JVM on two threads? Just use a kicker that
starts a thread that invokes the two main methods.
If you literally want to share objects, the only way I know to do it
is via RMI. You can pass a serialiased object down a raw socket, but
it has no connection with the original. It is a pure copy.
--
Canadian Mind Products, Roedy Green.
Coaching, problem solving, economical contract programming.
See
http://mindprod.com/jgloss/jgloss.html for The Java Glossary.