Microservice Patterns: With Examples in Java
₡38.100

Microservice Patterns: With Examples in Java

Chris Richardson

Microservice Patterns: With Examples in Java Microservice Patterns: With Examples in Java

Microservice Patterns: With Examples in Java

Chris Richardson

₡38.100
Envío Gratis
×

GO es una membresía anual que te brinda mayores beneficios para que podás disfrutár de la mejor experiencia de compra. El costo de la membresía es ¢14,900 por año.
Beneficios
  • ✔ Envío gratis siempre
  • ✔ Precios exclusivos
  • ✔ Soporte prioritario
Ver más detalles
×

Opciones de Envío

Las opciones de envío dependen de si el producto es elegible para entrega rápida o no. Podés distinguirlos por el icono de camión:

Elegible Entrega Rápida Tiempo Costo
2 Horas ¢3,500
Mismo Día ¢3,200
2 a 3 Días GRATIS*
No 3 a 5 Días GRATIS*

Excepciones

*Envío Gratis: El envío es GRATIS en órdenes mayores a ¢35,000, caso contrario es ¢2,800.

2 Horas: Entrega 2 Horas es con Uber Direct en zonas especificas y esta disponible de 8am a 1pm.

Mismo Día: Para entrega Mismo Día la orden debe ser realizada antes de las 2pm, caso contrario se convierte en Siguiente Día.

Línea Blanca: Línea blanca y otros productos pesados tienen un costo de envío de ¢10,000 en GAM y ¢25,000 fuera de GAM.

Libros: La mayoría de libros requieren de un proceso de importación y el tiempo de entrega es de 15 a 20 días naturales.

Correos de Costa Rica: En órdenes mayores a ¢35,000, cubrimos el costo del primer Kilo, el Kilo adicional tiene un costo de ¢1,300.

Encomiendas: Las Encomiendas tienen un costo de envío de ¢4,000 y se retiran en la terminal de buses seleccionada.

Fuera del GAM: El tiempo de entrega corresponde al tiempo que demoramos en entregar al servicio de mensajería que seleccionaste.

Unimart GO

Entrega Rápida Mismo Día
Ver opciones de envío aquí

tarjeta

Tarjeta Davivienda Unimart
Hasta 24 cuotas 0% interés aquí

×

Pedidos Internacionales

¿Cual es el tiempo de entrega en este tipo de producto?

Los pedidos internacionales tienen un tiempo de entrega de 15 a 20 días naturales puesto deben pasar por un proceso de importación al país.

¿Porque ofrecen este tipo de producto que aun no esta en el país?

Nos permite brindarte mas amplitud de opciones sin que vos tengas que hacer el trámite de importación. Nosotros lo entregamos directo en tu casa y el precio que ves publicado es el precio que vos pagás. Sin sorpresas.

Unimart GO

Pedido Internacional Entrega 15 a 20 Días
¿Porque este tiempo de entrega?

Cantidad:

¿Por qué comprar con Unimart?
Unimart garantia Garantía y respaldo local
Unimart excelente servicio Excelente servicio
Los mejores precios Los mejores precios

Pagos:

×

Métodos de Pago

Podés elegir cualquiera de las siguientes opciones de pago:

A) Tarjeta de Crédito o Débito

B) Cuotas de Credomatic, Credix y Davivienda

C) Transferencia Bancaria

D) SINPE Móvil

E) Zunify

Tarjeta, Transferencia, SINPE Móvil, Zunify Más info

En cuotas:

×

Opciones de Cuotas

Tarjeta Programa Cantidad de Cuotas Cuota
Credomatic Tasa Cero 3 ₡12.700
Credomatic Tasa Cero 6 ₡6.350
Credomatic Tasa Cero 12 ₡3.175
Credomatic Mini Cuotas 24 ₡2.238
Credix 0% interés 3 ₡12.700
Credix 0% interés 6 ₡6.350
Credix 0% interés 10 ₡3.810
Credix Cuoticas 3.2% 24 ₡2.298
Credix Cuoticas 3.2% 36 ₡1.798
Davivienda Paguitos 0% 3 ₡12.700
Davivienda Paguitos 0% 6 ₡6.350
Davivienda Paguitos 0% 12 ₡3.175
Davivienda Unimart Paguitos 0% 18 ₡2.117
Davivienda Unimart Paguitos 0% 24 ₡1.588
Ver cuotas
Descripción
44 reusable patterns to develop and deploy reliable production-quality microservices-based applications, with worked examples in Java

