Chapter 33: Creating Service Components

This chapter describes how to create service components. Service components are loaded and initialized when EAServer starts and have a run method that executes perpetually, independent of any client interaction.

You can use service components to perform background processing or to provide common services for EAServer clients and other EAServer components.