Spring Threads Tutorials

  1. Docs 
  2. Jenkov.com ExecutorService Tutorial
  3. @Async tells Spring to call method in ThreadPoolExecutor
  4. @Scheduled is using this ScheduledThreadPoolExecutor
  5. Configuration for @Async with AsyncConfigurer
  6. Configuration for @Scheduled with SchedulingConfigurer
  7. Mkyong tutorial
  8. Spring Bean Scopes and here
  9. Invoking a Secured method from a scheduled job