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: Java, Executor Framework
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: Java, Executor Framework
No comments:
Post a Comment