Archive for April, 2014

How and When to Use Various GORM Querying Options

| | |

Grails GORM supports five increasingly powerful querying mechanisms: 1) dynamic finders, 2) where clauses, 3) criteria, 4) HQL, and 5) SQL.

How to Configure IntelliJ IDEA For Angular JS Testing

| |

Here’s a simple guide on how to configure IntelliJ IDEA to use Karma/Jasmine to run Angular tests