Video description
In Video Editions the narrator reads the book while the content, figures, code listings, diagrams, and text appear on the screen. Like an audiobook that you can also watch as a video.
The only book you’ll ever need to learn and master the Spring ecosystem. This update is a must-read.
Pierre-Michel Ansel, 8x8
If you need to learn Spring, look no further than this widely beloved and comprehensive guide! Fully revised for Spring 5.3, and packed with interesting real-world examples to get your hands dirty with Spring.
In Spring in Action, 6th Edition you will learn:
- Building reactive applications
- Relational and NoSQL databases
- Integrating via HTTP and REST-based services, and sand reactive RSocket services
- Reactive programming techniques
- Deploying applications to traditional servers and containers
- Securing applications with Spring Security
Over the years, Spring in Action has helped tens of thousands of developers get a major productivity boost from Spring. This new edition of the classic bestseller covers all of the new features of Spring 5.3 and Spring Boot 2.4 along with examples of reactive programming, Spring Security for REST Services, and bringing reactivity to your databases. You'll also find the latest Spring best practices, including Spring Boot for application setup and configuration.
about the technology
Spring is required knowledge for Java developers! Why? This powerful framework eliminates a lot of the tedious configuration and repetitive coding tasks, making it easy to build enterprise-ready, production-quality software. The latest updates bring huge productivity boosts to microservices, reactive development, and other modern application designs. It’s no wonder over half of all Java developers use Spring.
about the book
Spring in Action, Sixth Edition is a comprehensive guide to Spring’s core features, all explained in Craig Walls’ famously clear style. You’ll put Spring into action as you build a complete database-backed web app step-by-step. This new edition covers both Spring fundamentals and new features such as reactive flows, Kubernetes integration, and RSocket. Whether you’re new to Spring or leveling up to Spring 5.3, make this classic bestseller your bible!
about the audience
For beginning to intermediate Java developers.
about the author
Craig Walls is an engineer at VMware, a member of the Spring engineering team, a popular author, and a frequent conference speaker.
The best resource for modern Spring development.
Becky Huett, Big Shovel Labs
The definitive guide for developers wanting to build reliable, fault-tolerant, and scalable cloud-native applications using Spring.
David Witherspoon, Parsons
Spring is still thriving! Get this latest edition to keep growing with it.
Kevin Liao, Sotheby’s
Your fast track for Spring Boot development.
David Torrubia Iñigo, MÁSMÓVIL Group
NARRATED BY JULIE BRIERLEY
Table of Contents
Part 1. Foundational Spring
Chapter 1. Getting started with Spring
Chapter 1. Initializing a Spring application
Chapter 1. Examining the Spring project structure
Chapter 1. Writing a Spring application
Chapter 1. Building and running the application
Chapter 1. Let’s review
Chapter 2. Developing web applications
Chapter 2. Creating a controller class
Chapter 2. Processing form submission
Chapter 2. Validating form input
Chapter 2. Working with view controllers
Chapter 3. Working with data
Chapter 3. Working with JdbcTemplate
Chapter 3. Defining a schema and preloading data
Chapter 3. Working with Spring Data JDBC
Chapter 3. Persisting data with Spring Data JPA
Chapter 3. Customizing repositories
Chapter 4. Working with nonrelational data
Chapter 4. Understanding Cassandra data modeling
Chapter 4. Writing Cassandra repositories
Chapter 5. Securing Spring
Chapter 5. In-memory user details service
Chapter 5. Securing web requests
Chapter 5. Enabling third-party authentication
Chapter 5. Applying method-level security
Chapter 6. Working with configuration properties
Chapter 6. Configuring a data source
Chapter 6. Creating your own configuration properties
Chapter 6. Configuring with profiles
Part 2. Integrated Spring
Chapter 7. Creating REST services
Chapter 7. Sending data to the server
Chapter 7. Enabling data-backed services
Chapter 7. Consuming REST services
Chapter 8. Securing REST
Chapter 8. Introducing OAuth 2
Chapter 8. Creating an authorization server
Chapter 8. Securing an API with a resource server
Chapter 8. Developing the client
Chapter 9. Sending messages asynchronously
Chapter 9. Sending messages with JmsTemplate
Chapter 9. Receiving JMS messages
Chapter 9. Working with RabbitMQ and AMQP
Chapter 9. Receiving messages from RabbitMQ
Chapter 9. Messaging with Kafka
Chapter 10. Integrating Spring
Chapter 10. Configuring integration flows in Java
Chapter 10. Surveying the Spring Integration landscape
Chapter 10. Routers
Chapter 10. Gateways
Chapter 10. Creating an email integration flow
Part 3. Reactive Spring
Chapter 11. Introducing Reactor
Chapter 11. Getting started with Reactor
Chapter 11. Combining reactive types
Chapter 11. Transforming and filtering reactive streams
Chapter 12. Developing reactive APIs
Chapter 12. Writing reactive controllers
Chapter 12. Defining functional request handlers
Chapter 12. Testing reactive controllers
Chapter 12. Consuming REST APIs reactively
Chapter 12. Deleting resources
Chapter 12. Securing reactive web APIs
Chapter 13. Persisting data reactively
Chapter 13. Defining reactive repositories
Chapter 13. Defining an OrderRepository aggregate root service
Chapter 13. Persisting document data reactively with MongoDB
Chapter 13. Reactively persisting data in Cassandra
Chapter 14. Working with RSocket
Chapter 14. Working with request-response
Chapter 14. Sending fire-and-forget messages
Part 4. Deployed Spring
Chapter 15. Working with Spring Boot Actuator
Chapter 15. Consuming Actuator endpoints
Chapter 15. Viewing configuration details
Chapter 15. Viewing application activity
Chapter 15. Customizing Actuator
Chapter 15. Registering custom metrics
Chapter 16. Administering Spring
Chapter 16. Watching key metrics
Chapter 17. Monitoring Spring with JMX
Chapter 18. Deploying Spring
Chapter 18. Building container images
Chapter 18. Deploying to Kubernetes
Chapter 18. Working with application liveness and readiness
Chapter 18. Building and deploying WAR files