Josh Juneau presented on using the Concurrency Utilities in Java EE 7 to resolve real world concurrency scenarios in an application called AcmeWorld. The utilities provide standard managed concurrent resources like managed executor services, scheduled executor services, managed threads and context services. Example problems demonstrated how to execute long-running tasks asynchronously, schedule periodic tasks, propagate contexts between threads and monitor asynchronous task lifecycles. The presentation provided code examples and instructions for interacting with the managed concurrent resources in Java EE 7 application servers.