Archive for October, 2007

Oct 31 2007

Deploying your app in several environments

Published by under Java

I have a strong aversion to custom build steps and generation of code. I do have to do it sometimes, but I don’t like it. If I generate a WAR for my application I should not need to generate a new one for each environment I need to deploy it in. Joris Kuipers [...]

No responses yet

Oct 23 2007

More typing

Published by under Java

Gavin King has read the post I pointed to in Extraordinarily typesafe and points out how new features in the Java world are giving us a lot of new possibilities in a type safe way.
I am slowly coming to my senses seeing how much benefit newer features like generics, static imports and annotations are bringing [...]

2 responses so far

Oct 23 2007

Experiences for distributed teams

Published by under Java

Mar Levison has some experiences and links to tools here.

No responses yet

Oct 23 2007

Constant change

Published by under Development

When we started doing Scrum many of us was quite inexperienced and we didn’t really know how shorter or longer iterations would affect us. As Mike Cohn acknowledges in this article an important driver when choosing iteration lengths is how you wish to handle change. Basically start out short, and try longer if that works [...]

No responses yet

Oct 18 2007

Extraordinarily typesafe

Published by under Java

I like my type safety. It gives me a nice feeling of comfort knowing that the compiler will tell me what to put in, and beat me up if I do something stupid. Maybe that’s why I don’t really feel comfortable in Rubyland, maybe I will some day.
Anyway, Kevin Bourillion has a good post [...]

2 responses so far

Oct 02 2007

Defining architects

Published by under Java

Ted Neward was contacted by a reader with some questions regarding architects and their role. You can find the excellent answer here.

No responses yet

Oct 02 2007

Lightweight in a heavyweight organisation

Published by under Java

Johannes Brodwall is spearheading some really interesting stuff in the financial sector in Norway. They are going lightweight and using Jetty as a container for highly critical business systems. Read a blog about their environment here. I’m also looking forward to his promised posts on the organizational side of things.

No responses yet

Oct 02 2007

Releasing a minimal set of features

Published by under Java

Agile should push us into delivering the smallest part first and put it into production, but it is easy to forget. Especially working with replacing legacy systems it is easy to end up with a project path that aims too high. Martin Fowler has a nice example of how a really simplistic approach can be [...]

One response so far

Oct 02 2007

Spring testing

Published by under Java

Ferris points to a new module in Spring 2.1 for testing. As he points out it seems to help with some of the shortcomings of JUnit, and help you with wiring etc. related to Spring. Looks promising, and would probably resolve a couple of things in our tests better too. Check out the docs here.

No responses yet