Skip to content

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

History

History

concurrency

README.md

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-