Skip to content

Latest commit

 

History

History
 
 

concurrency

Java EE 7 Samples: Concurrency Utilities

The JSR 236 provides a simple, standardized API for using concurrency from application components without compromising container integrity while still preserving the Java EE platform's fundamental benefits.

Samples

  • dynamicproxy
  • managedexecutor
  • managedscheduledexecutor
  • managedthreadfactory

How to run

More information on how to run can be found at: https://github.com/javaee-samples/javaee7-samples#how-to-run-