SlideShare a Scribd company logo
1
Building Realtime Data
Apps with jOOQ
TCF IT Professional Conference
March 16, 2018
Michael P. Redlich
@mpredli
about.me/mpredli/
Who’s Mike?
• BS in CS from
• “Petrochemical Research Organization”
• Java Queue News Editor, InfoQ
• Ai-Logix, Inc. (now AudioCodes)
• Amateur Computer Group of New Jersey
2
Objectives
• What is jOOQ?
• Why jOOQ?
• Database Support
• Get Started Building an Application
• Live Demo (yea!)
• jOOQ Resources
3
What is jOOQ (1)?
“jOOQ generates Java code from your database
and lets you build type-safe SQL queries through its
fluent API.”
jOOQ website, https://www.jooq.org/
4
What is jOOQ (2)?
• First introduced in October 2009
• Latest version: 3.10.5
• Generates Java classes from a databases
schema
• Built-in internal DSL that emulates SQL in
Java
5
How Do I Pronounce
jOOQ?
jOOQ website, https://www.jooq.org/how-to-pronounce-jooq
6
Why jOOQ? (1)
“SQL was never meant to be abstracted.To be
confined in the narrow boundaries of heavy
mappers, hiding the beauty and simplicity of
relational data. SQL was never meant to be object-
oriented. SQL was never meant to be anything
other than…SQL!”
jOOQ website, https://www.jooq.org/
7
Why jOOQ? (2)
• Database First
• Type Safe SQL
• Code Generation
• Active Records
• Multi-Tenancy
• Standardisation
• Query Lifecycle
• Procedures
8
jOOQ Editions
• Open Source
• Express (small startup or individual)
• Professional (small-to-medium company)
• Enterprise (large company)
9
jOOQ Open Source
• CUBRID 8.4+
• Derby 10.10+
• Firebird 2.5, 3.0
• H2 1.3,1.4
• HSQLDB 2.2+
• MariaDB 5.2+
• MySQL 5.5+
• PostgreSQL 9.3+
• SQLite 3
10
Let’s Get Started…
11
Example Database
12
“Hello, Java Users Group!”
Generate Code (1)
<generator>
<database>
<name>org.jooq.util.mysql.MySQLDatabase</
name>
<includes>.*</includes>
<excludes></excludes>
<inputSchema>publications</inputSchema>
</database>
</generator>
13
Generate Code (2)
<generator>
<target>
<packageName>
org.redlich.pubs.model
</packageName>
<directory>src/main/java</directory>
</target>
</generator>
14
Generate Code (3)
<executions>
<execution>
<goals>
<goal>generate</goal>
</goals>
</execution>
</executions>
15
Let’s Build That App…
16
17
jOOQ Resources
•jooq.org
•jooq.org/tuesdays
•jooq.org/translate
•blog.jooq.org
•https://www.infoq.com/news/
2017/02/data-geekery-releases-
jooq-3-9
Acknowledgements
• Data Geekery, GmbH
• Lukas Eder, Founder and CEO at Data
Geekery
18
Upcoming Events
• ACGNJ Java Users Group
• Dr. Venkat Subramaniam
• Monday, March 19, 2018
• DorothyYoung Center for the Arts, Room 106
• Drew University
• 7:30-9:00pm
• “Twelve Ways to Make Code Suck Less”
19
20
Thanks!
mike@redlich.net
@mpredli
redlich.net
slideshare.net/mpredli01
github.com/mpredli01/jOOQ
Upcoming Events
• March 17-18, 2017
•tcf-nj.org
• April 18-19, 2017
•phillyemergingtech.com
21

More Related Content

