Apress | Spring Boot Persistence Best Practices (2020 EN)

Discussion in 'Programming' started by Kanka, May 31, 2020.

  1. Kanka

    Kanka Well-Known Member Loyal User

    Messages:
    16,086
    Likes Received:
    446
    Trophy Points:
    83
    [​IMG]

    Author: Leonard Anghel
    Full Title: Spring Boot Persistence Best Practices: Optimize Java Persistence Performance in Spring Boot Applications
    Publisher: Apress; 1st ed. edition (May 17, 2020)
    Year: 2020
    ISBN-13: 9781484256268 (978-1-4842-5626-8), 9781484256251 (978-1-4842-5625-1)
    ISBN-10: 1484256263, 1484256255
    Pages: 1027
    Language: English
    Genre: Educational: Java
    File type: EPUB (True), PDF (True), Code Files
    Quality: 10/10
    Price: 53.49 €


    This book is a collection of developer code recipes and best practices for persisting data using Spring, particularly Spring Boot. The book is structured around practical recipes, where each recipe discusses a performance case or performance-related case, and almost every recipe has one or more applications. Mainly, when we try to accomplish something (e.g., read some data from the database), there are several approaches to do it, and, in order to choose the best way, you have to know the implied trades-off from a performance perspective. You’ll see that in the end, all these penalties slow down the application. Besides presenting the arguments that favor a certain choice, the application is written in Spring Boot style which is quite different than plain Hibernate.

    Persistence is an important set of techniques and technologies for accessing and using data, and this book demonstrates that data is mobile regardless of specific applications and contexts. In Java development, persistence is a key factor in enterprise, ecommerce, cloud and other transaction-oriented applications.

    After reading and using this book, you'll have the fundamentals to apply these persistence solutions into your own mission-critical enterprise Java applications that you build using Spring.


    Learn:
    ✓ Shape *-to-many associations for best performances
    ✓ Effectively exploit Spring Projections (DTO)
    ✓ Learn best practices for batching inserts, updates and deletes
    ✓ Effectively fetch parent and association in a single SELECT
    ✓ Learn how to inspect Persistent Context content
    ✓ Dissect pagination techniques (offset and keyset)
    ✓ Handle queries, locking, schemas, Hibernate types, and more

    Features:
    ✓ The first book on Java data persistence focused on the Spring Boot framework
    ✓ The first book that takes a best practices-centric code recipes approach
    ✓ Includes coverage of Hibernate

    Who This Book Is For:
    Any Spring and Spring Boot developer that wants to squeeze the persistence layer performances.

    -------------
     
    Last edited by a moderator: Mar 8, 2022