Key Features

    44 design patterns for building and deploying microservices applications Drawing on decades of unique experience from author and microservice architecture pioneer Chris Richardson A pragmatic approach to the benefits and the drawbacks of microservices architecture Solve service decomposition, transaction management, and inter-service communication

Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.

About The Book

Microservices Patterns teaches you 44 reusable patterns to reliably develop and deploy production-quality microservices-based applications. This invaluable set of design patterns builds on decades of distributed system experience, adding new patterns for composing services into systems that scale and perform under real-world conditions. More than just a patterns catalog, this practical guide with worked examples offers industry-tested advice to help you design, implement, test, and deploy your microservices-based application.

What You Will Learn

    How (and why!) to use microservices architecture Service decomposition strategies Transaction management and querying patterns Effective testing strategies Deployment patterns

This Book Is Written For
Written for enterprise developers familiar with standard enterprise application architecture. Examples are in Java.

About The Author
Chris Richardson is a Java Champion, a JavaOne rock star, author of Manning's POJOs in Action, and creator of the original CloudFoundry.com.

Table of Contents

  1. Escaping monolithic hell
  2. Decomposition strategies
  3. Interprocess communication in a microservice architecture
  4. Managing transactions with sagas
  5. Designing business logic in a microservice architecture
  6. Developing business logic with event sourcing
  7. Implementing queries in a microservice architecture
  8. External API patterns
  9. Testing microservices: part 1
  10. Testing microservices: part 2
  11. Developing production-ready services
  12. Deploying microservices
  13. Refactoring to microservices

All aspects of software development and deployment become painfully slow. The solution is to adopt the microservices architecture. This architecture accelerates software development and enables continuous delivery and deployment of complex software applications. Microservices Patterns teaches enterprise developers and architects how to build applications with the microservice architecture. Rather than simply advocating for the use the microservice architecture, this clearly-written guide takes a balanced, pragmatic approach, exploring both the benefits and drawbacks.
Successfully developing microservices-based applications requires mastering a new set of architectural insights and practices. In this unique book, microservice architecture pioneer and Java Champion Chris Richardson collects, catalogues, and explains 44 patterns that solve problems such as service decomposition, transaction management, querying, and inter-service communication.
Microservices Patterns teaches you how to develop and deploy production-quality microservices-based applications. This invaluable set of design patterns builds on decades of distributed system experience, adding new patterns for writing services and composing them into systems that scale and perform reliably under real-world conditions. More than just a patterns catalog, this practical guide offers experience-driven advice to help you design, implement, test, and deploy your microservices-based application
Detalles
Formato Tapa suave
Número de Páginas 520
Lenguaje Inglés
Editorial Manning Publications
Fecha de Publicación 2019-02-01
Dimensiones 9.1" x 7.5" x 1.0" pulgadas
Letra Grande No
Con Ilustraciones Si
Acerca del Autor

Richardson, Chris

Chris Richardson is a developer and architect. He is a Java Champion, a JavaOne rock star and the author of POJOs in Action, which describes how to build enterprise Java applications with frameworks such as Spring and Hibernate. Chris was also the founder of the original CloudFoundry.com, an early Java PaaS for Amazon EC2. He is the creator of http: //microservices.io, a website describing how to develop and deploy microservices. Chris provides microservices consulting and training and is working on his third startup http: //eventuate.io, an application platform for developing microservices. Blog: http: //plainoldobjects.com/, Twitter: @crichardson.
Garantía & Otros
Garantía: 30 dias por defectos de fabrica
Peso: 0.871 kg
SKU: 9781617294549
Publicado en Unimart.com: 07/01/24
Feedback:
¿Viste un precio más bajo? Queremos saber.
×

Informános Sobre un Mejor Precio

Microservice Patterns: With Examples in Java


¿Viste un precio más bajo? Queremos saber. Aunque no podemos igualar todos los precios, usaremos tus comentarios para asegurarnos que nuestros precios sean competitivos.

¿Adonde viste un precio más bajo?

×
Microservice Patterns: With Examples in Java

Microservice Patterns: With Examples in Java

Opiniones & Preguntas