From: SourceForge.net <no...@so...> - 2007-02-18 17:25:57
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4164662 By: akuns Rocking sunday morning! I built dynamic inventory into blue!!!! (it's not yet checked in) 1. A new method was added to xodtemplate (and henceforce any new persistence systems shoudl have this) readDynamicConfiguration. this reads a configuration file and registers the objects. 2. A new class/method to persist the real model to a xodtemplate cache file. This is unbelievably important piece. The existing cache method worked of the xod temp understanding of the model. This is also important because it can open up some other possibilities. 3. A new command was added to the command processing system. This is used to process dynamic commands. I tested this all out and have to issue multiple commands * ADD_DYNAMIC_RESOURCE;my-new-config.cfg * ENABLE_HOST_CHECK;my_new_host It worked and it smokes! Need to do some bullet proofing.. but a good start! Rich ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=545812 |