I've been upgrading an application from tapestry 4 to tapestry 5. The application is quite large, so we're just migrate a few pages here and there. I've created some tapestry 5 services that depend on a Request. I would like to be able to inject these services into a few tapestry 4 pages, as we migrate.
Has anyone done this before? And how does one go about implementing this?