My thoughts on various subjects. I particularly love hacking my work. Either by methodology or by improving my tools. Check out this list of tags / subjects.

Recent Posts

Java generics end of mystery

1 minute read

Remember my puzzlement in front of http://blog.emmanuelbernard.com/2009/04/java-generics-mystery.html? I usually try to make sense of the unknown type by l...

Java generics mystery

less than 1 minute read

Here is a puzzle for Generics gurus. Can somebody explain why Set<Address> addresses = new HashSet<Address>();Set<?> things = addresses; c...

Oracle is buying Sun: best quotes of the day

less than 1 minute read

Alex Miller: "Next version of Java will be Java SE 7.0.0.0.17832" Emmanuel Bernard: "The day an Oracle swallows the Sun and in front the Business Machine. No...

Les Cast Codeurs Podcast is born

less than 1 minute read

I have just started a new podcast with a few French open source activists. All about Java, all in French. If you know French, read on ; otherwise, well... le...

Podcast on Bean Validation lastest PFD

less than 1 minute read

I have recently been interviewed by Kenneth Rimple for the Chariot TechCast. In this podcast, we speak to JBoss's Emmanuel Bernard on the future of validat...