This document provides an overview of getting started with Apache TomEE, an open source Java EE application server. It describes TomEE's approach of embedding Java EE features into Tomcat rather than embedding Tomcat into an application server. It then discusses the different flavors of TomEE available, downloading and installing TomEE, setting up a development environment in Eclipse, and provides an example of a simple movie catalog application using Java EE technologies like JPA, EJBs, and JSF that is included with TomEE.