m i k e b r e v o o r t

life technology cycling etc

m i k e  b r e v o o r t header image 4

Entries Tagged as 'Grails'

Colorado Springs Open Source Software Meetup Group

February 29th, 2008 · No Comments

Tonight I headed down to the Springs for the first meeting of the Colorado Springs Open Source Software Meetup Group. I learned about the group from this post on the Atlassian developer blog. Though it was a bit slow tonight, overall it was a good event and I think it will develop into […]

[Read more →]

Tags: Grails · Technology

Part 2: Terracotta: 1, Grails Searchable Plugin+Me: 1

January 29th, 2008 · 4 Comments

Round Two of my quest to cluster the Grails Searchable Plugin index with Terracotta! In my first post I outlined my intent to use Terracotta to cluster the Grails Searchable Plugin (Lucene + Compass) using the Lucene RAMDirectory approach. Incidentally, my first attempt failed miserably.
As a quick confidence booster before setting out again, […]

[Read more →]

Tags: Grails · Technology · code

Using JDBCDirectory with the Grails Searable Plugin

January 24th, 2008 · 4 Comments

In my last post I mentioned that one of the options I was considering for clustering the Grails Searchable plugin, though not the preferred option, was to use the JDBCDirectory implementation of Lucene. I had this working in just 15 minutes and though it’s probably not the optimal approach, it is by far the […]

[Read more →]

Tags: Grails · Technology · code

Terracotta: 1, Grails Searchable Plugin+Me: 0

January 22nd, 2008 · 5 Comments

I’m on a quest to figure out how to cluster the Grails Searchable plugin that’s based on Lucene/Compass across multiple nodes with as little intrusion and in a way that’s as turnkey as possible. I’m in immediate need of a solution, and I think it would be a good contribution to the Searchable plugin.
To […]

[Read more →]

Tags: Grails · Technology

Building Grails Applications with Hudson

January 21st, 2008 · 5 Comments

I’m never surprised by the shear magnitude of stuff I don’t know about. Last week I stumbled upon Hudson as I was searching for help to configure Cruise Control to build and execute tests for my a Grails application. I found this post that introduced me to Hudson and got me started.
Let […]

[Read more →]

Tags: Grails · Technology · code