Download

 

Getting STING

    STING version 1.0 is currently hosted on github. This version supports the features described in the "Efficient Sessions" paper. The Java code can be checkout by

  

git clone http://github.com/kayceesrk/Sting.git


 
BUILDING
Switch to trunk directory and run
> ant jar
to build the source. You need Apache Ant and a Java 1.6 JDK for that.

COMPILING STING PROGRAMS AND RUNNING THEM

1. Add the bin/ directory to your path.
2. Write an SJ program, say Foo.sj.
3. Compile it using:
> sessionjc Foo.sj [-cp a classpath if needed] [-d destination for generated .java and .class files]
4. Run with:
> sessionj Foo