Folks, I have modified the reactor config file (attached) to allow import tags within the configuration file and would appreciate another set of eye(s). The basic idea is simply break down a large reactor config to smaller set of files (quite similar to the import tag recently introduced in ColdSpring).
an example config file
<!-- ///////////////// base.xml ////////////////-->
<reactor>
<config>
<!-- configuration information goes here -->
</config>
<objects>
<object name="table1" />
</objects>
<import file="base1.xml" />
</reactor>
<!-- ///////////////// base1.xml ////////////////-->
<reactor>
<objects>
<object name="table2" />
</objects>
</reactor>
Doug/Beth, please feel free to incorporate this into the core distribution
if you guys feel this to be a valuable modification.
Thanks,
Qasim
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Reactor for ColdFusion Mailing List
[email protected]
Archives at: http://www.mail-archive.com/reactor%40doughughes.net/
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
config.cfc
Description: Binary data
