Share this page to your:
Mastodon

Hibernate is such a cool product. I’ve been using it a few years now but I was a bit slow starting because I didn’t connect the...

Continue reading...

I am trying to output an XML Document (org.w3c.doc.Document) from Java. I always forget how to do this, somehow it doesn’t work...

Continue reading...

Last entry I explained how, when using Madura Objects, you generate your Java Beans from an XSD file. The resulting classes ha...

Continue reading...

I kept the previous post short because I know I never read long blog posts. So here is some more about Madura Objects. Recall...

Continue reading...

One of the reasons this blog has been a bit quiet is that I have been working furiously on Madura Objects. Now I have uploaded...

Continue reading...

Failsafe

java

I have just spent several days hunting down what should have been a trivial problem but, because it was well hidden, it turned i...

Continue reading...

The problem: an undefined number of classes that need to be added to a collection which is then injected into a class. Assume Sp...

Continue reading...

When you log stuff from a Java program if you really don’t know what you’re doing (or don’t care) you’ll use System.out.println(...

Continue reading...

This week I had to do something with Java I haven’t done in a while. I had to build a small stand-alone application. It is to be...

Continue reading...

I had to build a complex module this last week and hand it to another developer to integrate into the app. This reminded me of a...

Continue reading...