A Beginner’s Guide to Using Java EE with jOOQ

Java EE ships with its own persistence API: JPA. JPA is most powerful when you want to map your RDBMS entities (tables / relations) to Java entities (classes), mostly following a 1:1 mapping strategy. The idea behind this is that often, business logic isn't really set-oriented as relational algebra or SQL, but record-oriented, meaning that … Continue reading A Beginner’s Guide to Using Java EE with jOOQ

Java EE 7: JSRs That Make You Powerful

Tori Wieldt by Oracle has released an overview of all the goodies that are included in Java EE 7: https://blogs.oracle.com/java/entry/java_ee_7_the_details ... with a couple of video presentations: http://www.youtube.com/playlist?list=PL74xrT3oGQfCCLFJ2HCTR_iN5hV4penDz