Archive for May, 2007

May 15 2007

Agile outsourcing

Published by Anders under Java

TSS has an article on important stuff when doing offshoring here. It is probably incredibly hard, hell it’s hard even when not doing offshoring. Most of the principles he mentions is good advice when running an agile project without offshoring too.

No responses yet

May 15 2007

Service coupling

Published by Anders under Java

Ted Neward and Adrian Trenaman discusses doing contract-first vs. code-first services here. It’s a good read. It starts out with Neward sort of being the devils advocate, but in the end he really expresses one of my main concerns: how to enable loose coupling. Loose coupling is one of the main promises of SOA, but [...]

No responses yet

May 15 2007

Test RegEx online

Published by Anders under Development

I’m no RegEx wizard, and when I need it I’m always a bit lost. Then it’s nice to test the things in an easy fashion, which I can do here.

No responses yet

May 03 2007

Continious Integration Servers

Published by Anders under Development

Continious integration is a big part of my every day work right now, and it is important that things run smoothly. If they don’t you waste tons of time on stuff that’s not really important to producing funtionality. Over the last year I have been using Continuum. I originally opted for that because CruiseControl is [...]

2 responses so far