Archive for October, 2004

Oct 28 2004

Fowler on tackling requirements creep

Published by Anders under Java

We all know it happens. You start a project with a solid set of requirements, but they just keep changing. That’s why you plan for change. Fowler tackles this by ScopeLimbering.

2 responses so far

Oct 28 2004

Aspects explained

Published by Anders under Java

Found this one too, while looking through the nominees.

No responses yet

Oct 28 2004

Simple code

Published by Anders under Java

I’m checking some of the essays nominated for Joel Spolskys edited collection of articles book. Found this one about keeping your code simple.

One response so far

Oct 27 2004

Reusable components across webframeworks

Published by Anders under Java

Jonathan Lehr seems like he is brewing on some excellent ideas. By using another abstraction layer he reduces code and enables reuse between frameworks.

No responses yet

Oct 27 2004

DeveloperWorks article on java.util.concurrent.lock

Published by Anders under Java

Excellent article on the new Java5 locking libraries on DeveloperWorks.
Via java.no.

No responses yet

Oct 26 2004

Advanced obfuscating explained

Published by Anders under Java

Excellent explanation and discussion of obfuscation.
Update: It seems my original link was just a copy of the orignial article. Updated now.

No responses yet

Oct 25 2004

RUP and XP explanation

Published by Anders under Java

Terje Bjørgum has a good RUP and XP comparison and explanation here. It’s in Norwegian. There’s a similar comparison in english here.

No responses yet

Oct 24 2004

Continuing the debugger thread

Published by Anders under Java

As I wrote on thursday some people simply just ignore debuggers. Cedric has some excellent tips for debugging here.
Via The ServerSide.

No responses yet

Oct 21 2004

Some people don’t use debuggers

Published by Anders under Java

Actually, I think many people don’t use them. We surely didn’t learn to use it at uni, and I still encounter many people that doesn’t use them. With the excellent debugger in Eclipse I am convinced I am a lot more productive than without. I guess they can be kind of complicated at first, but [...]

3 responses so far

Oct 21 2004

Concrete EJB 3.0 examples from SUN

Published by Anders under Java

SUN has released a article describing EJB 2.1, the problems and what the solution would look like in EJB 3.0. Excellent hands on examples.
Via The ServerSide.

No responses yet

Older Entries »