Spring 5.0 Cookbook - Helion
Tytuł oryginału: Spring 5.0 Cookbook
ISBN: 9781787129689
stron: 660, Format: ebook
Data wydania: 2017-09-27
Księgarnia: Helion
Cena książki: 143,10 zł (poprzednio: 159,00 zł)
Oszczędzasz: 10% (-15,90 zł)
Over 100 hands-on recipes to build web applications easily and efficiently IN Spring 5.0
About This Book
- Solve real-world problems using the latest features of the Spring framework like Reactive Streams and the Functional Web Framework.
- Learn how to use dependency injection and aspect-oriented programming to write compartmentalized and testable code.
- Understand when to choose between Spring MVC and Spring Web Reactive for your projects
Who This Book Is For
Java developers who would like to gain in-depth knowledge of how to overcome problems that they face while developing great Spring applications. It will also cater to Spring enthusiasts, users and experts who need an arena for comparative analysis, new ideas and inquiries on some details regarding Spring 5.0 and its previous releases. A basic knowledge of Spring development is essential
What You Will Learn
- Understand how functional programming and concurrency in JDK 1.9 works, and how it will affect Spring 5.0
- Learn the importance and application of reactive programming in creating services, and also the process of creating asynchronous MVC applications
- Implement different Spring Data modules
- Integrate Spring Security to the container
- Create applications and deploy using Spring Boot
- Conceptualize the architecture behind Microservices and learn the details of its implementation
- Create different test cases for the components of Spring 5.0 components
In Detail
The Spring framework has been the go-to framework for Java developers for quite some time. It enhances modularity, provides more readable code, and enables the developer to focus on developing the application while the underlying framework takes care of transaction APIs, remote APIs, JMX APIs, and JMS APIs.
The upcoming version of the Spring Framework has a lot to offer, above and beyond the platform upgrade to Java 9, and this book will show you all you need to know to overcome common to advanced problems you might face.
Each recipe will showcase some old and new issues and solutions, right from configuring Spring 5.0 container to testing its components. Most importantly, the book will highlight concurrent processes, asynchronous MVC and reactive programming using Reactor Core APIs. Aside from the core components, this book will also include integration of third-party technologies that are mostly needed in building enterprise applications.
By the end of the book, the reader will not only be well versed with the essential concepts of Spring, but will also have mastered its latest features in a solution-oriented manner.
Style and Approach
This book follows a cookbook style approach, presenting a problem and showing you how to overcome it with useful recipes. The examples provided will help you code along as you learn.
Osoby które kupowały "Spring 5.0 Cookbook", wybierały także:
- Wprowadzenie do Javy. Programowanie i struktury danych. Wydanie XII 193,23 zł, (59,90 zł -69%)
- Spring i Spring Boot. Kurs video. Testowanie aplikacji i bezpiecze 129,00 zł, (51,60 zł -60%)
- Metoda dziel i zwyci 89,00 zł, (35,60 zł -60%)
- JavaFX. Kurs video. Wzorce oraz typy generyczne 79,00 zł, (31,60 zł -60%)
- Platforma Xamarin. Kurs video. Poziom drugi. Zaawansowane techniki tworzenia aplikacji cross-platform 99,00 zł, (39,60 zł -60%)
Spis treści
Spring 5.0 Cookbook. Recipes to build, test, and run Spring applications efficiently eBook -- spis treści
- 1. Getting started with Spring
- 2. Learning Dependency Injection (DI)
- 3. Implementing MVC Design Pattern
- 4. Securing Spring MVC Applications
- 5. Cross-Cutting the MVC
- 6. Functional Programming
- 7. Reactive Programming
- 8. Reactive Web Applications
- 9. Spring Boot 2.0
- 10. The Microservices
- 11. Batch and Message-Driven Processes
- 12. Other Spring 5 Features
- 13. Testing Spring 5 Components