|
Thu
9
Jun '05
|
|
Being back home I have the time to write some more about the West Highland Way.
|
Thu
9
Jun '05
|
|
Being back home I have the time to write some more about the West Highland Way.
|
Wed
9
Mar '05
|
|
Finally Ant 1.6. supports a macrodef target. This article provides a not so short example to see macrodefs in action. Read the rest of this entry »
|
Mon
14
Feb '05
|
|
I have written my share of XML documents, I know more or less how to write a schema for these documents. But every time I write a new document I spend time pondering over the simple question whether something should become an attribute or a fully-fledged element. Read the rest of this entry »
|
Wed
2
Feb '05
|
by Frank Spychalski filed under articles
|
I stumbled upon Bruce Eckel’s Java Toolset page. A lot of content but hard to read. Here’s my list of ‘must-have’ java tools: Read the rest of this entry »
|
Tue
1
Feb '05
|
|
In Mock Objects in Unit Tests Lu Jian writes about two tools (EasyMock and Mocquer) which generate mock objects. Here’s my most frequently used mock object. Read the rest of this entry »
|
Fri
28
Jan '05
|
|
Here’s a little addon to Eric M. Burke pretty good article “Top 15 Ant Best Practices”. Read the rest of this entry »
|
Thu
27
Jan '05
|
by Frank Spychalski filed under articles
|
after a little scare yesterday, I thought it was finally time for some automatic backups. Read the rest of this entry »
|
Thu
27
Jan '05
|
|
A few days ago I created accounts for del.icio.us and furl.net. Both are social bookmark manager with some cool features. Read the rest of this entry »
|
Fri
14
Jan '05
|
|
I found a nice article about the use of the final keyword in java at IBM Developerworks. Read the rest of this entry »
|
Tue
11
Jan '05
|
|
Sonja talks a little bit about wether a switch statement is a code smell or not but seems to miss the point. I think you should look at the amout of work/lines of code/whatever which is shared between all cases vs. the amount per case statement.
Read the rest of this entry »