Hi there, I'm using TDK 2.1 for development, and I want to load up some configuration data on startup of the application. Once loaded, the configuration data will not change and will be used across all user sessions as they log in. Configuration data is stored on the server in an XML doc.
I've managed to put together a Turbine service and register it in tr.props, and was planning on putting the XML parsing code in the service to make it available to the rest of the site. However, I'm not sure this is the right way to go about it. Since this data is basically server configuration data that is loaded once, I thought perhaps it should be registered as a global tool. Any recommendations? If neither of these approaches makes the most sense for what I'm trying to do, could you recommend another option? Derek -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
