Monthly Archives: February 2010

Brain Computer Interface experiment on real humans

This recent study of patients with epilepsy who prior to going into surgery had the opportunity for interesting brain research to be performed. The opportunity allowed for electrodes to be wired directly onto the brain similiar to previous expirements on … Continue reading

Posted in Brain | Leave a comment

So you like Graphs, Groovy and Monitoring

Here is a Groovy DSL for JMX Monitoring that integrates JFreeChart and uses the Groovy SwingBuilder to produce some home grown funky graphs with not very much code at all. http://blog.kartikshah.info/2010/02/groovy-dsl-jmx-reporting.html?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+kartikshah+%28Kartik+Shah%29

Posted in Groovy | Leave a comment

Junit’s Theory’s as interprested by Schauderhaft and Groovy

JUnit theories sound promising.  Many a time a developer writes a whole lot of @Tests along the lines of testParameterXzero(), testParameterXone(), testParameterXmaxInt(). The test code may be almost identical apart from the parameters being used in the class/method under test … Continue reading

Posted in Groovy, Java, Testing | Leave a comment

JavaFX Charts

JavaFX has some pretty charts in the latest 1.2 SDK.  This post has a general overview, including the javafx.scene.chart class hierarchy and a great demo of all the charts with an excellent click transition.    1d vs 2d (Pies vs … Continue reading

Posted in JavaFX | 2 Comments