Tuesday, November 6, 2007

Rocky Mountain Software Symposium

I just finished uploading my slides for this weekends Rocky Mountain Software Symposium (aka NFJS Denver). I have two sessions, one on JPA and another on Maven 2. Here are my presentations. I hope to see you there.

Monday, November 5, 2007

Eclipse Tip

Are you tired of seeing all Java files in your Eclipse project showing this icon: Would you like to know if a Java file is an enum, an Interface, or maybe an annotation? Just turn on the Java Type Indicator preference and your class icons will change from this: to this: . For detailed instructions on how to turn this preference on, check out this Eclipse help page.