8:00 – 4:00
- Mike C added a new table to the VIS2 to handle what equipment is at what desk. Ingested and displayed smoothly
- More Jython. Working on pulling a table response apart. It’s actually pretty neat with Jython in that you can use java data structures directly
- And now I have a Jython script getting data out of a database using JDBC and building an xml document. Neat!
- Next Steps:
- Set up a flex-based editor that talks to two databases – one for the scripts, and one for the data
- It should be possible to test run a script to a “console” out to see if its working. We need to tie this into the alerting mechanism somehow. I’m thinking that the scripts are run “in production” from the FormBuilder system. This way, the when and why a script is run can be chosen easily(?) by the user. The actual content of the script is hidden.
- Script is stored in DB and run through the Scriptrunner as a string. Output is logged?
- Script table needs an id, a name, a description, the script, and an author(s)
