Defines the core, session-persistant object used to run a Tapestry application for a single
client (each client will have its own instance of the engine).
The engine exists to provide core services to the pages and components that make up the
application. The engine is a delegate to the ApplicationServlet via the
service(RequestContext) method.
Starting in release 4.0, the engine is kept around only for compatibility (with release 3.0).
It's functions have been moved over into a collection of HiveMind services (or are in the process
of doing so).
The engine exists to provide core services to the pages and components that make up the application. The engine is a delegate to the ApplicationServlet via the service(RequestContext) method.
Starting in release 4.0, the engine is kept around only for compatibility (with release 3.0). It's functions have been moved over into a collection of HiveMind services (or are in the process of doing so).