Groovy Ternary Operator

Groovy Ternary Operator

From: Dan Vega

Groovy collections vs My Current Thought Process

Groovy collections vs My Current Thought Process

From: Dan Vega

Writing SQL in a Grails Application

Writing SQL in a Grails Application

From: Dan Vega

Grails Hibernate Logging

Grails Hibernate Logging

From: Dan Vega

Groovy Primitive Data Types vs Objects

Groovy Primitive Data Types vs Objects

From: Dan Vega

Groovy's null safe operator

Groovy's null safe operator

From: Dan Vega

Instrumenting Clojure for New Relic Monitoring

We've recently started evaluating the New Relic monitoring service at World Singles and when you use their Java agent with your web application container, you can get a lot of information about what's going on inside your application (JVM activity, database activity, external HTTP calls, web transac...

From: Sean Corfield: An Architect's View

Create SQL Insert Statements from a Spreadsheet

In this article, I will show you how to create SQL insert statements from a spreadsheet

From: Dan Vega