Go back

Building Restful Web Services With Spring 5 Leverage The Power Of Spring 5.0 Java Se 9 And Spring Boot 2.0(2nd Edition)

Authors:

Raja Csp Raman ,Ludovic Dewailly

Free building restful web services with spring 5 leverage the power of spring 5.0 java se 9 and spring boot 2.0
3 ratings
Cover Type:Hardcover
Condition:Used

In Stock

Include with your book

Free shipping: April 04, 2024
Access to 3 Million+ solutions Free
Ask 10 Questions from expert 200,000+ Expert answers
7 days-trial

Total Price:

$0

List Price: $13.87 Savings: $13.87(100%)

Book details

ISBN: 1788475895, 978-1788475891

Book publisher: Packt Publishing

Get your hands on the best-selling book Building Restful Web Services With Spring 5 Leverage The Power Of Spring 5.0 Java Se 9 And Spring Boot 2.0 2nd Edition for free. Feed your curiosity and let your imagination soar with the best stories coming out to you without hefty price tags. Browse SolutionInn to discover a treasure trove of fiction and non-fiction books where every page leads the reader to an undiscovered world. Start your literary adventure right away and also enjoy free shipping of these complimentary books to your door.

Building Restful Web Services With Spring 5 Leverage The Power Of Spring 5.0 Java Se 9 And Spring Boot 2.0 2nd Edition Summary: Find out how to implement the REST architecture to build resilient software in Java with the help of the Spring 5.0 framework. Key FeaturesFollow best practices and explore techniques such as clustering and caching to achieve a reactive, scalable web service,Leverage the Spring Framework to quickly implement RESTful endpoints,Learn to implement a client library for a RESTful web service using the Spring Framework along with the new front end framework.Book DescriptionREST is an architectural style that tackles the challenges of building scalable web services. In today's connected world, APIs have taken a central role on the web. APIs provide the fabric through which systems interact, and REST has become synonymous with APIs.The depth, breadth, and ease of use of Spring makes it one of the most attractive frameworks in the Java ecosystem. Marrying the two technologies is therefore a very natural choice.This book takes you through the design of RESTful web services and leverages the Spring Framework to implement these services. Starting from the basics of the philosophy behind REST, you'll go through the steps of designing and implementing an enterprise-grade RESTful web service. Taking a practical approach, each chapter provides code samples that you can apply to your own circumstances.This second edition brings forth the power of the latest Spring 5.0 release, working with MVC built-in as well as the front end framework. It then goes beyond the use of Spring to explores approaches to tackle resilience, security, and scalability concerns. Improve performance of your applications with the new HTTP 2.0 standards. You'll learn techniques to deal with security in Spring and discover how to implement unit and integration test strategies.Finally, the book ends by walking you through building a Java client for your RESTful web service, along with some scaling techniques using the new Spring Reactive libraries.What you will learnDeep dive into the principles behind RESTExpose CRUD operations through RESTful endpoints with the Spring FrameworkDevise response formats and error handling strategies, offering a consistent and flexible structure to simplify integration for service consumersFollow the best approaches for dealing with a service's evolution while maintaining backward compatibilityUnderstand techniques to secure web servicesComply with the best ways to test RESTful web services, including tips for load testingOptimise and scale web services using techniques such as caching and clusteringWho This Book Is ForThis book is intended for those who want to learn to build RESTful web services with the latest Spring 5.0 Framework. To make best use of the code samples included in the book, you should have a basic knowledge of the Java language. Previous experience with the Spring Framework would also help you get up and running quickly.Table of ContentsA Few BasicsBuilding RESTful Web Service in Spring 5 with MavenFlux and Mono (Reactor Support) in SpringCRUD Operations in Spring RESTCRUD Operations in Plain REST (without Reactive) and File UploadSpring Security and JWT (JSON Web Token)Testing RESTful Web ServicePerformanceAOP and Logger ControlsBuilding a REST Client and Error HandlingScalingMicroservice BasicsTicket Management - Advanced CRUD