JBUG Munich: Java Persistence 2 and Bean Validation

Next week, I will be at the JBug in Munich presenting Java Persistence 2 and Bean Validation. If you are around Monday 2nd, come swing by. The JBug Munich website is here for details. [...]

DevNexus: human friendly conference March 10-11 in Atlanta

I will be speaking at DevNexus. This small conference is a spin off the Atlanta Java User Group.Here are a few things I like about the conference personally: There is around 10 presentations over two days, so you will be able to see all / most of them. The price is very … [...]

How to install Git and git-svn on Mac OS X

It’s hard to find good Google links for installing git-svn on Mac OS X. Here is my piece. Install port: download it at http://darwinports.com and run the installer run sudo port install subversion-perlbindings (it takes a while as the installer download the internet) run sudo port install git-core +svn (don’t forget … [...]