jOOQ 3.19.32, 3.20.13, and 3.21.2 patch releases with minor improvements and bug fixes groups.google.com/g/jooq-user/...
Posts by jOOQ
A small but cool new feature of jOOQ 3.21's commercial editions: redacted columns, which do not expose their contents to DEBUG logs and other text output:
blog.jooq.org/managing-sen...
jOOQ 3.18.38, and 3.19.31, and 3.20.12 patch releases with minor improvements and bug fixes groups.google.com/g/jooq-user/...
jOOQ 3.21.0 with Databricks, Spanner support, cloud dialect upgrades, redacted columns, meta dependencies, many UDT and DDL improvements, and much more groups.google.com/g/jooq-user/...
👾New on CyberJAR: A jOOQ Deep Dive
ORM makes you suffer? Let's explore a SQL-first approach to persistence with jOOQ!
This video covers type-safe SQL in Java for complex queries, CTE pipelines, nested result mappings, and dynamic query composition:
www.youtube.com/watch?v=J47i...
A very nice feature of @jooq.org - implicit joins!
No need to explicitly join child tables to retrieve parent's columns. SQL that feels like ORM :)
jOOQ 3.18.37, and 3.19.30, and 3.20.11 patch releases with minor improvements and bug fixes groups.google.com/g/jooq-user/...
I haven't trained my SQL muscle for a while, and now, after starting a project on jOOQ, I feel like I need to go back to basics before implementing more complex stuff... Luckily, rolling back into the process is much easier with jOOQ's DSL API.
The love/hate Hibernate topic hasn't lost it's relevance: the video sparkled a nice conversation on Reddit www.reddit.com/r/java/comme...
What is your stance, friends? What do you prefer, ORM or JDBC/jOOQ?
One Query, Complete Object Graphs: Nested DTOs with jOOQ MULTISET martinelli.ch/one-query-co... by @martinelli.ch
jOOQ 3.18.36, and 3.19.29, and 3.20.10 patch releases with minor improvements and bug fixes groups.google.com/g/jooq-user/...
flow-php/pg-query quickly escalated from "I just want to parse sql to AST" into "why not build a proper query builder?" 😅
So there is, #PHP Query Builder for #PostgreSQL inspired by JOOQ
(API will change, this is just PoC)
I've created a Maven Archetype to create Vaadin applications that use jOOQ for the database access.
github.com/martinellich...
🇫🇷 jOOQ et le code legacy:
1/ https://shodo.io/jooq-et-le-code-legacy-1/
2/ https://shodo.io/jooq-et-le-code-legacy-2/
This morning, I had the pleasure of joining the Bootiful Podcast, hosted by @starbuxman.joshlong.com
We were discussing jOOQ, Vaadin, Spring Data, and the Unified Process for AI.
Thank you very much for having me, my friend 🙏
www.youtube.com/watch?v=EvzD...
jOOQ 3.18.35, 3.19.28, and 3.20.9 patch releases with minor improvements and bug fixes groups.google.com/g/jooq-user/...
Too many frameworks, not enough performance. Marco and @ththjanssen123.bsky.social discuss how Java devs can balance convenience and control: Hibernate, JPA, Spring Data, jOOQ, and plain SQL.
Watch the full talk 🎥: https://youtu.be/t4h6l-HlMJ8
#JetBrains #Java #Hibernate #Developers #Performance
jOOQ 3.18.34, 3.19.27, and 3.20.8 patch releases with minor improvements and bug fixes groups.google.com/g/jooq-user/...
Back to SQL: How jOOQ puts you in the driver's seat with @martinelli.ch
www.youtube.com/watch?v=QZ8S...
How to fetch multiple to-many relationships with jOOQ MULTISET
vladmihalcea.com/fetch-multip...
jOOQ 3.18.33, 3.19.26, and 3.20.7 patch releases with minor improvements and bug fixes groups.google.com/g/jooq-user/...
🎬 We’re live! @cat-edelveis.bsky.social and Simon Martinelli are talking jOOQ, type-safe SQL, Spring Boot integration, and safer migrations. Join here: www.youtube.com/watch?v=QZ8S...
Today, at 5 PM CEST, @martinelli.ch will show how to take control of your SQL with @jooq.org : come by and bring your questions!
👾CyberJAR Live: Back to SQL or How jOOQ Puts You in the Driver’s Seat
Next Wednesday, I'm joined by @martinelli.ch, Java Champion and Oracle ACE Pro, to explore type-safe queries with jOOQ for reliable and efficient queries. Drop the ORM and grab the wheel!
www.youtube.com/watch?v=QZ8S...
spot art. Photo of presenter(s). text reads: .NET Data Community Standup - Learning about jOOQ with Lukas Eder
TODAY on the .NET Data Community Standup - We learn about jOOQ with Lukas Eder.
Join us at 10AM PT for another community standup where we welcome Lukas Eder, author of jOOQ, to show us what it can do, and what inspiration we can get for EF from it.
See you here ➡️ msft.it/63325sT9OU
Id like a reality check here, am I the tyrant for requesting manual reviews of generated code from tools like jOOQ or QueryDSL?
Do people just put these generators blindly into their pipelines, either gen on build or build & merge into main?