desktop-sharing

Good desktop sharing apps

I am about to be moving and working remotely full time. Right now we use Yugma and Skype for developer conferencing and showing the desktop, but we do not pay for Yugma so there is no ability to grant control. Before I recommend anything that is not free, what are the best options for apps that allow you to share your desktop with mult...

How do I write my own desktop sharing application in java ?

Hello I want write my own desktop sharing application in Java. The application should have some very default features: Capture screen; Allow a remote connected user to click / edit fields. I was thinking to use Java Robot class for mouse movements / key pressing. The problem is i don't know what screen capture strategy to use. Sho...