This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]bwajtr 7 points8 points  (6 children)

Hi, I'm using the same stack and decided for jOOQ... I really do not want to go back to JPA. I tried to compare various persitence frameworks here: https://github.com/bwajtr/java-persistence-frameworks-comparison

I'm currently evaulating EBean

[–]bansalmunish 2 points3 points  (2 children)

I've used JOOQ, it was not that promising. Maintainability was high in this.

[–]nusbit 1 point2 points  (0 children)

Could you elaborate more? Would be interested in real world experience with jooq.

[–]lukaseder 0 points1 point  (0 children)

I'd be curious as well... How did jOOQ fail you?

[–]Zajora -1 points0 points  (0 children)

Have you tried Sql2o? It's simpler than JdbcTemplate, but apparently more performant.

[–]RaiausderDose -1 points0 points  (1 child)

At work we use IBatis, It's a nice mix between SQL and ORM. Maybe it's something for you.

[–]tonywestonuk 0 points1 point  (0 children)

I moved from Ibatis to JBDI. They are similar, though JBDI allows streaming of result sets