There’s a couple of posts going around about another post comparing Ta-Da with Bla-Bla Look, folks, this isn’t comparing the two languages: this is comparing different coding styles, that strangely enough value different things!
Tag: Java
Beware of unlocalised JREs
This is a cautionary tale of US-only JREs and non-US countries, such as The Lucky Country I call home.
Continue reading “Beware of unlocalised JREs”
Controlling your log4j settings
Nick over at the System Mobile Web Log was having trouble with Log4J and his unit tests. Seems that he was getting the log4j.properties file from XDoclet, instead of the one he wanted.
Don’t you hate it when your expectations crash?
I just discovered that Checkstyle doesn’t (yet) support Java 1.5. I found myself shocked by this for some reason; the Checkstyle project is such an active and evolving one that I just didn’t think they wouldn’t have put in some 1.5 support yet.
Continue reading “Don’t you hate it when your expectations crash?”
/** Still no comment */
Cedric takes exception to my earlier post another who didn’t get what I was saying. I think that says a lot for my ability to explain ideas, uh?
A feature that I would like in Java 1.5 that’s not there…
Looking back over the notes from the Dev Day I took, I was reminded of a feature that I would have liked to have seen in 1.5: named parameters.
Continue reading “A feature that I would like in Java 1.5 that’s not there…”
Commenting example
In response to Chris Justus again, here’s how I’d comment his example.
Annotation question answered
I’ve cleared up a question I didn’t get answered at the Developer Day; the syntax for using annotations.
Sun Developer Day Review
As I said earlier, I went to the Sun Developer Day in Sydney today. Overall, well worth the price of admission. Heck, I’d have paid double. 😉
Continue reading “Sun Developer Day Review”
Named parameters (aka Let’s Join A Bandwagon)
I saw a post on Dion Almaer’s blog on named parameters, and I thought I’d add my 2 cents worth.
Continue reading “Named parameters (aka Let’s Join A Bandwagon)”