The Blocks SpaceKit for Java
Introduction
The Blocks SpaceKit for Java is a software development kit that implements the Blocks eXtensible eXchange Protocol (BXXP) in Java. The SpaceKit provides tools to access existing Blocks servers as well as providing a framework for developing Blocks servers using Java.
What Do I Need To Use The Blocks SpaceKit for Java?
The Blocks SpaceKit for Java requires "spacekit.jar" to be in the $CLASSPATH as required by the Java JDK. Optionally, it can be included in the java command line using -classpath as in this example to ping the indicated blocks server:
java -classpath ./spacekit.jar SpacePing sqa.invisible.net
Java version 1.2.1 or later is required.
Additional Documentation
Additional documentation is available at these locations:
http://xml.resource.org/profiles/BXXP/bxxp.html
http://xml.resource.org/profiles/SEP/sep.html
Next: begin the tutorial »The Blocks SpaceKit for Java Client.
|