Pages

Shaving a yak and where kaizen comes from

Yak shaving can lead to useless work, but sometimes it can lead to very interesting facts… like finding out where Kaizen comes from.

Generating sql files in Maven using hibernate tools

Hibernate’s SessionFactory has some very powerful functions available like generating your tables from your hbm files using the hbm2ddl.auto property. This is very handy for laptop testing where you can let hibernate generate your complete scheme on the fly.
Although useful on your laptop, it is probably not want you want to do in a real [...]