Tue
18
Jul '06
|
|
I have to work with XSL templates again and in addition to XML being a terrible language to write any kind of code in I found this anti-pattern. Read the rest of this entry »
Tue
18
Jul '06
|
|
I have to work with XSL templates again and in addition to XML being a terrible language to write any kind of code in I found this anti-pattern. Read the rest of this entry »
Thu
13
Jul '06
|
|
I don’t know how much time I could have saved, if someone told me I should not use the hypersonic database for a production JBoss system.
jboss.org/wiki:
hsqldb is not a production quality database.
Sun
2
Jul '06
|
|
This is the fourth part of my Road to Ruby enlightenment. It started a long time ago with tutorials and first steps. Read the rest of this entry »
Sun
18
Jun '06
|
|
Some time ago Martin Fowler wrote about Humane Interfaces which led to an lively debate. This is really old stuff, but yesterday I read about the upcoming Java 6 aka Mustang and one of the changes was adding the isEmpty() method to String.
So it seems like Java is slowly getting more humane
Tue
16
May '06
|
|
This is the third part of my Road to Ruby enlightenment. It started with tutorials and first steps. Read the rest of this entry »
Mon
8
May '06
|
|
This is the second leg on the Road to Ruby enlightenment. It started with tutorials and first steps. Read the rest of this entry »
Fri
5
May '06
|
|
This is not a Ruby tutorial. Read the rest of this entry »
Tue
11
Apr '06
|
by Frank Spychalski filed under Ruby
|
I’m going on vacation and to keep me busy I’m looking for some advanced Ruby related articles. So far I found The adventures of scaling and the first few chapters of the Ruby Hacking Guide. After the number of comments I got for my last posts, I hope someone is reading this one, too. Do you have any pointers?
Tue
4
Apr '06
|
|
I like Ruby, I really do. But there is one thing I just don’t get. I seems to be good Ruby style to use as much implicit returns as possible. Why? Read the rest of this entry »
Sat
1
Apr '06
|
|
At my daytime job I had to rewrite a class which sends a Message to a Queue. Sounds simple? With EJB3 it is reasonably simple and can be done in around 10 lines of code involving lots of lookups. But if you are looking for a reliable solution which works even when the application server reboots every once in a while your code gets messy. My current solution has 120 lines of code and there are still some things to add like buffering of unsent messages. Read the rest of this entry »