Spring Boot 2 Recipes: A Problem-Solution Approach, Deinum Marten
Автор: Felipe Gutierrez Название: Spring Boot Messaging ISBN: 1484212258 ISBN-13(EAN): 9781484212257 Издательство: Springer Рейтинг: Цена: 27940.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание:
Build messaging applications using the power of Spring Boot; use Spring application events over the Web; use WebSocket, SockJS, and STOMP messaging with Spring MVC; and use Spring JMS, Redis Pub/Sub and Spring AMQP for reliable messaging solutions. This book covers all the Spring Messaging APIs using Spring Boot. Written by a Pivotal engineer, Spring Boot Messaging is an authoritative guide to the many messaging APIs and how to use these for creating enterprise and integration solutions.
You will learn and integrate these messaging APIs with more complex enterprise and cloud applications: for example, you will see how to use Spring Cloud Stream for creating message-driven and cloud native microservices. In addition, you'll discover the new Spring Integration DSL and use it with Spring Cloud Stream to build integration solutions using every enterprise integration pattern. Finally, you'll see Spring Reactor and Spring Cloud to take your application to the next level.
After reading this book, you will come away with a case study application walk-through and will be able to use it as a template for building your own Spring messaging applications or messaging features within your enterprise or cloud application.
What You'll Learn
Use the main Spring messaging APIs with Spring Framework 5
Build messaging applications over the Web
Use WebSocket, SockJS, and STOMP messaging
Integrate Spring JMS and Spring AMQP into your applications
Work with Spring Cloud Stream and microservices
Who This Book Is For
Enterprise Java developers who have at least some previous experience with the Spring Framework and/or the Spring platform.
Автор: Babar Yogesh Название: Hands-On Booting: Learn the Boot Process of Linux, Windows, and Unix ISBN: 1484258894 ISBN-13(EAN): 9781484258897 Издательство: Springer Рейтинг: Цена: 51230.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: The primary focus is on the Linux booting procedure along with other popular operating systems such as Windows and Unix.Hands-on Booting begins by explaining what a bootloader is, starting with the Linux bootloader followed by bootloaders for Windows and Unix systems.
Автор: Macero Garcнa Moisйs Название: Learn Microservices with Spring Boot: A Practical Approach to Restful Services Using an Event-Driven Architecture, Cloud-Native Patterns, and Containe ISBN: 1484261305 ISBN-13(EAN): 9781484261309 Издательство: Springer Рейтинг: Цена: 41920.00 T Наличие на складе: Поставка под заказ. Описание: Build Java-based microservices architecture using the Spring Boot framework by evolving an application from a small monolith to an event-driven architecture composed of several services. This revised book follows an incremental approach in teaching the structure of microservices, test-driven development, and common patterns in distributed systems such as service discovery, load balancing, routing, centralized logs, per-environment configuration, and containerization. This updated book now covers what's been added to the latest Spring Boot release, including support for the latest Java SE; more deep-dive knowledge on how Spring Boot works; testing with JUnit 5; changes in the Spring Cloud tools used for service discovery and load balancing; building Docker images using cloud-native buildpacks; a basic centralized logging solution; E2E traceability with Sleuth; centralized configuration with Consul; many dependency upgrades; support for Spring Data Neumann; and more. Author Moises Macero uses a pragmatic approach to explain the benefits of using this type of software architecture, instead of keeping you distracted with theoretical concepts. He covers some of the state-of-the-art techniques in computer programming, from a practical point of view. You'll focus on what's important, starting with the minimum viable product but keeping the flexibility to evolve it. What You Will Learn
Build microservices with Spring Boot
Discover architecture patterns for distributed systems such as asynchronous processing, eventual consistency, resilience, scalability, and more
Use event-driven architecture and messaging with RabbitMQ
Master service discovery with Consul and load balancing with Spring Cloud Load Balancer
Route requests with Spring Cloud Gateway
Keep flexible configurations per environment with Spring Cloud Consul
Trace every request from beginning to end with Sleuth and centralized logging
Deploy your microservices anywhere as Docker containers
Start all the components in the microservice architecture with Docker Compose
Who This Book Is For Those with at least some prior experience with Java programming. Some prior exposure to Spring Boot recommended but not required.
Автор: Sharma Sourabh Название: Mastering Microservices with Java - Third Edition: Build enterprise microservices with Spring Boot 2.0, Spring Cloud, and Angular ISBN: 1789530725 ISBN-13(EAN): 9781789530728 Издательство: Неизвестно Рейтинг: Цена: 60070.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Microservices are the next big thing in designing scalable, easy-to-maintain applications. This latest edition of Mastering Microservices with Java, works on Java 11. It covers a wide range of exciting, new developments in the world of microservices such as microservices patterns, interprocess communication with gRPC, and service orchestration.
Автор: Hinkula Juha Название: Hands-On Full Stack Development with Spring Boot 2 and React - Second Edition ISBN: 1838822364 ISBN-13(EAN): 9781838822361 Издательство: Неизвестно Рейтинг: Цена: 47810.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Spring Boot and React allows us to build powerful Full Stack applications. This comprehensive guide demonstrates how to build up a modern full stack app in practice. The front-end is developed by using React which is a modern JavaScript library for building fast and reliable user interfaces. By the end of this book, you will master the process ...
Автор: Tahrioui Mohamed Mustapha Название: Asyncio Recipes: A Problem-Solution Approach ISBN: 1484244001 ISBN-13(EAN): 9781484244005 Издательство: Springer Рейтинг: Цена: 32600.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание:
Get the most out of asyncio and find solutions to your most troubling Python programming problems. This book offers a pragmatic collection of recipes by going beyond online resources and docs to provide guidance on using this complex library. As such, you’ll see how to improve application performance and run computationally intensive programs faster.
asyncio Recipes starts with examples illustrating the primitives that come with the asyncio library, and explains how to determine if asyncio is the right choice for your application. It shows how to use asyncio to yield performance gains without multiple threads, and identifies common mistakes and how to prevent them. Later chapters cover error-handling, testing, and debugging. By the end of this book, you'll understand how asyncio runs behind the scenes, and be confident enough to contribute to asyncio-first projects.
What You Will Learn
Discover quirky APIs such as the event loop policiesWrite asyncio code with native coroutines Use the ast module to find legacy asyncio codeWork with contextvars See what a async context manager is and why a lot of asyncio APIs use them
Who This Book Is For
Experienced Python developers or hobbyists who want to understand asyncio and speed up their applications by adding concurrency to their toolkit.
Автор: K. Siva Prasad Reddy Название: Beginning Spring Boot 2 ISBN: 1484229304 ISBN-13(EAN): 9781484229309 Издательство: Springer Рейтинг: Цена: 35390.00 T Наличие на складе: Поставка под заказ. Описание:
Learn Spring Boot and how to build Java-based enterprise, web, and microservice applications with it. In this book, you'll see how to work with relational and NoSQL databases, build your first microservice, enterprise, or web application, and enhance that application with REST APIs. You'll also learn how to build reactive web applications using Spring Boot along with Spring Web Reactive. Then you'll secure your Spring Boot-created application or service before testing and deploying it.
After reading and learning with Beginning Spring Boot 2, you'll have the skills and techniques to start building your first Spring Boot applications and microservices with confidence to take the next steps in your career journey.
What You'll Learn
Use Spring Boot autoconfiguration
Work with relational and NoSQL databases
Build web applications with Spring Boot
Apply REST APIs using Spring Boot
Create reactive web applications using Spring Web Reactive
Secure your Spring Boot applications or web services
Test and deploy your Spring Boot applications
Who This Book Is For
Experienced Java and Spring Framework developers who are new to the new Spring Boot micro-framework.
Автор: Juneau Josh Название: Jakarta Ee Recipes: A Problem-Solution Approach ISBN: 1484255860 ISBN-13(EAN): 9781484255865 Издательство: Springer Рейтинг: Цена: 30740.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Intermediate-Advanced user level
Автор: Davis Adam L. Название: Spring Quick Reference Guide: A Pocket Handbook for Spring Framework, Spring Boot, and More ISBN: 1484261437 ISBN-13(EAN): 9781484261439 Издательство: Springer Рейтинг: Цена: 46570.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Quickly gain the insight necessary to address a multitude of Java-based Spring Framework and Spring Boot coding challenges using this succinct reference guide. Short, focused code examples will help you master many of the Spring elements such as AOP, data access, MVC for web development, security, web services/REST for microservices development, Batch for large data sets, and more. You'll also get a rundown of the increasingly popular Spring Boot microframework as well. You won't find any technical jargon, bloated samples, drawn out history lessons, or witty stories in this book. What you will find is a language reference that is concise, to the point, and highly accessible. The book is packed with useful information and is a must-have for any Java programmer. What You Will Learn
Discover the Spring Framework and its many sub-projects
Work with the Spring Boot microframework
Program with the Spring Boot framework to build Java-based
microservices, native cloud applications, and more
Use some of the lesser-known but still important frameworks and tools such as REST Docs, HATEOAS, Cloud, and more
Leverage these Spring frameworks and tools for building your next Java-based cloud application
Who This Book Is For Those with prior experience with Java who want a quick and handy reference to using Spring.
Автор: Hinkula Juha Название: Hands-On Full Stack Development with Spring Boot 2.0 and React: Build modern and scalable full stack applications using the Java-based Spring Framewor ISBN: 1789138086 ISBN-13(EAN): 9781789138085 Издательство: Неизвестно Рейтинг: Цена: 60070.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Spring Boot and React allow us to build powerful full-stack applications and also demonstrate a modern full-stack app in practice. React is a modern JavaScript library for building fast and reliable user interfaces. You will also master the process of full-stack development by leveraging Spring Boot and React
Автор: Paluszek Michael, Thomas Stephanie Название: MATLAB Recipes: A Problem-Solution Approach ISBN: 1484261232 ISBN-13(EAN): 9781484261231 Издательство: Springer Цена: 55890.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: With this book you will review contemporary MATLAB coding including the latest MATLAB language features and use MATLAB as a software development environment including code organization, GUI development, and algorithm design and testing.
Автор: Shazin Sadakath Mohamed Название: Spring Boot 2.0 Projects ISBN: 1789136156 ISBN-13(EAN): 9781789136159 Издательство: Неизвестно Рейтинг: Цена: 67430.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Spring is one of the best tools to develop web, enterprise, and cloud ready software in the market. The goal of Spring Boot is to provide a set of tools for building Spring applications that run production-grade based applications. This book will teach you features of Spring Boot 2.0 by building interesting real-world projects.
Казахстан, 010000 г. Астана, проспект Туран 43/5, НП2 (офис 2) ТОО "Логобук" Тел:+7 707 857-29-98 ,+7(7172) 65-23-70 www.logobook.kz