The document discusses the new Java Concurrency Utilities introduced in Java EE 7, including managed executor services, scheduled executor services, managed thread factories, and context services that allow execution of asynchronous tasks on managed threads while propagating common Java EE contexts. It outlines the goals and APIs of these services and provides examples of how developers can utilize managed executor services, scheduled executor services, and context services in Java EE applications to support concurrency patterns. The document also lists additional related sessions at the InterConnect 2015 conference that may be of interest.