March 20, 2010
Day 1 - Ruby Conf India 2010. Content available at: http://blogs.sun.com/arungupta/entry/day_1_ruby_conf_india
More »
March 20, 2010
Do you execute ops in bulks or one by one?. Last bunch of the entries have been all about the code. Today let's try something different. Partly because at the time of writing I'm just 34 thousand feet above Atlantic and really don't feel like coding anything, but partly also bec...
More »
|
 |
Interesting New Projects in the Java Tools Community
The Java Tools Community Newsletter Issue 202 introduces three interesting new projects...
The Java Tools Community Newsletter Issue 202 introduces three interesting new projects: scalalab, zipsync, and alefpp.
scalalab
The scalalab project:
aims to provide an efficient scientific programming environment for the Java Virtual Machine. The scripting language is based on the Scala programming language enhanced with high level scientific operators and with an integrated environment that provides a Matlab-like working style. Also, all the huge libraries of Java scientific code can be easily accessible.
At the project's core is the ScalaSci scripting engine, which resolves method calls at compile time. In testing, the scripting code has accomplished speeds close to native Java, and about 20-40 times faster than equivalent Matlab .m scripts.
An initial version of scalalab is currently available for download. The project uses the BSD license.
zipsync
The zipsync project provides a development tool that:
synchronizes the contents of zip/.war/.ear files on two different servers to minimize upload times. Very useful when you are repetitively uploading or downloading the same zip file, yet that file is mostly the same as the last transfer. This tool just transfers the parts that have changed and syncs the content of the zip file.
The tool is similar to the ...
Date: August, 31 2009
Url: http://www.java.net/blog/editor/archive/2009/08/31/interesting-new-projects-java-tools-community
Others News
Leave a Reply
Related
|