PDF
(Greach 2015) Decathlon Sport Meeting
PDF
Landscape of Eclipse MicroProfile Tools
PDF
Building Realtime Web Apps with Angular and Meteor
PDF
Building Realtime Access Data Apps with Speedment (TCF ITPC 2017)
PDF
Microservices for the Masses with Spring Boot and JHipster - Chicago JUG 2018
PDF
Rapid application development with spring roo j-fall 2010 - baris dere
PDF
Join the Java Evolution GIDS Bangalore & Pune
PDF
(Greach 2015) Decathlon Sport Meeting
Landscape of Eclipse MicroProfile Tools
Building Realtime Web Apps with Angular and Meteor
Building Realtime Access Data Apps with Speedment (TCF ITPC 2017)
Microservices for the Masses with Spring Boot and JHipster - Chicago JUG 2018
Rapid application development with spring roo j-fall 2010 - baris dere
Join the Java Evolution GIDS Bangalore & Pune

Similar to Building Realtime Access to Data Apps with jOOQ (20)

PDF
Play 2 Java Framework with TDD
PPTX
FastAPI_with_Python_Presentation Fast Modern and Easy to Use
PDF
Mozilla: Mozmill meets L10n
PPTX
Appcelerator Titanium Intro
PPTX
Microsoft & open source a 'brave new world' - CORESTART 2.0
PPTX
Nodebots : javascripting robotics
PDF
Laying the Foundation for Ionic Platform Insights on Spark
PDF
Developing modular applications with Java EE 6 and Enterprise OSGi + WebSpher...
PDF
JS Lab`16. Роман Лютиков: "ClojureScript, что ты такое?"
PDF
Modern Web Framework : Play framework
PDF
Developing Java Microservices Fast with Open Liberty
PPT
The SIOC Project
PPTX
You Too Can Be a Radio Host Or How We Scaled a .NET Startup And Had Fun Doing It
PDF
Plug Hardware and Play Java
PDF
DevOpsDays Houston 2019 - Shaun Ladewig, Robert Stone - From OverTheWallOps t...
PDF
Jenkins-Koji plugin presentation on Python & Ruby devel group @ Brno
PDF
Enterprise Java: Just What Is It and the Risks, Threats, and Exposures It Poses
PDF
Modern web application development with java ee 7
PPTX
Java overview and architecture
PDF
Building Papers
Play 2 Java Framework with TDD
FastAPI_with_Python_Presentation Fast Modern and Easy to Use
Mozilla: Mozmill meets L10n
Appcelerator Titanium Intro
Microsoft & open source a 'brave new world' - CORESTART 2.0
Nodebots : javascripting robotics
Laying the Foundation for Ionic Platform Insights on Spark
Developing modular applications with Java EE 6 and Enterprise OSGi + WebSpher...
JS Lab`16. Роман Лютиков: "ClojureScript, что ты такое?"
Modern Web Framework : Play framework
Developing Java Microservices Fast with Open Liberty
The SIOC Project
You Too Can Be a Radio Host Or How We Scaled a .NET Startup And Had Fun Doing It
Plug Hardware and Play Java
DevOpsDays Houston 2019 - Shaun Ladewig, Robert Stone - From OverTheWallOps t...
Jenkins-Koji plugin presentation on Python & Ruby devel group @ Brno
Enterprise Java: Just What Is It and the Risks, Threats, and Exposures It Poses
Modern web application development with java ee 7
Java overview and architecture
Building Papers
Ad

More from Michael Redlich (20)

