I have some experience using parallel extensions in .Net development, but I was looking at doing some work in Java that would benefit from an easy to use parallelism library. Does the JVM offer any comparable tools to parallel-extensions?
There are some limited support in java.util.concurrent package since java 5, but full supports are java 7 feature.