null
Loading... Please wait...
FREE SHIPPING on All Unbranded Items LEARN MORE
Print This Page

Spring Microservices in Action

List Price: $49.99
SKU:
9781617293986
Quantity:
Minimum Purchase
25 unit(s)
  • Availability: Confirm prior to ordering
  • Branding: minimum 50 pieces (add’l costs below)
  • Check Freight Rates (branded products only)

Branding Options (v), Availability & Lead Times

  • 1-Color Imprint: $2.00 ea.
  • Promo-Page Insert: $2.50 ea. (full-color printed, single-sided page)
  • Belly-Band Wrap: $2.50 ea. (full-color printed)
  • Set-Up Charge: $45 per decoration
FULL DETAILS
  • Availability: Product availability changes daily, so please confirm your quantity is available prior to placing an order.
  • Branded Products: allow 10 business days from proof approval for production. Branding options may be limited or unavailable based on product design or cover artwork.
  • Unbranded Products: allow 3-5 business days for shipping. All Unbranded items receive FREE ground shipping in the US. Inquire for international shipping.
  • RETURNS/CANCELLATIONS: All orders, branded or unbranded, are NON-CANCELLABLE and NON-RETURNABLE once a purchase order has been received.
  • Product Details

    Author:
    John Carnell
    Format:
    Paperback
    Pages:
    384
    Publisher:
    Manning (July 6, 2017)
    Language:
    English
    ISBN-13:
    9781617293986
    ISBN-10:
    1617293989
    Weight:
    23.76oz
    Dimensions:
    7.38" x 9.25" x 0.9"
    File:
    Eloquence-SimonSchuster_04022026_P9912986_onix30_Complete-20260402.xml
    Folder:
    Eloquence
    List Price:
    $49.99
    Case Pack:
    20
    As low as:
    $44.99
    Publisher Identifier:
    P-SS
    Discount Code:
    G
    Pub Discount:
    37
    Imprint:
    Manning
  • Overview

    Summary

    Spring Microservices in Action teaches you how to build microservice-based applications using Java and the Spring platform.

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

    About the technology

    Microservices break up your code into small, distributed, and independent services that require careful forethought and design. Fortunately, Spring Boot and Spring Cloud simplify your microservice applications, just as the Spring Framework simplifies enterprise Java development. Spring Boot removes the boilerplate code involved with writing a REST-based service. Spring Cloud provides a suite of tools for the discovery, routing, and deployment of microservices to the enterprise and the cloud.

    About the Book

    Spring Microservices in Action teaches you how to build microservice-based applications using Java and the Spring platform. You'll learn to do microservice design as you build and deploy your first Spring Cloud application. Throughout the book, carefully selected real-life examples expose microservice-based patterns for configuring, routing, scaling, and deploying your services. You'll see how Spring's intuitive tooling can help augment and refactor existing applications with micro services.

    What's Inside

    • Core microservice design principles
    • Managing configuration with Spring Cloud Config
    • Client-side resiliency with Spring, Hystrix, and Ribbon
    • Intelligent routing using Netflix Zuul
    • Deploying Spring Cloud applications

    About the Reader

    This book is written for developers with Java and Spring experience.

    About the Author

    John Carnell is a senior cloud engineer with twenty years of experience in Java.

    Table of contents

    1. Welcome to the cloud, Spring
    2. Building microservices with Spring Boot
    3. Controlling your configuration with Spring Cloud configuration server
    4. On service discovery
    5. When bad things happen: client resiliency patterns with Spring Cloud and Netflix Hystrix
    6. Service routing with Spring Cloud and Zuul
    7. Securing your microservices
    8. Event-driven architecture with Spring Cloud Stream
    9. Distributed tracing with Spring Cloud Sleuth and Zipkin
    10. Deploying your microservices