PDF
Getting Started with GitHub
PDF
Building Microservices with Micronaut: A Full-Stack JVM-Based Framework
PDF
Building Microservices with Helidon: Oracle's New Java Microservices Framework
PDF
Introduction to Object Oriented Programming & Design Principles
PDF
Getting Started with C++
PDF
C++ Advanced Features
PDF
Java Advanced Features
PDF
Introduction to Object Oriented Programming &amp; Design Principles
PDF
Getting Started with Java
PDF
Getting started with C++
PDF
C++ Advanced Features
PDF
Java Advanced Features (TCF 2014)
PDF
Introduction to Object-Oriented Programming & Design Principles (TCF 2014)
PDF
Getting Started with Meteor (TCF ITPC 2014)
PDF
Getting Started with Java (TCF 2014)
PDF
Getting Started with C++ (TCF 2014)
PDF
C++ Advanced Features (TCF 2014)
PDF
Getting Started with MongoDB (TCF ITPC 2014)
PDF
Getting Started with MongoDB
PDF
Getting Started with Meteor
Getting Started with GitHub
Building Microservices with Micronaut: A Full-Stack JVM-Based Framework
Building Microservices with Helidon: Oracle's New Java Microservices Framework
Introduction to Object Oriented Programming & Design Principles
Getting Started with C++
C++ Advanced Features
Java Advanced Features
Introduction to Object Oriented Programming &amp; Design Principles
Getting Started with Java
Getting started with C++
C++ Advanced Features
Java Advanced Features (TCF 2014)
Introduction to Object-Oriented Programming & Design Principles (TCF 2014)
Getting Started with Meteor (TCF ITPC 2014)
Getting Started with Java (TCF 2014)
Getting Started with C++ (TCF 2014)
C++ Advanced Features (TCF 2014)
Getting Started with MongoDB (TCF ITPC 2014)
Getting Started with MongoDB
Getting Started with Meteor
Ad

Recently uploaded (20)

PPTX
L1 - Introduction to python Backend.pptx
PDF
EN-Survey-Report-SAP-LeanIX-EA-Insights-2025.pdf
PDF
Nekopoi APK 2025 free lastest update
PPTX
VVF-Customer-Presentation2025-Ver1.9.pptx
PDF
2025 Textile ERP Trends: SAP, Odoo & Oracle
PPTX
Reimagine Home Health with the Power of Agentic AI​
PDF
Softaken Excel to vCard Converter Software.pdf
PDF
How to Migrate SBCGlobal Email to Yahoo Easily
PDF
System and Network Administration Chapter 2
PDF
top salesforce developer skills in 2025.pdf
PDF
Adobe Premiere Pro 2025 (v24.5.0.057) Crack free
PDF
How Creative Agencies Leverage Project Management Software.pdf
PPTX
Oracle E-Business Suite: A Comprehensive Guide for Modern Enterprises
PDF
Design an Analysis of Algorithms I-SECS-1021-03
PDF
Wondershare Filmora 15 Crack With Activation Key [2025
PDF
AI in Product Development-omnex systems
PDF
Flood Susceptibility Mapping Using Image-Based 2D-CNN Deep Learnin. Overview ...
PPTX
Transform Your Business with a Software ERP System
PDF
PTS Company Brochure 2025 (1).pdf.......
PDF
Which alternative to Crystal Reports is best for small or large businesses.pdf
L1 - Introduction to python Backend.pptx
EN-Survey-Report-SAP-LeanIX-EA-Insights-2025.pdf
Nekopoi APK 2025 free lastest update
VVF-Customer-Presentation2025-Ver1.9.pptx
2025 Textile ERP Trends: SAP, Odoo & Oracle
Reimagine Home Health with the Power of Agentic AI​
Softaken Excel to vCard Converter Software.pdf
How to Migrate SBCGlobal Email to Yahoo Easily
System and Network Administration Chapter 2
top salesforce developer skills in 2025.pdf
Adobe Premiere Pro 2025 (v24.5.0.057) Crack free
How Creative Agencies Leverage Project Management Software.pdf
Oracle E-Business Suite: A Comprehensive Guide for Modern Enterprises
Design an Analysis of Algorithms I-SECS-1021-03
Wondershare Filmora 15 Crack With Activation Key [2025
AI in Product Development-omnex systems
Flood Susceptibility Mapping Using Image-Based 2D-CNN Deep Learnin. Overview ...
Transform Your Business with a Software ERP System
PTS Company Brochure 2025 (1).pdf.......
Which alternative to Crystal Reports is best for small or large businesses.pdf

Building Realtime Access to Data Apps with jOOQ