grokking hard

code smarter, not harder

SQL isn't dead. JooQ is a new fresh thing

Posted at — 2013-Sep-07

After working with 3 layers, DAO, JPA and Hibernate and stuff, I think writing native SQL code is going to disappear. However, til today, I just found a new framework that support you to write SQL command by Java code. Their fluent API is so good that it seems identical with real SQL command.

Check out JOOQ - Java Object Oriented Querying;

http://www.jooq.org/

P.s: Guess what! It’s type-safe.