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

Enterprise Java Microservices

List Price: $49.99
SKU:
9781617294242
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:
    Ken Finnigan
    Format:
    Paperback
    Pages:
    272
    Publisher:
    Manning (November 5, 2018)
    Language:
    English
    ISBN-13:
    9781617294242
    ISBN-10:
    1617294241
    Weight:
    17.12oz
    Dimensions:
    7.38" x 9.25" x 0.5"
    File:
    Eloquence-SimonSchuster_04022026_P9912986_onix30_Complete-20260402.xml
    Folder:
    Eloquence
    List Price:
    $49.99
    Case Pack:
    32
    As low as:
    $44.99
    Publisher Identifier:
    P-SS
    Discount Code:
    G
    Pub Discount:
    37
    Imprint:
    Manning
  • Overview

    Summary

    Enterprise Java Microservices is an example-rich tutorial that shows how to design and manage large-scale Java applications as a collection of microservices.

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

    About the Technology

    Large applications are easier to develop and maintain when you build them from small, simple components. Java developers now enjoy a wide range of tools that support microservices application development, including right-sized app servers, open source frameworks, and well-defined patterns. Best of all, you can build microservices applications using your existing Java skills.

    About the Book

    Enterprise Java Microservices teaches you to design and build JVM-based microservices applications. You'll start by learning how microservices designs compare to traditional Java EE applications. Always practical, author Ken Finnigan introduces big-picture concepts along with the tools and techniques you'll need to implement them. You'll discover ecosystem components like Netflix Hystrix for fault tolerance and master the Just enough Application Server (JeAS) approach. To ensure smooth operations, you'll also examine monitoring, security, testing, and deploying to the cloud.

    What's inside

    • The microservices mental model
    • Cloud-native development
    • Strategies for fault tolerance and monitoring
    • Securing your finished applications

    About the Reader

    This book is for Java developers familiar with Java EE.

    About the Author

    Ken Finnigan leads the Thorntail project at Red Hat, which seeks to make developing microservices for the cloud with Java and Java EE as easy as possible.

    Table of Contents

      PART 1 MICROSERVICES BASICS

    1. Enterprise Java microservices
    2. Developing a simple RESTful microservice
    3. Just enough Application Server for microservices
    4. Microservices testing
    5. Cloud native development
    6. PART 2 - IMPLEMENTING ENTERPRISE JAVA MICROSERVICES

    7. Consuming microservices
    8. Discovering microservices for consumption
    9. Strategies for fault tolerance and monitoring
    10. Securing a microservice
    11. Architecting a microservice hybrid
    12. Data streaming with Apache Kafka