• Complain

Alex Soto Bueno - Quarkus Cookbook: Kubernetes-Optimized Java Solutions

Here you can read online Alex Soto Bueno - Quarkus Cookbook: Kubernetes-Optimized Java Solutions full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 2020, publisher: OReilly Media, Inc., genre: Computer. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

Alex Soto Bueno Quarkus Cookbook: Kubernetes-Optimized Java Solutions
  • Book:
    Quarkus Cookbook: Kubernetes-Optimized Java Solutions
  • Author:
  • Publisher:
    OReilly Media, Inc.
  • Genre:
  • Year:
    2020
  • Rating:
    3 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 60
    • 1
    • 2
    • 3
    • 4
    • 5

Quarkus Cookbook: Kubernetes-Optimized Java Solutions: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "Quarkus Cookbook: Kubernetes-Optimized Java Solutions" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

Alex Soto Bueno: author's other books


Who wrote Quarkus Cookbook: Kubernetes-Optimized Java Solutions? Find out the surname, the name of the author of the book and a list of all author's works by series.

Quarkus Cookbook: Kubernetes-Optimized Java Solutions — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "Quarkus Cookbook: Kubernetes-Optimized Java Solutions" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make
518 Grouping Several Annotations into One with a Meta-Annotation Quarkus - photo 1
  1. 5.18. Grouping Several Annotations into One
    with a Meta-Annotation
Quarkus Cookbook

by Alex Soto Bueno and Jason Porter

Copyright 2020 Alex Soto Bueno and Jason Porter. All rights reserved.

Printed in the United States of America.

Published by OReilly Media, Inc. , 1005 Gravenstein Highway North, Sebastopol, CA 95472.

