I've been upgrading our Tap3 apps. It's going okay so far but I'm stuck on a couple of little initialization features, things we implemented before with code in our custom Engine. I'm feeling quite the noob when it comes to the hivemind way of doing things.
In our old Engine we preloaded all the pages at the first request, to check that there were no errors and to avoid delays later. We hooked into the startup sequence by overriding createVisit(). That method's gone now, and so are others like createGlobal() and setupForRequest(). I tried a couple of probably-silly approaches -- hooking requestInitialized() and even service() -- but I can't see a way to do this in a place where I can get both a requestCycle and the servletContext. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
