I got a GWT version of the java Pet Store working on my machine, and I'd like to implement an exteneral Java program that is on another machine, and just displays "On" or "off" - so when I turn off the java Pet Store on one machine, it will then switch from "On" to "Off" on the other machine.
How would I go about doing this? I've played with RMI a little, but it's quite cumbersome. Any tips or advice is appreciated.