As each new client connects to the application, an instance of the application engine is created for them. The application engine is used to track that client's activity within the application.
The application engine is an instance, or subclass of, the Tapestry class SimpleEngine.
In these first few examples, we have no additional behavior to add to the provided base class, so we simply use SimpleEngine directly.