Skip to content

✌🏼 Free Shipping on orders £20

Beginning Spring Data

Beginning Spring Data

By: Sacco, Andres
Genre:
  • Programming & scripting languages: general
Regular price £40.22
Sale price £40.22 Regular price
Tax included. Shipping calculated at checkout.

Quick, only 1 item left in stock!

  • Free UK shipping on orders over £20
  • Order before 1pm for same day dispatch
Sold and shipped by SpeedyHen
Payment & Security
Payment methods
  • American Express
  • Apple Pay
  • Bancontact
  • Diners Club
  • Discover
  • Google Pay
  • Maestro
  • Mastercard
  • Shop Pay
  • Union Pay
  • Visa

Your payment information is processed securely. We do not store credit card details nor have access to your credit card information.

Beginning Spring Data

Beginning Spring Data

Regular price £40.22
Sale price £40.22 Regular price
Use the popular Spring Data project for data access and persistence using various Java-based APIs such as JDBC, JPA, MongoDB, and more. 

This book shows how to easily incorporate data persistence and accessibility into your microservices, cloud-native applications, and monolithic enterprise applications. It also teaches you how to perform unit and performance testing of a component that accesses a database. And it walks you through an example of each type of SQL and NoSQL database covered.  

After reading this book, you''ll be able to create an application that interacts with one or multiple types of databases, and conduct unit and performance testing to analyze possible problems. Source code is available on GitHub.

What You''ll Learn
  • Become familiar with the Spring Data project and its modules for data access and persistence
  • Explore various SQL and NoSQL persistence types
  • Uncover the persistence and domain models, and handle transaction management for SQL
  • Migrate database changes and versioning for SQL
  • Dive into NoSQL persistence with Redis, MongoDB, Neo4j, and Cassandra
  • Handle reactive database programming and access with R2DBC and MongoDB
  • Conduct unit, integration, and performance testing, and more

Who This Book Is For

Experienced Java software application developers; programmers with experience using the Spring framework or the Spring Boot micro framework