Javaparty resources

Javaparty is an extension to the popular Java language for easy
and comfortable parallel and distributed programming.
This is accomplished by the introduction of the 'remote' modifier
for classes:

    remote class Test {
        void foo() {
        }
    }


On this page you will find Javaparty programs and resources.
For now you can browse the CVS repository here and see some
Javaparty programs.
More information on Javaparty can be found here.