Hi, I have configuration data (hivemind.xml) which may change reasonably often, and which I'd like to be able to change without rebuilding the war file. What's the best way to make this available to HiveMind in Tapestry?
Is there a easy way to do that or do I have to subclass ApplicationServlet and overrid the constructRegistry() method ? D.