• Complain

Tayo Koleoso - Beginning jOOQ: Learn to Write Efficient and Effective Java-Based SQL Database Operations

Here you can read online Tayo Koleoso - Beginning jOOQ: Learn to Write Efficient and Effective Java-Based SQL Database Operations full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 2021, publisher: Apress, genre: Romance novel. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

Tayo Koleoso Beginning jOOQ: Learn to Write Efficient and Effective Java-Based SQL Database Operations
  • Book:
    Beginning jOOQ: Learn to Write Efficient and Effective Java-Based SQL Database Operations
  • Author:
  • Publisher:
    Apress
  • Genre:
  • Year:
    2021
  • Rating:
    5 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 100
    • 1
    • 2
    • 3
    • 4
    • 5

Beginning jOOQ: Learn to Write Efficient and Effective Java-Based SQL Database Operations: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "Beginning jOOQ: Learn to Write Efficient and Effective Java-Based SQL Database Operations" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

Tayo Koleoso: author's other books


Who wrote Beginning jOOQ: Learn to Write Efficient and Effective Java-Based SQL Database Operations? Find out the surname, the name of the author of the book and a list of all author's works by series.

Beginning jOOQ: Learn to Write Efficient and Effective Java-Based SQL Database Operations — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "Beginning jOOQ: Learn to Write Efficient and Effective Java-Based SQL Database Operations" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make
Contents
Landmarks
Book cover of Beginning jOOQ Tayo Koleoso Beginning jOOQ Learn to Write - photo 1
Book cover of Beginning jOOQ
Tayo Koleoso
Beginning jOOQ
Learn to Write Efficient and Effective Java-Based SQL Database Operations
1st ed.
Logo of the publisher Tayo Koleoso Silver Spring MD USA ISBN - photo 2
Logo of the publisher
Tayo Koleoso
Silver Spring, MD, USA
ISBN 978-1-4842-7430-9 e-ISBN 978-1-4842-7431-6
https://doi.org/10.1007/978-1-4842-7431-6
Tayo Koleoso 2022
This work is subject to copyright. All rights are solely and exclusively licensed by the Publisher, whether the whole or part of the material is concerned, specifically the rights of translation, reprinting, reuse of illustrations, recitation, broadcasting, reproduction on microfilms or in any other physical way, and transmission or information storage and retrieval, electronic adaptation, computer software, or by similar or dissimilar methodology now known or hereafter developed.
The use of general descriptive names, registered names, trademarks, service marks, etc. in this publication does not imply, even in the absence of a specific statement, that such names are exempt from the relevant protective laws and regulations and therefore free for general use.
The publisher, the authors and the editors are safe to assume that the advice and information in this book are believed to be true and accurate at the date of publication. Neither the publisher nor the authors or the editors give a warranty, expressed or implied, with respect to the material contained herein or for any errors or omissions that may have been made. The publisher remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

This Apress imprint is published by the registered company APress Media, LLC part of Springer Nature.

The registered company address is: 1 New York Plaza, New York, NY 10004, U.S.A.

Any source code or other supplementary material referenced by the author in this book is available to readers on GitHub via the books product page, located at www.apress.com/9781484274309. For more detailed information, please visit http://www.apress.com/source-code.

Table of Contents
About the Author
Tayo Koleoso
is the Founder and CEO of LettuceWork wwwlettuceworkio the platform - photo 3
is the Founder and CEO of LettuceWork ( www.lettucework.io ), the platform dedicated to engineering culture. He created the Better Managed Development method for building and sustaining an effective product engineering culture. Hes a lifelong learner, engineer, and engineering leader committed to building people and software in a healthy, sustainable, and effective ecosystem. Outside of tech, comedy is the only thing he consumes in large quantity. King of the Hill, Peep Show and 30 Rock are his comfort telly, I tell you what.

He got his start in software engineering as a teenage database programmer with Oracle 8i. The jOOQ platform is therefore a natural fit and a return to his roots: his love affair with SQL.

