(영문도서) Rapid Java Persistence and Microservices: Persistence Made Easy Using Java Ee8, Jpa and Spring, Paperback - WRAPUP
- 2024-08-23 04:24:52
- 리뷰(0)
Rapid Java Persistence and Microservices is a comprehensive guide that teaches readers how to efficiently manage persistence in Java EE8 applications using JPA and Spring. This book covers all aspects of persistence in Java, from setting up databases and creating entities to implementing transactions and querying data.
The book starts with an introduction to Java EE8 and JPA, explaining how these technologies work together to simplify database interactions. Readers will learn how to configure a database, create JPA entities, and perform CRUD operations using JPA repositories. The book also covers advanced topics such as JPQL queries, criteria API, and entity inheritance.
In the second part of the book, the focus shifts to microservices architecture and how to build microservices using Spring Boot. Readers will learn how to create RESTful services, handle exceptions, and secure microservices using Spring Security. The book also covers service discovery using Eureka and load balancing using Ribbon.
Throughout the book, the author provides practical examples and code snippets to help readers understand the concepts and implementations better. By the end of the book, readers will have a solid understanding of Java persistence and microservices development and will be able to build their own applications using Java EE8, JPA, and Spring.