-
February 15, 2013
Quotes of the Week: Developer Testing
Nothing makes a system more flexible than a comprehensive suite of tests! Far above good architecture and good design!- Robert C. Martin, Oredev 2008 Keynote We have as many testers as we have developers. And testers spend all their time testin...
Read more ... -
December 26, 2012
The boundaries are blurring
It's interesting to watch how the recent trend to mobile and browser applications is changing the traditional understanding of client-server separation and how the traditional territories of some technologies are blurring. Two recent examples in t...
Read more ... -
December 14, 2012
Presentation: vert.x - asynchronous event-driven web-applications on the JVM
This week I was invented again to speak at the SBB Developer Day 2012.My presentation was about vert.x: vert.x - asynchronous event-driven web applications on the JVM from jbandi I enjoyed the event very much, and I hope to be invited again next...
Read more ... -
September 13, 2012
Tidbit: Hibernate bashing deluxe
This short speech from JavaZone 2011 is just ingenious! It really made me laugh out lout again and again. I can fully recommend to watch the video (it's only 9 min), you will be amused, even if you don't know much about hibernate... Hibernate ...
Read more ... -
September 10, 2012
QuickTip: Programmatic MBean access under JBoss
I have been struggeling a bit with the programmatic access of MBeans under JBoss. This is my current conclusion. With JBoss 5 there are two methods for accessing MBeans: By JNDI-lookup of the RMIAdaptor. With this method you need the JBoss clien...
Read more ...