About the Technical Reviewer
Vishwesh Ravi Shrimali
graduated in 2018 from BITS Pilani where he studied mechanical engineering - photo 4
graduated in 2018 from BITS Pilani, where he studied mechanical engineering. Currently, he is working at Mercedes Benz Research and Development India Pvt. Ltd. as an ADAS Engineer. He has also co-authored Machine Learning for OpenCV 4 (Second Edition), The Computer Vision Workshop, and Data Science for Marketing Analytics (Second Edition) by Packt. When he is not writing blogs or working on projects, he likes to go on long walks or play his acoustic guitar.
The Author(s), under exclusive license to APress Media, LLC, part of Springer Nature 2022
T. Koleoso Beginning jOOQ https://doi.org/10.1007/978-1-4842-7431-6_1
1. Welcome to jOOQ
Tayo Koleoso
(1)
Silver Spring, MD, USA
I got my start in software engineering (and really, serious computer business) at 15 years old, with Oracle 8i SQL. Yes, Ive been an old man from a young age, technologically speaking. Playing with SQL* Plus, trying (and failing) my first Oracle SQL certification exam, before I even started university, taught me the value of getting SQL right. Dont take it from me, take it from this chap:

I was a data access purist: I like my DAOs chilled, my PreparedStatements prepared, and my SQL handwritten with the care and tenderness of a lover... The world moved on to Hibernate, Java Persistence API (JPA), and everything in between... I still believe in raw SQL a well-crafted SQL statement will outperform Object-Relational Mapping (ORM).

A tall, dark, dashing young and cool man, with flowing locks of jet black hair and piercing brown eyes

That tall drink of SQL? Probably me; I dont know. The point is I deeply appreciate Structured Query Language (SQL) and all it has to offer. The industrys been going gaga about NoSQL because its easy to use and it scales quickly, but the fact of the matter is that SQL is still the undisputed king of Online Analytical Processing (OLAP) . When you want sanity and integrity in your data, SQL is there. When you want (most of) the guarantees of reliable transaction handling ( la ACID), youre still going to need solid SQL in your stack. Not for nothing, database stored procedures will typically outperform application-layer (e.g., Java, .Net) processing in many cases. In the words of the late, great Thanos: SQL is inevitable. Its in the interests of your applications scalability and correctness to get it right.

Unfortunately, SQL gets very short shrift from devs nowadays. The database is just another black box that were supposed to yell commands at, so it yields some data and then we move on. Its not until our queries progressively degrade due to preventable problems; our schema is an incoherent mess after two versions of our applications; SQL injection attacks expose our weaknesses; the application chokes on queries returning more than a few hundred rows. One of the dark sides of SQL is that youre not likely to realize that your SQL query is returning incorrect or incomplete data at first glance. You ran a query, it returned some queries, and thats that, right? Yikes.

This book isnt about the fundamentals of SQL. Or even the joys of SQL per se (there are many). This book is about taking a different look at handling SQL work in Java.

Database Operations in Java: The Good Parts
Your options for handling SQL data in the Java world are fairly straightforward:
  1. JDBC (Java Database Connectivity ): JDBC is the most fundamental API supporting Relational Database Management System (RDBMS) access. It provides
    • Connection management

    • Direct SQL statement control

    • Stored procedure and function execution

    • Mostly SQL injection safe componentry

    • Transaction management

Save for one or two JakartaEE specifications, pretty much everything else RDBMS related in the Java ecosystem is based on JDBC. Because of JDBC, we can then have
Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «Beginning jOOQ: Learn to Write Efficient and Effective Java-Based SQL Database Operations»

Look at similar books to Beginning jOOQ: Learn to Write Efficient and Effective Java-Based SQL Database Operations. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «Beginning jOOQ: Learn to Write Efficient and Effective Java-Based SQL Database Operations»

Discussion, reviews of the book Beginning jOOQ: Learn to Write Efficient and Effective Java-Based SQL Database Operations and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.