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

Quarkus in Action

List Price: $59.99
SKU:
9781633438958
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:
    Martin Štefanko, Jan Martiška
    Format:
    Paperback
    Pages:
    416
    Publisher:
    Manning (February 25, 2025)
    Language:
    English
    ISBN-13:
    9781633438958
    ISBN-10:
    1633438953
    Weight:
    24.8oz
    Dimensions:
    7.375" x 9.25" x 1"
    File:
    Eloquence-SimonSchuster_04022026_P9912986_onix30_Complete-20260402.xml
    Folder:
    Eloquence
    List Price:
    $59.99
    Pub Discount:
    37
    Series:
    In Action
    As low as:
    $53.99
    Publisher Identifier:
    P-SS
    Discount Code:
    G
    Imprint:
    Manning
    Case Pack:
    18
  • Overview

    Build resilient and scalable, cloud-native enterprise Java applications using the Quarkus framework.

    Quarkus lets you live-reload your Java code, deliver continuous background testing, and automatically provide database instances—plus tons more productivity-boosting features! Quarkus in Action quickly gets you up to speed with Quarkus by building a real-world business application.

    In Quarkus in Action, you will:

    • Use Quarkus Dev mode to speed up and enhance Java development
    • Understand how to use the Dev UI to observe and troubleshoot running applications
    • Automatic background testing using the Continuous Testing feature
    • New frameworks and libraries such as Quarkus Messaging, gRPC, and GraphQL
    • Simplify deployment of applications into Kubernetes and OpenShift
    • Automatic management of remote services such as databases and message brokers via Docker containers
    • Set up observability for applications by using metrics, health checks and distributed tracing

    Quarkus in Action is written by Martin Štefanko and Jan Martiška, Red Hat engineers who are both active contributors to the Quarkus project. In it, you’ll learn how Quarkus works and how you can integrate it into your stack for more productive Java development. Discover what makes Quarkus different from classic enterprise Java frameworks, how Quarkus streamlines creating cloud-native applications, and makes deployment easy.

    Foreword by Markus Eisele.

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

    About the technology

    Choose a Java framework that’s as modern as your applications! Quarkus is a cloud-first framework designed for speed and cost optimization. It’s Kubernetes-aware by default and includes amazing productivity features like live reloading, continuous testing, and a developer-friendly UI that lets you code fluidly without tedious setup.

    About the book

    Quarkus in Action provides a carefully designed learning path through Quarkus’ key features and use cases. You’ll learn hands-on by implementing a working car rental application with a cloud-native microservices design that includes Kubernetes, SQL and NoSQL databases, messaging, and observability. Along the way, you’ll learn how Quarkus simplifies deployment on cloud platforms like OpenShift.

    What's inside

    • Speed up development with Quarkus Dev mode
    • Troubleshoot running apps with Dev UI
    • Continuous testing in the background
    • Automatic startup of development databases

    About the reader

    For intermediate Java developers who have experience deve- loping server-side Java applications.

    About the author

    Martin Štefanko and Jan Martiška are Red Hat engineers and active contributors to the Quarkus project.

    Table of Contents

    Part 1
    1 What is Quarkus?
    2 Your first Quarkus application
    3 Enhancing developer productivity with Quarkus
    Part 2
    4 Handling communications
    5 Testing Quarkus applications
    6 Exposing and securing web applications
    7 Database access
    8 Reactive programming
    9 Quarkus messaging
    Part 3
    10 Cloud-native application patterns
    11 Quarkus applications in the cloud
    12 Custom Quarkus extensions
    A Alternative languages and build tooling
    B Tools installations
    C Alternatives for developing frontend applications with Quarkus