Skip to content

Category Archives: Java

A useful program for dropping mysql tables

I was recently in the need of deleting a set of mysql tables with a shared prefix, and I searched the net to find something that could help me, so that I didnt have to write all the code myself. Yeah programmers are lazy, but its good actually to reuse instead of reinventing.

Java persistence with Hibernate

In short, Java is a great language for programming large applications. But at some time, when you have manually reused or remade a database handler, e.g. for SQL queries, you might think that there should and must be a simpler way of persisting your application “objects”. In this article I will try to transfer my [...]

I love Java – part 1

Yes, I do. I appreciate that I feel comfortable with the language, but I am not sure all does that. So, I should maybe control myself a bit. But why should I? Java is an excellent language to code in, and it requires some respect! In this article I will tell you my readers why [...]