Search

Recent Posts

Authors

Archives

Blogroll

Subscribe

Archive for the ‘programming’ Category

The Forgotten Scrum Elements

Posted by Chris Sterling on Wednesday, July 15th, 2009

I have worked with many individuals, teams, and organizations in the use of Scrum. During that time, I have found that 2 parts of Scrum continually overlooked in implementation. Since Scrum is already a minimal framework, just enough to keep a team out of chaos, when a piece of Scrum is left out problems are [...]

[View Post]

Hurry! Fetch the 2×4 stretcher.

Posted by David Koontz on Wednesday, July 8th, 2009

Why Software is not like the Construction Industry. The analogy just doesn’t work and it’s not funny.

[View Post]

Setting Maven Properties With Groovy

Posted by Timothy Myer on Tuesday, June 30th, 2009

This post demonstrates how to use a Groovy script to transform a Maven project property. Such a transformation is sometimes necessary, for example, for transforming a Windows-style path to Unix. For myself, I formalized this solution while trying to install a jar in PostgreSQL automatically during the artifact deployment phase.

[View Post]

Maven and Weblogic

Posted by Timothy Myer on Thursday, June 25th, 2009

This tutorial decribes one way to configure a Maven project to use Weblogic-specific goals to deploy a web service as a WAR and to generate a client for that web service.

[View Post]