Developer Documentation
Project: Global Clipboard
Author: Suvi
Company: Suvi.org
Description:
GCB - Global Clipboard let's you easily copy&paste from one computer to another.
Simply copy something into GCB at one computer and paste it out GCB at another computer.
Synchronisation of GCB is done automatically by using Peer-to-Peer technology.
What it's made of...
- GCB uses Java RMI for networking
- GCB Registers itself at TCP-Port 3377
- The classes are strictly split for the networking and presentation
- All classes are documented with JavaDoc
Compiling...
- Make shure the RMI-Classes are precompiled with a RMI-Compiler to generate stub-classes.
- GCB has ben developed with java 1.4.2-04
-