8:00 – 4:30 SR
- Copied over the new xampp, but the data files didn’t track. It lloks like I need to set the root and user passwords, then restore from backups. There may be a way to do that in one fell swoop, so I’m going to research that a bit. Put the old version back up.
- Got the code written in the junit code that should set up a test db for visibility_dev2 and visibility_scripting. Need to verify that it works and then start building up the tests.
- It didn’t work, but I imported and modified Dong’s ScriptRunner. That works just fine.
- Got completely derailed playing with LightTable (setup?). It is very cool, with the capability to run Java directly where it clojure can’t do the job :
user=> (javax.swing.JOptionPane/showMessageDialog nil "Hello World")
It also will act as a server to a web page by loading the following script:
- <script type=’text/javascript’ id=’lt_ws’ src=’http://localhost:58683/socket.io/lighttable/ws.js’></script>
