Spring 5.0 By Example
eBook - ePub

Spring 5.0 By Example

  1. English
  2. ePUB (mobile friendly)
  3. Available on iOS & Android
eBook - ePub

Spring 5.0 By Example

Book details
Table of contents
Citations

About This Book

Discover the real power of Spring Framework 5.0 and learn to create powerful applications in its newest versionAbout This Book• Learn reactive programming by implementing a reactive application with Spring Webflux• Create a robust and scalable messaging application with Spring messaging support• Apply your knowledge to build three real-world projects in SpringWho This Book Is ForIf you're a developer starting out with Spring, then this book will help you learn about the new Spring 5.0 framework concepts followed by their implementation in Java and Kotlin. The book will also help experienced Spring developers gain insights into the new features added in Spring 5.0.What You Will Learn• Implement REST APIs with Spring REST support• Introduce the Spring Boot and understand how it makes creating robust applications extremely simple• Understand how Spring Data helps us add persistence in MongoDB and SQL databases• Introduce Reactive Programming and use this with Spring Webflux• Implement a Reactive REST client and learn how it can create asynchronous applications• Create a robust, scalable, and fault tolerant application with Spring Messaging• Implement a websocket to add interactive behaviors in your applications• Introduce the Spring Cloud projectsIn DetailWith growing demands, organizations are looking for systems that are robust and scalable. Therefore, the Spring Framework has become the most popular framework for Java development. It not only simplifies software development but also improves developer productivity. This book covers effective ways to develop robust applications in Java using Spring.The book has three parts, where each one covers the building of a comprehensive project in Java and Spring. In the first part, you will construct a CMS Portal using Spring's support for building REST APIs. You will also learn to integrate these APIs with AngularJS and later develop this application in a reactive fashion using Project Reactor, Spring WebFlux, and Spring Data. In the second part, you'll understand how to build a messaging application, which will consume the Twitter API and perform filtering and transformations. Here, you will also learn about server-sent events and explore Spring's support for Kotlin, which makes application development quick and efficient. In the last part, you will build a real microservice application using the most important techniques and patterns such as service discovery, circuit breakers, security, data streams, monitoring, and a lot more from this architectural style.By the end of the book, you will be confident about using Spring to build your applications.Style and approachThis book teaches you to use the new version of Spring Framework to solve problems commonly encountered in modern web application; it explains the main features of this version such as support for Reactive programming and Kotlin. You'll learn these features by creating interesting projects and putting them into practice right now.

Frequently asked questions

Simply head over to the account section in settings and click on “Cancel Subscription” - it’s as simple as that. After you cancel, your membership will stay active for the remainder of the time you’ve paid for. Learn more here.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Both plans give you full access to the library and all of Perlego’s features. The only differences are the price and subscription period: With the annual plan you’ll save around 30% compared to 12 months on the monthly plan.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes, you can access Spring 5.0 By Example by Claudio Eduardo de Oliveira in PDF and/or ePUB format, as well as other popular books in Computer Science & Web Services & APIs. We have over one million books available in our catalogue for you to explore.

Information

Year
2018
ISBN
9781788628020
Edition
1

Table of contents

  1. Title Page
  2. Copyright and Credits
  3. Dedication
  4. Packt Upsell
  5. Contributors
  6. Preface
  7. Journey to the Spring World
  8. Starting in the Spring World – the CMS Application
  9. Persistence with Spring Data and Reactive Fashion
  10. Kotlin Basics and Spring Data Redis
  11. Reactive Web Clients
  12. Playing with Server-Sent Events
  13. Airline Ticket System
  14. Circuit Breakers and Security
  15. Putting It All Together
  16. Other Books You May Enjoy