Archive for December, 2006

Hibernate Annotations

December 20, 2006

I’ve finally gotten around to learning Hibernate Annotations. Wow. It really is an improvement over dealing with old-style .hbm files. Although .hbm files are powerful in their own it is in my opinion an improvement to bring everything back into the Java source file. There’s less confusion and a little less room for things to [...]

Thinking about Eclipse

December 19, 2006

I spend a lot of time in Eclipse each day and I’ve begun to have a wishlist lately.
After working on a series of JEE projects this year I’ve amassed a lot of reusable code from project to proced and I often find myself having more than one Eclipse workspace openL one for my main project [...]