Shared Scientific Toolbox in Java 1.00 (Default branch)

Shared Scientific Toolbox in Java is a library ofquality lightweight components forscientific/distributed computing that includes thefirst true multidimensional array package in Java,a parallel data flow engine, an asynchronoussockets layer, an annotation-driven class loader,and more.License: OSI ApprovedChanges:
A Win32 build is now supported. It contains precompiled DLLs with statically-linked FFTW3. shared.net.SynchronousConnection was introduced, which is built on top of the asynchronous networking layer, but supports synchronous behavior with blocking input/output streams. The SST source is now Java 1.5 compatible. Take note that it still links to some methods (i.e., java.util.Arrays#copyOf) that are in JDK 1.6 only. Color maps for intensity images were introduced. The license terms and assigned copyrights were updated.

More...