Phil 12.20.2010

8:00 – 5:30 VISIBILITY

  • Ingested some new customer data that has trending! Now I can demonstrate that feature 🙂
  • Working on the ExecShell class. It looks like I should be using ProcessBuilder instead. It was introduced in Jva5 and is a bit more sophisticated. Ideally, I need to be able to use the spawned process (shell?) to run multiple commands, while keeping track of the current directory. Going to try to run the “cmd /k” option, then interact through the processes input, output and error streams.
  • Moderate flailing on the above. Made some progress. Found the following to try tomorrow: