Jan 7, 2009

An Introduction to Hibernate 3 Annotations

I found a great introduction to Hibernate 3 Annotations: http://www.onjava.com/pub/a/onjava/2007/02/08/an-introduction-to-hibernate-3-annotations.html?page=1

Jan 2, 2009

Eclipse Error Message: Java compiler level does not match the version of the installed Java project facet

The java facet version needs to always match the java compiler compliance level. The best way to change java level is to use the Project Facets properties panel as that will update both places at the same time. The Project Facet can be changed via Project Properties -> Project Facets panel.