Monday, March 21, 2011

Exciting News - Groovy / Grails Project Getting Some Press

As I've mentioned in previous blog posts, the company I work for has been working quite diligently on developing a device and software system that will be used in clinical trials to collect and process ECG data.  The ultimate goal is to help ensure safety of drugs during the development process; we believe that the device and process we've created will provide much higher quality data in a much shorter amount of time.  At its core, the device records 5 minutes of ECG data, and 30 seconds of voice data.  The voice data is used to perform biometric matches to ensure demographic data integrity, and to prevent fraud.  Data transmission is done via HTTPS, and is processed asynchronously on the server.  Once processed on the server, the data is available in real-time for review by selected cardiologists.  Upon performing the review, the analyzed data is available via web interface for real time review by study sponsors and regulatory authorities.

Speaking of regulatory authorities, we've recently received 510K approval from the FDA that we can move forward with this project!

With all of the marketing / general news, one thing that probably won't be communicated is the geek stuff happening behind the scenes. This project heavily leverages Groovy / Grails throughout the entire system work-flow.  Simply put, the following tools have greatly contributed to the success of this project:
Recent news postings:


    2 comments:

    kodeninja said...

    Brock,

    Nice to see SwingBuilder being used in a product. How was your overall experience, developing with SB? Also, did you try something like Griffon at any time, or were your requirements completely met by SB?

    I've recently started dabbling into SB and find it far more pleasant to use than plain vanilla Swing. I'm also mixing things up by creating a lot of wireframe stuff in NetBeans Matisse and using that in SB. This seems to speed up things quite a bit.

    Good luck with the product :).

    Brock Heinz said...

    Overall experience? It was pretty good. I really dig the HTML table layout.

    I took a look at Griffon, but I chose to do things with just plain Groovy :)

    Thanks for the kind words!