My new book Java EE 8: Only What’s New covers all the new features of Java EE 8 and explains each one with code examples. Let’s have a look at some of the [...]
Introduction to JPA This is the second part of a two-part article introduces the Java Persistence API. In part one I talked about how to annotate a POJO with appropriate [...]
Introduction to JPA In this article two-part article, I explain that business POJO’s can be configured to be database entities managed by a persistence context which [...]