Dan Allen presents on Arquillian and ShrinkWrap, tools for integration testing Java EE applications. Arquillian manages the lifecycle of containers to make integration testing easier. ShrinkWrap provides a simple API for programmatically assembling archives like JARs and WARs. Together they allow tests to run inside containers with the application code, avoiding lengthy builds. The talk demonstrates how to write tests using Arquillian and ShrinkWrap that inject resources and run application code directly in the same JVM for fast, isolated testing of Java EE components.