JPA

Java EE Introduction Video

A while back I published a video as an introduction to CDI, JPA and JSF in the Java EE framework. Let me know what you think and if you would like to see more [...]

Enabling a UUID Generator in JPA

Occasionally I prefer to use UUIDs for my primary keys over a Sequence or business key.  This quick article will tell you how to enable it.  It is a [...]