Vert.x in Action
eBook - ePub

Vert.x in Action

Asynchronous and Reactive Java

  1. 336 pages
  2. English
  3. ePUB (mobile friendly)
  4. Available on iOS & Android
eBook - ePub

Vert.x in Action

Asynchronous and Reactive Java

About this book

Vert.x in Action teaches you how to build production-quality reactive applications in Java. This book covers core Vert.x concepts, as well as the fundamentals of asynchronous and reactive programming. Learn to develop microservices by using Vert.x tools for database communications, persistent messaging, and test app resiliency. The patterns and techniques included here transfer to reactive technologies and frameworks beyond Vert.x. Summary
As enterprise applications become larger and more distributed, new architectural approaches like reactive designs, microservices, and event streams are required knowledge. The Vert.x framework provides a mature, rock-solid toolkit for building reactive applications using Java, Kotlin, or Scala. Vert.x in Action teaches you to build responsive, resilient, and scalable JVM applications with Vert.x using well-established reactive design patterns. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the technology
Vert.x is a collection of libraries for the Java virtual machine that simplify event-based and asynchronous programming. Vert.x applications handle tedious tasks like asynchronous communication, concurrent work, message and data persistence, plus they're easy to scale, modify, and maintain. Backed by the Eclipse Foundation and used by Red Hat and others, this toolkit supports code in a variety of languages. About the book
Vert.x in Action teaches you how to build production-quality reactive applications in Java. This book covers core Vert.x concepts, as well as the fundamentals of asynchronous and reactive programming. Learn to develop microservices by using Vert.x tools for database communications, persistent messaging, and test app resiliency. The patterns and techniques included here transfer to reactive technologies and frameworks beyond Vert.x. What's inside Building reactive services
Responding to external service failures
Horizontal scaling
Vert.x toolkit architecture and Vert.x testing
Deploying with Docker and Kubernetes About the reader
For intermediate Java web developers. About the author
Julien Ponge is a principal software engineer at Red Hat, working on the Eclipse Vert.x project. Table of Contents PART 1 - FUNDAMENTALS OF ASYNCHRONOUS PROGRAMMING WITH VERT.X1 Vert.x, asynchronous programming, and reactive systems2 Verticles: The basic processing units of Vert.x3 Event bus: The backbone of a Vert.x application4 Asynchronous data and event streams5 Beyond callbacks6 Beyond the event busPART 2 - DEVELOPING REACTIVE SERVICES WITHT VERT.X7 Designing a reactive application8 The web stack9 Messaging and event streaming with Vert.x10 Persistent state management with databases11 End-to-end real-time reactive event processing12 Toward responsiveness with load and chaos testing13 Final notes: Container-native Vert.x

Frequently asked questions

Yes, you can cancel anytime from the Subscription tab in your account settings on the Perlego website. Your subscription will stay active until the end of your current billing period. Learn how to cancel your subscription.
No, books cannot be downloaded as external files, such as PDFs, for use outside of Perlego. However, you can download books within the Perlego app for offline reading on mobile or tablet. Learn more here.
Perlego offers two plans: Essential and Complete
  • Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
  • Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Both plans are available with monthly, semester, or annual billing cycles.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes! You can use the Perlego app on both iOS or Android devices to read anytime, anywhere — even offline. Perfect for commutes or when you’re on the go.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Yes, you can access Vert.x in Action by Julien Ponge in PDF and/or ePUB format, as well as other popular books in Computer Science & Programming in Java. We have over one million books available in our catalogue for you to explore.

Information

Table of contents

  1. Vert.x in Action
  2. Copyright
  3. dedication
  4. brief contents
  5. contents
  6. front matter
  7. Part 1. Fundamentals of asynchronous programming with Vert.x
  8. 1 Vert.x, asynchronous programming, and reactive systems
  9. 2 Verticles: The basic processing units of Vert.x
  10. 3 Event bus: The backbone of a Vert.x application
  11. 4 Asynchronous data and event streams
  12. 5 Beyond callbacks
  13. 6 Beyond the event bus
  14. Part 2. Developing reactive services with Vert.x
  15. 7 Designing a reactive application
  16. 8 The web stack
  17. 9 Messaging and event streaming with Vert.x
  18. 10 Persistent state management with databases
  19. 11 End-to-end real-time reactive event processing
  20. 12 Toward responsiveness with load and chaos testing
  21. 13 Final notes: Container-native Vert.x
  22. index