The document discusses Zend Framework 2 service components. It provides background on service components and their goals of being independently versioned and reusable outside of ZF contexts. It outlines the lifecycle of a service component, from discussion and code review to publication. Finally, it walks through writing a sample service component for Google Cloud Messaging (GCM), including file structure, unit testing, coding standards, documentation, and integration.