This is a spring based implementation of the {@link JobExecutor} using springabstraction {@link TaskExecutor} for performing background task execution.
The idea behind this implementation is to externalize the configuration of the task executor, so it can leverage to Application servers controller thread pools, for example using the commonj API. The use of unmanaged thread in application servers is discouraged by the Java EE spec.
@author Pablo Ganga
|
|