This post originated from an RSS feed registered with Agile Buzz
by Ryan Ransford.
Original Post: Now, About That Language of the Year...
Feed Title: Active-Active Configuration
Feed URL: http://active-active.blogspot.com/feeds/posts/default
Feed Description: Active-Active Configuration is a blog about making my place in the enterprise world better. This blog is primarily focused on Java articles, but be prepared to be challenged by posts about dynamic languages, agile tools, and the lighter side of geek culture.
I have been unable to make much progress with learning Scala. I have absorbed some knowledge through the scala-user mailing-list, but really have been unable to complete any sort of focused practice. So instead, I am going to go through with some focused practice for work by learning enough Groovy to be dangerous.
The adoption of Groovy as our team's tool of choice for non-production tooling has been an under-current since the local No Fluff Just Stuff conference last year. There have been some as-you-have-time-for-it projects developed in Groovy by others in the team: data manipulation scripts, a Grails front-end to one of the more complicated database entities, a Grails front-end to some of the configuration in our app. I have also been playing with SoapUI, a web service testing tool, which allows for scripting through Groovy. This and the creep of Groovy into our regression test tool has led me to decide to put away Scala for the time being and focus on learning Groovy, which is much more applicable to my work at the moment.
My plan for entering into the Groovy arena is to provide a Gant version of our current build script in an experimental branch at work and let others see what it looks like. More to come...