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:
- Groovy Swing Builder for the richer UI portions
- Groovy Scriptom for integration with Windows COM dependencies (low level ECG processing with software developed by our Italian friends)
- Grails for the server side stuff, heavily leveraging the Quartz plugin for asynchronous processing


2 comments:
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 :).
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!
Post a Comment