Archive for the 'articles' Category

Thu
9
Jun '05
West Highland Way
by Frank Spychalski filed under Fun, articles, outdoor

Being back home I have the time to write some more about the West Highland Way.

Read the rest of this entry »


Wed
9
Mar '05
Ant macrodef
by Frank Spychalski filed under Java, Work, articles

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
XML Design Patterns - element vs. attribute
by Frank Spychalski filed under Work, articles

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
Java Toolset
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
Mock objects
by Frank Spychalski filed under Java, Work, articles

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
Ant help target
by Frank Spychalski filed under Java, Work, articles

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
Time for backups
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
Furl vs. del.icio.us
by Frank Spychalski filed under Fun, articles

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
Is that your final answer?
by Frank Spychalski filed under Java, Work, articles

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
Switch is not a code-smell per se
by Frank Spychalski filed under articles, comments

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 »