Dong Shin 04.05.2013

  • continue working on Contracts Parser
    • cellIterator cannot be used to get NULL cells, ugh!
    • copied ProjPortfolioMgr to FinancialAssistant project
    • server side looks complete
    • created ContractsParserWindow for reviewing the data
    • saving contracts and vendors work!
  • add following code snippet to enable log4j in java applications…
    • Properties logProperties = new Properties();try {logProperties.load(new fileInputStream(“src/main/webapp/WEB-INF/classes/log4j.properties”));PropertyConfigurator.configure(logProperties);

      } catch (IOException e) {

      throw new RuntimeException(“Unable to load logging property”);

      }