/Hands-On-Cloud-Native-Applications-with-Java-and-Quarkus

Hands-On Cloud-Native Applications with Java and Quarkus, published by Packt

Primary LanguageJavaMIT LicenseMIT

Hands-On-Cloud-Native-Applications-with-Java-and-Quarkus

Hands-On Cloud-Native Applications with Java and Quarkus, published by Packt

This is the code repository for Hands-On Cloud-Native Applications with Java and Quarkus, published by Packt.

Build high performance, Kubernetes-native Java serverless applications

What is this book about?

Hands-On Cloud Native Applications with Java and Quarkus is a complete end-to-end development guide which will help you get hands-on experience with building Kubernetes native applications in serverless environments. You will learn how to address a wider range of distributed application architectures with this fun to use a full-stack framework.

This book covers the following exciting features:

  • Build a native application using Quarkus and GraalVM
  • Secure your applications using Elytron and the MicroProfile JWT extension
  • Manage data persistence with Quarkus using PostgreSQL
  • Use a non-blocking programming model with Quarkus
  • Learn how to get Camel and Infinispan working in native mode
  • Deploy an application in a Kubernetes-native environment using Minishift
  • Discover Reactive Programming with Vert.x

If you feel this book is for you, get your copy today!

https://www.packtpub.com/

Instructions and Navigations

All of the code is organized into folders. For example, Chapter02.

The code will look like the following:

// Create new JSON for Order #1
    objOrder = Json.createObjectBuilder()
        .add("id", new Long(1))
        .add("item", "mountain bike")
        .add("price", new Long(100))

Following is what you need for this book: The book is for Java developers and software architects?who are interested in learning a promising microservice architecture for building reliable and robust applications. Knowledge of Java, Spring Framework, and REST APIs is assumed.

With the following software and hardware list you can run all code files present in the book (Chapter 1-).

Software and Hardware List

Chapter Software required OS required
1 GRAAL_VM 19.2.1 Linux/MacOS/Windows
2 Docker 1.13.1 or newer Linux/MacOS/Windows
3 Minishift Linux/MacOS/Windows

We also provide a PDF file that has color images of the screenshots/diagrams used in this book. Click here to download it.

Related products

  • Hands-On Microservices with Spring Boot and Spring Cloud [Packt] [Amazon]

  • Hands-On Enterprise Java Microservices with Eclipse MicroProfile [Packt] [Amazon]

Get to Know the Author

Francesco Marchioni is a Red Hat Certified JBoss Administrator (RHCJA) and Sun Certified Enterprise Architect (SCEA) working at Red Hat in Rome, Italy. He started learning Java in 1997, and since then he has followed all the newest application program interfaces released by Sun. In 2000, he joined the JBoss community, when the application server was running the 2.X release.

He has spent years as a software consultant, where he has enabled many successful software migrations from vendor platforms to open source products, such as JBoss AS, fulfilling the tight budget requirements necessitated by the current economy. Over the last 10 years, he has authored many technical articles for?O'Reilly?Media and has run an IT portal focused on JBoss products.

Other books by the authors

Suggestions and Feedback

Click here if you have any feedback or suggestions.