Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jOOQ with Lukas Eder #4

Closed
arun-gupta opened this issue Nov 15, 2014 · 3 comments
Closed

jOOQ with Lukas Eder #4

arun-gupta opened this issue Nov 15, 2014 · 3 comments

Comments

@arun-gupta
Copy link
Contributor

No description provided.

@arun-gupta
Copy link
Contributor Author

Here are the questions that I plan to ask:

  • Why JOOQ when there is JPA ?
  • How does it fit with Java EE apps ? Uses underlying JPA persistence provider or some other connection ?
  • Scalability ?
  • Pros/cons over JPA ? Pure Hibernate ?
  • Show code for a Java EE application using JOOQ
  • How can eventually all the work in JOOQ be integrated in JPA and be standardized ? Or would it be more of JDBC ?
  • With all the latest improvements in SQL, how is JOOQ taking advantage of them ?

@pkainulainen
Copy link

Here is one question:

If you are writing an application that isn't a data centric CRUD application, typically it has a "rich" domain model and it benefits from the dirty checking that is provided by JPA. What are the benefits of using jOOQ instead of JPA in this situation?

@arun-gupta arun-gupta changed the title Lukas Eder jOOQ with Lukas Eder Jan 26, 2015
@arun-gupta
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants