Spring 5: End-To-End Programming
- Length: 760 pages
- Edition: 1
- Language: English
- Publisher: Packt Publishing
- Publication Date: 2018-12-21
- ISBN-10: 1789959667
- ISBN-13: 9781789959666
- Sales Rank: #3277953 (See Top 100 Books)
Leverage the rich and mature Spring 5 Framework to quickly build and deploy production-ready microservices within the Java and JVM ecosystem
Key Features
- Explore the Spring Framework by building three real-world projects
- Master efficient application development with proxy and singleton patterns
- Use Docker and Apache Mesos to build successful microservices
Book Description
When it comes to developing applications for the web or enterprises, the Spring Framework has become one of the most popular choices among Java developers. With an array of tools and features, Spring offers developers experience that is rivaled by none.
Spring 5: End-to-End Programming is all about leveraging these features and developing your own business applications with hands-on examples. You will create applications of increasing complexity, such as a CMS app, a messaging app, and a real-world microservice. While developing these applications, you will learn about Project Reactor in Spring, Spring Webflux, Spring Data, and Angular. You will also develop these applications using standard design patterns in Spring, helping you to solve common design problems with ease.
By the end of this Learning Path, you will be well equipped to develop enterprise applications on the web using Spring 5.
This Learning Path includes content from the following Packt products:
- Spring 5.0 By Example by Claudio Eduardo de Oliveira
- Spring 5 Design Patterns by Dinesh Rajput
- Spring 5.0 Microservices by Rajesh R V
What you will learn
- Implement REST APIs with Spring REST support
- Introduce Reactive Programming and use this with Spring Webflux
- Develop applications using dependency injection patterns
- Learn best practices to design enterprise applications
- Build web applications using traditional Spring MVC patterns
- Implement caching to improve application performance
- Handle logging and monitoring microservices
- Manage internet-scale microservices using Docker, Mesos, and Marathon
Who this book is for
If you’re a developer starting out with Spring, then this learning path will help you understand new Spring 5.0 framework concepts followed by their implementation in Java and Kotlin. If you are an experienced Spring developer, then this Learning Path will enable you to gain insight into the new Spring 5.0 features.
Table of Contents
- Journey to the Spring World
- Starting in the Spring World: The CMS Application
- Persistence with Spring Data and Reactive Fashion
- Kotlin Basics and Spring Data Redis
- Reactive Web Clients
- Playing with Server-Sent Events
- Airline Ticket System
- Putting It All Together
- Overview of GOF Design Patterns – Core Design Patterns
- Consideration of Structural and Behavioral Patterns
- Wiring Beans using the Dependency Injection Pattern
- Accessing a Database with Spring and JDBC Template Patterns
- Improving Application Performance Using Caching Patterns
- Demystifying Microservices
- Related Architecture Styles and Use Cases
- Building Microservices with Spring Boot
- Microservices Capability Model
- Scale Microservices with Spring Cloud Components
- Logging and Monitoring Microservices
- Scaling Dockerized Microservices with Mesos and Marathon