I'm working a simple out of the box community website system using Tapestry, H2 and JDO ( Data Nucleus ). I want to provide a way for the admin to click a button and have all subsequent requests for content come up "This website is undergoing maintenance, please try again later".
There is a lot of magic in the tapestry framework ( specially named classes for setting up services, etc ), and talks about command chains, and other things. The documentation provides a basic overview, but I can't find any info on how these things are built, or how to inject my own behaviour. I think I need to inject a custom Dispatcher in the Master Dispatcher Service, but I can't find any docs on how to do this. My plan is this dispatcher would check to see if this flag were active, and if so, redirect all requests to the "undergoing maintenance" page. Very nice framework, just trying to figure out where all the magic is. -Daniel --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
