The Springs docs for TaskExecutor states:
"Spring's abstraction helps bring thread pooling to Java 1.3 and 1.4 environments as well as hide implementation details between 1.3, 1.4, 5, and Java EE environments."
What (if any) are the benefits of using TaskExecutor under Java 1.5 and outside an Application Server?
Thanks


Reply With Quote