OReilly books may be purchased for educational, business, or sales promotional use. Online editions are also available for most titles (http://oreilly.com). For more information, contact our corporate/institutional sales department: 800-998-9938 or corporate@oreilly.com .

  • Acquisitions Editor: Suzanne McQuade
  • Development Editor: Jeff Bleiel
  • Production Editor: Daniel Elfanbaum
  • Copyeditor: Piper Editorial
  • Proofreader: Amanda Kersey
  • Indexer: Potomac Indexing, LLC
  • Interior Designer: David Futato
  • Cover Designer: Karen Montgomery
  • Illustrator: Rebecca Demarest
  • July 2020: First Edition
Revision History for the First Edition
  • 2020-07-14: First Release

See http://oreilly.com/catalog/errata.csp?isbn=9781492062653 for release details.

The OReilly logo is a registered trademark of OReilly Media, Inc. Quarkus Cookbook, the cover image, and related trade dress are trademarks of OReilly Media, Inc.

The views expressed in this work are those of the authors, and do not represent the publishers views. While the publisher and the authors have used good faith efforts to ensure that the information and instructions contained in this work are accurate, the publisher and the authors disclaim all responsibility for errors or omissions, including without limitation responsibility for damages resulting from the use of or reliance on this work. Use of the information and instructions contained in this work is at your own risk. If any code samples or other technology this work contains or describes is subject to open source licenses or the intellectual property rights of others, it is your responsibility to ensure that your use thereof complies with such licenses and/or rights.

978-1-492-06265-3

[LSI]

Foreword

Red Hat, and JBoss before it, have been at the forefront of helping to shape the evolution of enterprise Java since the early 2000s. With an emphasis on open source and growing communities, these two companies have collaborated with other vendors, consultants, individuals, and standards organizations to ensure Java and some of its most popular frameworks have been developed to address new technological waves and to keep Java one of the most popular programming languages around. As a result, you can find Java being used in areas as diverse as IoT applications, web services, health care, and financial services. Yet when the cloud came along it presented some problems that traditional Java frameworks and even the Java Virtual Machine struggled to match.

Red Hat was the first vendor to marry a Java Enterprise Edition application server with the cloud through OpenShift. It continued this trend with all of its Java portfolio of projects and products. However, when the world moved to Linux Containers and then to Kubernetes, the entire application development paradigm for all programming languages moved toward immutability. Java has always been about enabling dynamic applications, and the frameworks built over many years take advantage of that aspect. Addressing this problem space and ensuring that Java remains a viable option for cloud developers requires a change of mindset, new tools, and new frameworks .

When we started to work on Quarkus in early 2018, the team had carte blanche to go back to the drawing board and consider all options. Working with various groups, including the Red Hat OpenJDK team, and seeing the opportunity that GraalVM represented for creating immutable native images from Java, resulted in Quarkus. In the intervening years, Quarkus has taken the Java community by storm and has grown faster and become more popular than we could have imagined back then. We firmly believe that it represents a view of the future for Enterprise Java in the Kubernetes clouds. Weve re-architected many of the most popular Java frameworks and have written others from scratch, all with an eye toward ensuring that Quarkus is the preeminent Kubernetes-native approach for Java developers, including for new areas such as Serverless and Knative.

The authors of this book have been actively involved with Quarkus and have been part of the team for quite a while. They have insights into developing applications with Quarkus that few others have today. Theyve written this book to take advantage of their experiences and to help the reader build Quarkus applications and get Developer Joy! Whether youre new to Quarkus or already familiar with it, you will find this book to be exactly what you need. It covers a lot of ground, including taking you through the following: basic Quarkus applications; testing those applications; adding advanced concepts from Eclipse MicroProfile; reactive programming, which is a core part of Quarkus and not just an afterthought; how to build with Spring; and more. This is a great book to add to your developer library and use to increase your knowledge and skills. Youll enjoy working your way through it and will hopefully find yourself wanting to learn more and join the growing Quarkus community. Enjoy! Onward!

Dr. Mark Little
VP, Engineering, JBoss CTO

Preface

Were excited to have you with us on this journey of learning and using Quarkus!Unlike traditional Java frameworks, which can be big, cumbersome, heavy-weight, and take months to learn, Quarkus builds on knowledge you already have!It uses JPA, JAX-RS, Eclipse Vert.x, Eclipse MicroProfile, and CDI, just to name a few technologies youre already familiar with.Quarkus then takes your knowledge and combines it into a compact, easy-to-deploy, fully Kubernetes-optimized container targeting either OpenJDK Hotspot or GraalVM.This allows you to pack your Kubernetes cluster as tightly as possible, making use of every resource on the machine as your application scales to meet demand.Regardless of where you are on your migration to Kubernetes, youll find something useful with Quarkus, and this book will give you the tools and resources you need to succeed.

Who Should Read This Book

Obviously, we want everyone to read this book!However, we have made some assumptions about the reader:

  • You are already familiar with Java and application development within that space.

  • You understand traditional software development practices.

  • You regularly deploy services into a cluster of machines or into the cloud.

Why We Wrote This Book

Quarkus is a relatively new framework in a new space (native Java and GraalVM).We wanted to dive into some more examples and how-to sections than what you will find on the internet.Also, we wanted to give you as much substance with this book as possible.Theres no large application to understand or remember.All the examples in this book are self-contained and ready to be used.We hope you keep this as a reference for all your Quarkus development!

Navigating This Book

The organization of the chapters is fairly loose, but it basically flows as follows:

  • Chapters introduce you to Quarkus and get your basic project set up.

  • Chapters introduce the bread-and-butter portion of Quarkus: RESTful applications built using concepts from CDI and Eclipse MicroProfile. These chapters also show you how to package your application.

Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «Quarkus Cookbook: Kubernetes-Optimized Java Solutions»

Look at similar books to Quarkus Cookbook: Kubernetes-Optimized Java Solutions. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «Quarkus Cookbook: Kubernetes-Optimized Java Solutions»

Discussion, reviews of the book Quarkus Cookbook: Kubernetes-Optimized Java Solutions and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.