版权所有:内蒙古大学图书馆 技术提供:维普资讯• 智图
内蒙古自治区呼和浩特市赛罕区大学西街235号 邮编: 010021
I S B N:(纸本) 9781788624398
出 版 社:Packt Publishing
出 版 年:2018年
主 题 词:Sping 5.0 Spring projects Spring Web Flow Spring Security Spring Functional Web Framework Spring MVC MVC Spring Reactive spring and Angular 2
学科分类:08[工学] 0812[工学-计算机科学与技术(可授工学、理学学位)]
摘 要:Discover the real power of Spring Framework 5.0 and learn to create powerful applications in its newest version About 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 Spring Who This Book Is For If 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 projects In Detail With 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 W