Colin Harrington

Colin Harrington

Senior Consultant, Object Partners, Inc


Colin Harrington is a Principal Consultant at Object Partners, Inc with over 4.5 years of Grails experience. Based in Minnesota, Colin has 10+ years of experience developing web-based applications.

Colin is an agile practitioner and has been a key component of many powerful fast-paced local and remote teams with varying levels of composition and ability. He is a Technical leader and a forward thinker with a knack for delivering potent and engaging web-applications.

Colin is an active member of the Groovy and Grails community and an active speaker at local user groups, events and conferences such as MinneBar, GUM, GR8Conf in the US, etc.




Blog

Grails: The View Layer [GUM]

Posted 2010-02-04 00:25:00.0

Tmore »

Grails user-specific configurations

Posted 2009-11-26 10:15:00.0

I asked a question on the GUM (Groovy Users of Minnesota) User list about how to achieve a user/machine specific config. I didn't havemore »

Grails BOF recording at SpringOne2GX

Posted 2009-10-25 00:27:00.0

SpringOne2gx was a blast this year.  It was great to get to know many members from the community! I was able to record the Grails BOF (Birds Of a Feather) session at SpringOmore »

Hulu Desktop for Linux! 32 & 64bit versions for Ubuntu & Fedora

Posted 2009-10-08 23:44:00.0

Hulu Desktop (currently Beta) is now available on Linux!  A friend tipped me off to an article on TechCruncmore »

VMWare acquiring SpringSource which Acquired G2One

Posted 2009-08-10 17:53:00.0

Wow, Big news for the Groovy and Grails Community!  VMWare has announced that it is acquiring SpringSource.  Rod Johnson, the founder of SpringSource and Initial author of the Spring more »

Windows Vista = Slow^3

Posted 2009-07-17 13:58:00.0

Yep that’s a snail on a turtle with a Vista tattoo to illustrate how Vista = slow3.  I threw this together to console a friend who was going through an upgrade to Windows more »
Read More Blog Entries »

Presentations

Patterns delivering JSON with Grails

JSON (JavaScript Object Notation) is now the lingua franca of data interchange. Most platforms such as browsers, phones, client and embedded applications have support for consuming/producing JSON. Native Browser compatibility makes it especially convenienmore »

Testing Grails: Experiencies from the field

Testing is built into grails, but many Grails apps go untested. We'll cover how to test many different artefacts as well cover many principles that have helped lead to succesfully tested Grails application.s more »

Patterns delivering JSON with Grails

close

Colin Harrington By Colin Harrington

JSON (JavaScript Object Notation) is now the lingua franca of data interchange. Most platforms such as browsers, phones, client and embedded applications have support for consuming/producing JSON. Native Browser compatibility makes it especially convenient for our modern web architecture.



In this session we'll walk through several patterns for delivering JSON to our clients. We'll explore the built-in converters, profiles, and look at creating your own JSON view layer for more in-depth structures.

Grails has some good tooling built-in but we'll explore both the Spring Layer and plugin ecosystem's various tools to find the right tool for your job.


Testing Grails: Experiencies from the field

close

Colin Harrington By Colin Harrington

Testing is built into grails, but many Grails apps go untested. We'll cover how to test many different artefacts as well cover many principles that have helped lead to succesfully tested Grails application.s



Testing is built into grails, but many Grails apps go untested. We'll cover how to test many different artefacts as well cover many principles that have helped lead to succesfully tested Grails application.

Adapted from a talk called "Testing the Crap out of your Grails application" We'll go beyond the basics and talk about my experiences in the 10+ Grails codebases and tems that I've had the opportunity to work with.