DIY Graphing Calculator: Google Visualization Grails Plugin
January 22nd, 2013
Make your own graphing calculator in Grails with Google Chart Tools, the Google Visualization Plugin, and exp4j
Lately, I have been finding the need to get into the bowels of Grails in order to increase the performance of large batch type features of any application. Most of the time the issue appears to be with the Hibernate session becoming over-saturated with references. Performance degrades significantly even when limiting the batch size to ~100 records. Luckily, Oracle ships a pretty decent profiler with Java, VisualVM. The trick is getting it to work correctly with a Grails application.
Here are the tricks, I’ve found
Make your own graphing calculator in Grails with Google Chart Tools, the Google Visualization Plugin, and exp4j
Getting started with Gradle, with examples. No installation necessary, get started quickly and painlessly with the included sample project.
Customize the way Grails generates user interfaces to get a look much closer to what you need with the fields plugin. Finally, Grails scaffolding can be useful.
Insert bio here