Difference between revisions of "Private:sharangi"

From NMSL
Line 7: Line 7:
 
* Basic implementation with the elements of NetworkConf completed. Unit Testing underway.
 
* Basic implementation with the elements of NetworkConf completed. Unit Testing underway.
 
* Basic implementation of the ProgramConf class underway.
 
* Basic implementation of the ProgramConf class underway.
 +
* UT of ProgramConf underway.
 
* TODO:  
 
* TODO:  
** UT of all the classes.
+
** Discuss design of a development environment.
 +
** Design point regarding initializing the XML processor module.
 +
** Integration testing with rest of the MTV code.

Revision as of 07:44, 17 May 2010

Summary of accomplishments by Somsubhra Sharangi.


17 May 2010

  • INFO: XML to be used for the managing configuration parameters for MTV. It can be used also in generating ESG files or HTML code for the GUI later on. Xerces library from Apache group is selected for XML processing.
  • Created two new classes XMLUtil and TestConf for the generating the XML processing API and testing it.
  • Basic implementation with the elements of NetworkConf completed. Unit Testing underway.
  • Basic implementation of the ProgramConf class underway.
  • UT of ProgramConf underway.
  • TODO:
    • Discuss design of a development environment.
    • Design point regarding initializing the XML processor module.
    • Integration testing with rest of the MTV code.