// shall I write some keywords here to boost search engine ranking?

Sunday, July 01, 2007

Executor Framework for JDK 1.4 and below

Executor Framework (java.util.concurrent) is one of the great feature in Java 5.0. However, the world is never perfect that all server is already in Java 5 or Java 6. For them who still stuck at 1.4, there is a backport of this framework: backport-util-concurrent

This is a good-to-have API in your classpath so that you may develop based on Executor Framework while you are in JDK 1.4. While it can be easily port to Java 5 or Java 6 in future.


Technorati Tags: ,

No comments: