Pro spring 6, Cosmina, Iuliana Harrop, Rob Schaefer, Chris Ho, Clarence
Старое издание
Автор: Iuliana Cosmina; Rob Harrop; Chris Schaefer; Clare Название: Pro Spring 5 ISBN: 1484228073 ISBN-13(EAN): 9781484228074 Издательство: Springer Цена: 5487.00 р. Наличие на складе: Нет в наличии. Описание:
Master Spring basics and core topics, and share the authors' insights and real-world experiences with remoting, Hibernate, and EJB. Beyond the basics, you'll learn how to leverage the Spring Framework to build the various tiers and parts of an enterprise Java application: transactions, web and presentation tiers, deployment, and much more. A full sample application allows you to apply many of the technologies and techniques covered in Pro Spring 5 and see how they work together.
This book updates the perennial bestseller with the latest that the new Spring Framework 5 has to offer. Now in its fifth edition, this popular title is by far the most comprehensive and definitive treatment of Spring available. It covers the new functional web framework and interoperability with Java 9.
After reading this definitive book, you'll be armed with the power of Spring to build complex Spring applications, top to bottom.
The agile, lightweight, open-source Spring Framework
continues to be the de facto leading enterprise Java application development framework for today's Java programmers and developers. It works with other leading open-source, agile, and lightweight Java technologies such as Hibernate, Groovy, MyBatis, and more. Spring now works with Java EE and JPA 2 as well.
What You'll Learn
Discover what's new in Spring Framework 5
Use the Spring Framework with Java 9
Master data access and transactions
Work with the new functional web framework
Create microservices and other web services
Who This Book Is For
Experienced Java and enterprise Java developers and programmers. Some experience with Spring highly recommended.
Автор: Jorge Acetozi Название: Pro Java Clustering and Scalability ISBN: 1484229843 ISBN-13(EAN): 9781484229842 Издательство: Springer Рейтинг: Цена: 4268.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Build clustered and scalable Java-based, real-time applications using Spring Framework, Boot, WebSocket, Cassandra, Redis and RabbitMQ. In this book, you'll tie all this together with a dive-in case study, a real-time scalable chat application under differing scenarios. Pro Java Clustering and Scalability also discusses how to horizontally scale the WebSocket chat application using a full STOMP broker such as RabbitMQ. Although this is a programming book, it also discusses many interesting infrastructure topics and tips about continuous delivery, Docker, NoSQL (Cassandra and Redis) and other related technologies. What You Will Learn
Handle clustering and scalability using various open source Java, microservices, and web services tools and technologies
Use Spring Framework, Boot, and other Spring technologies
Integrate with Redis, RabbitMQ, Cassandra, NoSQL, and much more
Test the case study code under various scenarios and stresses
Who This Book Is For Experienced Java developers with at least some prior experience with Java, especially Spring Framework, Boot and other tools, and some web services.
Автор: Deinum, Marten Lombardi, Andrew Название: Pro spring mvc with webflux ISBN: 1484256654 ISBN-13(EAN): 9781484256657 Издательство: Springer Рейтинг: Цена: 6707.00 р. Наличие на складе: Нет в наличии.
Описание: 1: Setting Up A Local Development Environment2: Spring Framework Fundamentals3: Web Application Architecture4: Spring MVC Architecture5: Implementing Controllers6: Implementing Controllers - Advanced7: REST and AJAX8: Resolving and Implmenting Views9: Introduction to Spring WebFlux10: Building Reactive Applications with Spring WebFlux11: Securing WebFlux Applications12: Spring Security13: Spring Applications in the Cloud
Автор: Iuliana Cosmina; Rob Harrop; Chris Schaefer; Clare Название: Pro Spring 5 ISBN: 1484228073 ISBN-13(EAN): 9781484228074 Издательство: Springer Рейтинг: Цена: 5487.00 р. Наличие на складе: Нет в наличии.
Описание:
Master Spring basics and core topics, and share the authors' insights and real-world experiences with remoting, Hibernate, and EJB. Beyond the basics, you'll learn how to leverage the Spring Framework to build the various tiers and parts of an enterprise Java application: transactions, web and presentation tiers, deployment, and much more. A full sample application allows you to apply many of the technologies and techniques covered in Pro Spring 5 and see how they work together.
This book updates the perennial bestseller with the latest that the new Spring Framework 5 has to offer. Now in its fifth edition, this popular title is by far the most comprehensive and definitive treatment of Spring available. It covers the new functional web framework and interoperability with Java 9.
After reading this definitive book, you'll be armed with the power of Spring to build complex Spring applications, top to bottom.
The agile, lightweight, open-source Spring Framework
continues to be the de facto leading enterprise Java application development framework for today's Java programmers and developers. It works with other leading open-source, agile, and lightweight Java technologies such as Hibernate, Groovy, MyBatis, and more. Spring now works with Java EE and JPA 2 as well.
What You'll Learn
Discover what's new in Spring Framework 5
Use the Spring Framework with Java 9
Master data access and transactions
Work with the new functional web framework
Create microservices and other web services
Who This Book Is For
Experienced Java and enterprise Java developers and programmers. Some experience with Spring highly recommended.
Автор: Michael Minella Название: Pro Spring Batch ISBN: 1430234520 ISBN-13(EAN): 9781430234524 Издательство: Springer Рейтинг: Цена: 5970.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Spring Batch addresses the needs of any batch process, from the complex calculations performed in the biggest financial institutions to simple data migrations that occur with many software development projects. Pro Spring Batch is intended to answer three questions: What? What is batch processing?
Автор: Daniel Rubio Название: Pro Spring Dynamic Modules for OSGi Service Platforms ISBN: 1430216123 ISBN-13(EAN): 9781430216124 Издательство: Springer Рейтинг: Цена: 4877.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Enterprises are trusting Spring more and more, and this book leverages OSGi in a way that can "complete" the use of Spring in the enterprise, as OSGi is already being trusted and adopted by IBM, BEA, and others.
Автор: Vijay Nair Название: Practical Domain-Driven Design in Enterprise Java ISBN: 1484245423 ISBN-13(EAN): 9781484245422 Издательство: Springer Рейтинг: Цена: 3414.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:
See how Domain-Driven Design (DDD) combines with Jakarta EE MicroProfile or Spring Boot to offer a complete suite for building enterprise-grade applications. In this book you will see how these all come together in one of the most efficient ways to develop complex software, with a particular focus on the DDD process.
Practical Domain-Driven Design in Enterprise Java starts by building out the Cargo Tracker reference application as a monolithic application using the Jakarta EE platform. By doing so, you will map concepts of DDD (bounded contexts, language, and aggregates) to the corresponding available tools (CDI, JAX-RS, and JPA) within the Jakarta EE platform.
Once you have completed the monolithic application, you will walk through the complete conversion of the monolith to a microservices-based architecture, again mapping the concepts of DDD and the corresponding available tools within the MicroProfile platform (config, discovery, and fault tolerance). To finish this section, you will examine the same microservices architecture on the Spring Boot platform.
The final set of chapters looks at what the application would be like if you used the CQRS and event sourcing patterns. Here you’ll use the Axon framework as the base framework.
What You Will Learn
Discover the DDD architectural principles and use the DDD design patternsUse the new Eclipse Jakarta EE platform Work with the Spring Boot frameworkImplement microservices design patterns, including context mapping, logic design, entities, integration, testing, and securityCarry out event sourcingApply CQRS
Who This Book Is For
Junior developers intending to start working on enterprise Java; senior developers transitioning from monolithic- to microservices-based architectures; and architects transitioning to a DDD philosophy of building applications.
Описание: This book explains the basics of Enterprise Integration Patterns. It covers the Spring Integration framework, including the declarative programming model, core messaging, adapters, and support for JMS, RMI, and web services. It`s an ideal companion to Just Spring, proving that you can learn Spring with a book that doesn`t hurt when you pick it up.
Описание: The Spring framework is the most ubiquitous Java framework today and the easiest way to solve many problems. At some point, however, developers start to feel Java applications just can`t be any simpler because Java itself is not very simple. It is at this juncture that most people look for alternatives.
Автор: Oliveira Claudio Eduardo de, Turnquist Greg L., Antonov Alex Название: Developing Java Applications with Spring and Spring Boot ISBN: 1789534755 ISBN-13(EAN): 9781789534757 Издательство: Неизвестно Рейтинг: Цена: 18390.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Автор: Kunjumohamed Shameer, Sattari Hamidreza Название: Spring Essentials ISBN: 1783982349 ISBN-13(EAN): 9781783982349 Издательство: Неизвестно Рейтинг: Цена: 9378.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: 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.
Автор: Brian Sam-Bodden Название: Beginning POJOs ISBN: 1590595963 ISBN-13(EAN): 9781590595961 Издательство: Springer Рейтинг: Цена: 4146.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: "Beginning open source enterprise java: spring, hibernate, & jboss" is a book about computers/software.
ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru