Definitions of tests
[2008-10-22 15:28:10]
Unit tests prove that the code does what the developer's want it to do, i.e. there are no defects.
Acceptance tests determine that the code does what the customer wants it to do, i.e. the features are sufficient.
Exploratory tests (traditional QA) determine that the code doesn't do what the customer and engineers don't want it to do, i.e. there are no bugs.
Application Packaging Standard
[2007-06-21 04:35:59]
Nice to see how they're reinventing J2EE applications and containers in PHP...
Annotation-abuse coming soon
[2007-03-16 07:07:04]
They're abusing of them already... Annotations are the second worst feature of Java 5 after generics.
How'd this String get into my List?!
[2007-03-13 09:27:13]
I'm fascinated and disgusted at the same time by Generics... One day I will really try Java Specifics for good.
REST and WS-*
[2007-02-19 07:08:46]
Good discussion of REST in very simple terms
And comments are working, too!!!! :-)