The Query Helper plugin is a hidden gem in ColdBox. This plugin has a handful of super useful functions you can perform against query objects-- some of which you may have gone out of your way to write on your own in the past, or just simply lived without. Here a brief list of my favorite functions from the Query Helper plugin that allow you to do sweet one-line manipulations of one or more query objects:
filterQuery
Pare down a result set to only ...
Thanks to team member Sana Ullah, we have upgraded our Groovy Loader project to version 3.0. This version includes several updates like it sports a new interceptor called GroovyStarter that you can configure in your configuration file and the entire groovy environment will wrap itself and become available in any ColdBox 3.5 application.
