Practical cloud-native Java development with MicroProfile :: develop cloud-native Java applications using end-to-end examples /
Written by leading MicroProfile experts, this book provides you with best practices for building enterprise-grade cloud-native applications using MicroProfile 4.1 and running them on Open Liberty with Docker, Kubernetes, and Istio Key Features Apply your knowledge of MicroProfile APIs to develop clo...
Gespeichert in:
Hauptverfasser: | , , , , |
---|---|
Format: | Elektronisch E-Book |
Sprache: | English |
Veröffentlicht: |
Birmingham :
Packt Publishing,
2021.
|
Schlagworte: | |
Online-Zugang: | Volltext |
Zusammenfassung: | Written by leading MicroProfile experts, this book provides you with best practices for building enterprise-grade cloud-native applications using MicroProfile 4.1 and running them on Open Liberty with Docker, Kubernetes, and Istio Key Features Apply your knowledge of MicroProfile APIs to develop cloud-native applications Use MicroProfile Health to provide the startup, liveness, and readiness status of your enterprise application Build an end-to-end stock trader project and containerize it to deploy to the cloud with Istio interaction Book DescriptionIn this cloud-native era, most applications are deployed in a cloud environment that is public, private, or a combination of both. To ensure that your application performs well in the cloud, you need to build an application that is cloud native. MicroProfile is one of the most popular frameworks for building cloud-native applications, and fits well with Kubernetes. As an open standard technology, MicroProfile helps improve application portability across all of MicroProfile's implementations. Practical Cloud-Native Java Development with MicroProfile is a comprehensive guide that helps you explore the advanced features and use cases of a variety of Jakarta and MicroProfile specifications. You'll start by learning how to develop a real-world stock trader application, and then move on to enhancing the application and adding day-2 operation considerations. You'll gradually advance to packaging and deploying the application. The book demonstrates the complete process of development through to deployment and concludes by showing you how to monitor the application's performance in the cloud. By the end of this book, you will master MicroProfile's latest features and be able to build fast and efficient cloud-native applications. What you will learn Understand best practices for applying the 12-Factor methodology while building cloud-native applications Create client-server architecture using MicroProfile Rest Client and JAX-RS Configure your cloud-native application using MicroProfile Config Secure your cloud-native application with MicroProfile JWT Become well-versed with running your cloud-native applications in Open Liberty Grasp MicroProfile Open Tracing and learn how to use Jaeger to view trace spans Deploy Docker containers to Kubernetes and understand how to use ConfigMap and Secrets from Kubernetes Who this book is for This book is for Java application developers and architects looking to build efficient applications using an open standard framework that performs well in the cloud. DevOps engineers who want to understand how cloud-native applications work will also find this book useful. A basic understanding of Java, Docker, Kubernetes, and cloud is needed to get the most out of this book. |
Beschreibung: | 1 online resource |
ISBN: | 1801072051 9781801072052 |
Internformat
MARC
LEADER | 00000cam a22000001i 4500 | ||
---|---|---|---|
001 | ZDB-4-EBA-on1272896143 | ||
003 | OCoLC | ||
005 | 20241004212047.0 | ||
006 | m d | ||
007 | cr ||||||||||| | ||
008 | 210709s2021 enk o 000 0 eng d | ||
040 | |a UKMGB |b eng |e rda |e pn |c UKMGB |d OCLCO |d UKAHL |d OCLCF |d OCLCO |d N$T |d IEEEE |d OCLCO |d TMA |d OCLCQ | ||
015 | |a GBC1B2524 |2 bnb | ||
016 | 7 | |a 020259660 |2 Uk | |
019 | |a 1277054501 | ||
020 | |a 1801072051 | ||
020 | |a 9781801072052 |q (electronic bk.) | ||
020 | |z 9781801078801 (pbk.) | ||
035 | |a (OCoLC)1272896143 |z (OCoLC)1277054501 | ||
037 | |a 9781801072052 |b Packt Publishing Pvt. Ltd | ||
037 | |a 10162597 |b IEEE | ||
050 | 4 | |a QA76.585 | |
082 | 7 | |a 004.67/82 |2 23/eng/20221005 | |
049 | |a MAIN | ||
100 | 1 | |a Jiang, Emily, |e author. | |
245 | 1 | 0 | |a Practical cloud-native Java development with MicroProfile : |b develop cloud-native Java applications using end-to-end examples / |c Emily Jiang, Andrew McCright, John Alcorn, David Chan, Alasdair Nottingham. |
264 | 1 | |a Birmingham : |b Packt Publishing, |c 2021. | |
300 | |a 1 online resource | ||
336 | |a text |2 rdacontent | ||
337 | |a computer |2 rdamedia | ||
338 | |a online resource |2 rdacarrier | ||
588 | |a Description based on CIP data; resource not viewed. | ||
520 | |a Written by leading MicroProfile experts, this book provides you with best practices for building enterprise-grade cloud-native applications using MicroProfile 4.1 and running them on Open Liberty with Docker, Kubernetes, and Istio Key Features Apply your knowledge of MicroProfile APIs to develop cloud-native applications Use MicroProfile Health to provide the startup, liveness, and readiness status of your enterprise application Build an end-to-end stock trader project and containerize it to deploy to the cloud with Istio interaction Book DescriptionIn this cloud-native era, most applications are deployed in a cloud environment that is public, private, or a combination of both. To ensure that your application performs well in the cloud, you need to build an application that is cloud native. MicroProfile is one of the most popular frameworks for building cloud-native applications, and fits well with Kubernetes. As an open standard technology, MicroProfile helps improve application portability across all of MicroProfile's implementations. Practical Cloud-Native Java Development with MicroProfile is a comprehensive guide that helps you explore the advanced features and use cases of a variety of Jakarta and MicroProfile specifications. You'll start by learning how to develop a real-world stock trader application, and then move on to enhancing the application and adding day-2 operation considerations. You'll gradually advance to packaging and deploying the application. The book demonstrates the complete process of development through to deployment and concludes by showing you how to monitor the application's performance in the cloud. By the end of this book, you will master MicroProfile's latest features and be able to build fast and efficient cloud-native applications. What you will learn Understand best practices for applying the 12-Factor methodology while building cloud-native applications Create client-server architecture using MicroProfile Rest Client and JAX-RS Configure your cloud-native application using MicroProfile Config Secure your cloud-native application with MicroProfile JWT Become well-versed with running your cloud-native applications in Open Liberty Grasp MicroProfile Open Tracing and learn how to use Jaeger to view trace spans Deploy Docker containers to Kubernetes and understand how to use ConfigMap and Secrets from Kubernetes Who this book is for This book is for Java application developers and architects looking to build efficient applications using an open standard framework that performs well in the cloud. DevOps engineers who want to understand how cloud-native applications work will also find this book useful. A basic understanding of Java, Docker, Kubernetes, and cloud is needed to get the most out of this book. | ||
505 | 0 | |a Table of Contents What is Cloud-Native Application How does MicroProfile fit in? Introduce the stock trader cloud-native application Building Cloud-Native Applications Enhancing Cloud-Native Applications Observing and Monitoring the Cloud-Native Applications MicroProfile Ecosystem with Docker, Kubernetes and Istio Step by Step Stock Trader Development Deployment and Day 2 operations Reactive Cloud-Native Applications MicroProfile GraphQL MicroProfile Future. | |
650 | 0 | |a Cloud computing. |0 http://id.loc.gov/authorities/subjects/sh2008004883 | |
650 | 0 | |a Java (Computer program language) |0 http://id.loc.gov/authorities/subjects/sh95008574 | |
650 | 6 | |a Infonuagique. | |
650 | 6 | |a Java (Langage de programmation) | |
650 | 7 | |a Cloud computing |2 fast | |
650 | 7 | |a Java (Computer program language) |2 fast | |
700 | 1 | |a McCright, Andrew, |e author. | |
700 | 1 | |a Alcorn, John, |e author. | |
700 | 1 | |a Chan, David, |e author. | |
700 | 1 | |a Nottingham, Alasdair, |e author. | |
776 | 0 | 8 | |i Print version: |z 9781801078801 |
856 | 4 | 0 | |l FWS01 |p ZDB-4-EBA |q FWS_PDA_EBA |u https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=3017746 |3 Volltext |
938 | |a Askews and Holts Library Services |b ASKH |n AH38967585 | ||
938 | |a EBSCOhost |b EBSC |n 3017746 | ||
994 | |a 92 |b GEBAY | ||
912 | |a ZDB-4-EBA | ||
049 | |a DE-863 |
Datensatz im Suchindex
DE-BY-FWS_katkey | ZDB-4-EBA-on1272896143 |
---|---|
_version_ | 1816882550744809472 |
adam_text | |
any_adam_object | |
author | Jiang, Emily McCright, Andrew Alcorn, John Chan, David Nottingham, Alasdair |
author_facet | Jiang, Emily McCright, Andrew Alcorn, John Chan, David Nottingham, Alasdair |
author_role | aut aut aut aut aut |
author_sort | Jiang, Emily |
author_variant | e j ej a m am j a ja d c dc a n an |
building | Verbundindex |
bvnumber | localFWS |
callnumber-first | Q - Science |
callnumber-label | QA76 |
callnumber-raw | QA76.585 |
callnumber-search | QA76.585 |
callnumber-sort | QA 276.585 |
callnumber-subject | QA - Mathematics |
collection | ZDB-4-EBA |
contents | Table of Contents What is Cloud-Native Application How does MicroProfile fit in? Introduce the stock trader cloud-native application Building Cloud-Native Applications Enhancing Cloud-Native Applications Observing and Monitoring the Cloud-Native Applications MicroProfile Ecosystem with Docker, Kubernetes and Istio Step by Step Stock Trader Development Deployment and Day 2 operations Reactive Cloud-Native Applications MicroProfile GraphQL MicroProfile Future. |
ctrlnum | (OCoLC)1272896143 |
dewey-full | 004.67/82 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 004 - Computer science |
dewey-raw | 004.67/82 |
dewey-search | 004.67/82 |
dewey-sort | 14.67 282 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
format | Electronic eBook |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>05354cam a22005531i 4500</leader><controlfield tag="001">ZDB-4-EBA-on1272896143</controlfield><controlfield tag="003">OCoLC</controlfield><controlfield tag="005">20241004212047.0</controlfield><controlfield tag="006">m d </controlfield><controlfield tag="007">cr |||||||||||</controlfield><controlfield tag="008">210709s2021 enk o 000 0 eng d</controlfield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">UKMGB</subfield><subfield code="b">eng</subfield><subfield code="e">rda</subfield><subfield code="e">pn</subfield><subfield code="c">UKMGB</subfield><subfield code="d">OCLCO</subfield><subfield code="d">UKAHL</subfield><subfield code="d">OCLCF</subfield><subfield code="d">OCLCO</subfield><subfield code="d">N$T</subfield><subfield code="d">IEEEE</subfield><subfield code="d">OCLCO</subfield><subfield code="d">TMA</subfield><subfield code="d">OCLCQ</subfield></datafield><datafield tag="015" ind1=" " ind2=" "><subfield code="a">GBC1B2524</subfield><subfield code="2">bnb</subfield></datafield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">020259660</subfield><subfield code="2">Uk</subfield></datafield><datafield tag="019" ind1=" " ind2=" "><subfield code="a">1277054501</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1801072051</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781801072052</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="z">9781801078801 (pbk.)</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)1272896143</subfield><subfield code="z">(OCoLC)1277054501</subfield></datafield><datafield tag="037" ind1=" " ind2=" "><subfield code="a">9781801072052</subfield><subfield code="b">Packt Publishing Pvt. Ltd</subfield></datafield><datafield tag="037" ind1=" " ind2=" "><subfield code="a">10162597</subfield><subfield code="b">IEEE</subfield></datafield><datafield tag="050" ind1=" " ind2="4"><subfield code="a">QA76.585</subfield></datafield><datafield tag="082" ind1="7" ind2=" "><subfield code="a">004.67/82</subfield><subfield code="2">23/eng/20221005</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">MAIN</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Jiang, Emily,</subfield><subfield code="e">author.</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Practical cloud-native Java development with MicroProfile :</subfield><subfield code="b">develop cloud-native Java applications using end-to-end examples /</subfield><subfield code="c">Emily Jiang, Andrew McCright, John Alcorn, David Chan, Alasdair Nottingham.</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Birmingham :</subfield><subfield code="b">Packt Publishing,</subfield><subfield code="c">2021.</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">1 online resource</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="a">text</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="a">computer</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="a">online resource</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="588" ind1=" " ind2=" "><subfield code="a">Description based on CIP data; resource not viewed.</subfield></datafield><datafield tag="520" ind1=" " ind2=" "><subfield code="a">Written by leading MicroProfile experts, this book provides you with best practices for building enterprise-grade cloud-native applications using MicroProfile 4.1 and running them on Open Liberty with Docker, Kubernetes, and Istio Key Features Apply your knowledge of MicroProfile APIs to develop cloud-native applications Use MicroProfile Health to provide the startup, liveness, and readiness status of your enterprise application Build an end-to-end stock trader project and containerize it to deploy to the cloud with Istio interaction Book DescriptionIn this cloud-native era, most applications are deployed in a cloud environment that is public, private, or a combination of both. To ensure that your application performs well in the cloud, you need to build an application that is cloud native. MicroProfile is one of the most popular frameworks for building cloud-native applications, and fits well with Kubernetes. As an open standard technology, MicroProfile helps improve application portability across all of MicroProfile's implementations. Practical Cloud-Native Java Development with MicroProfile is a comprehensive guide that helps you explore the advanced features and use cases of a variety of Jakarta and MicroProfile specifications. You'll start by learning how to develop a real-world stock trader application, and then move on to enhancing the application and adding day-2 operation considerations. You'll gradually advance to packaging and deploying the application. The book demonstrates the complete process of development through to deployment and concludes by showing you how to monitor the application's performance in the cloud. By the end of this book, you will master MicroProfile's latest features and be able to build fast and efficient cloud-native applications. What you will learn Understand best practices for applying the 12-Factor methodology while building cloud-native applications Create client-server architecture using MicroProfile Rest Client and JAX-RS Configure your cloud-native application using MicroProfile Config Secure your cloud-native application with MicroProfile JWT Become well-versed with running your cloud-native applications in Open Liberty Grasp MicroProfile Open Tracing and learn how to use Jaeger to view trace spans Deploy Docker containers to Kubernetes and understand how to use ConfigMap and Secrets from Kubernetes Who this book is for This book is for Java application developers and architects looking to build efficient applications using an open standard framework that performs well in the cloud. DevOps engineers who want to understand how cloud-native applications work will also find this book useful. A basic understanding of Java, Docker, Kubernetes, and cloud is needed to get the most out of this book.</subfield></datafield><datafield tag="505" ind1="0" ind2=" "><subfield code="a">Table of Contents What is Cloud-Native Application How does MicroProfile fit in? Introduce the stock trader cloud-native application Building Cloud-Native Applications Enhancing Cloud-Native Applications Observing and Monitoring the Cloud-Native Applications MicroProfile Ecosystem with Docker, Kubernetes and Istio Step by Step Stock Trader Development Deployment and Day 2 operations Reactive Cloud-Native Applications MicroProfile GraphQL MicroProfile Future.</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Cloud computing.</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh2008004883</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Java (Computer program language)</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh95008574</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Infonuagique.</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Java (Langage de programmation)</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Cloud computing</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Java (Computer program language)</subfield><subfield code="2">fast</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">McCright, Andrew,</subfield><subfield code="e">author.</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Alcorn, John,</subfield><subfield code="e">author.</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Chan, David,</subfield><subfield code="e">author.</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Nottingham, Alasdair,</subfield><subfield code="e">author.</subfield></datafield><datafield tag="776" ind1="0" ind2="8"><subfield code="i">Print version:</subfield><subfield code="z">9781801078801</subfield></datafield><datafield tag="856" ind1="4" ind2="0"><subfield code="l">FWS01</subfield><subfield code="p">ZDB-4-EBA</subfield><subfield code="q">FWS_PDA_EBA</subfield><subfield code="u">https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=3017746</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">Askews and Holts Library Services</subfield><subfield code="b">ASKH</subfield><subfield code="n">AH38967585</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">EBSCOhost</subfield><subfield code="b">EBSC</subfield><subfield code="n">3017746</subfield></datafield><datafield tag="994" ind1=" " ind2=" "><subfield code="a">92</subfield><subfield code="b">GEBAY</subfield></datafield><datafield tag="912" ind1=" " ind2=" "><subfield code="a">ZDB-4-EBA</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-863</subfield></datafield></record></collection> |
id | ZDB-4-EBA-on1272896143 |
illustrated | Not Illustrated |
indexdate | 2024-11-27T13:30:24Z |
institution | BVB |
isbn | 1801072051 9781801072052 |
language | English |
oclc_num | 1272896143 |
open_access_boolean | |
owner | MAIN DE-863 DE-BY-FWS |
owner_facet | MAIN DE-863 DE-BY-FWS |
physical | 1 online resource |
psigel | ZDB-4-EBA |
publishDate | 2021 |
publishDateSearch | 2021 |
publishDateSort | 2021 |
publisher | Packt Publishing, |
record_format | marc |
spelling | Jiang, Emily, author. Practical cloud-native Java development with MicroProfile : develop cloud-native Java applications using end-to-end examples / Emily Jiang, Andrew McCright, John Alcorn, David Chan, Alasdair Nottingham. Birmingham : Packt Publishing, 2021. 1 online resource text rdacontent computer rdamedia online resource rdacarrier Description based on CIP data; resource not viewed. Written by leading MicroProfile experts, this book provides you with best practices for building enterprise-grade cloud-native applications using MicroProfile 4.1 and running them on Open Liberty with Docker, Kubernetes, and Istio Key Features Apply your knowledge of MicroProfile APIs to develop cloud-native applications Use MicroProfile Health to provide the startup, liveness, and readiness status of your enterprise application Build an end-to-end stock trader project and containerize it to deploy to the cloud with Istio interaction Book DescriptionIn this cloud-native era, most applications are deployed in a cloud environment that is public, private, or a combination of both. To ensure that your application performs well in the cloud, you need to build an application that is cloud native. MicroProfile is one of the most popular frameworks for building cloud-native applications, and fits well with Kubernetes. As an open standard technology, MicroProfile helps improve application portability across all of MicroProfile's implementations. Practical Cloud-Native Java Development with MicroProfile is a comprehensive guide that helps you explore the advanced features and use cases of a variety of Jakarta and MicroProfile specifications. You'll start by learning how to develop a real-world stock trader application, and then move on to enhancing the application and adding day-2 operation considerations. You'll gradually advance to packaging and deploying the application. The book demonstrates the complete process of development through to deployment and concludes by showing you how to monitor the application's performance in the cloud. By the end of this book, you will master MicroProfile's latest features and be able to build fast and efficient cloud-native applications. What you will learn Understand best practices for applying the 12-Factor methodology while building cloud-native applications Create client-server architecture using MicroProfile Rest Client and JAX-RS Configure your cloud-native application using MicroProfile Config Secure your cloud-native application with MicroProfile JWT Become well-versed with running your cloud-native applications in Open Liberty Grasp MicroProfile Open Tracing and learn how to use Jaeger to view trace spans Deploy Docker containers to Kubernetes and understand how to use ConfigMap and Secrets from Kubernetes Who this book is for This book is for Java application developers and architects looking to build efficient applications using an open standard framework that performs well in the cloud. DevOps engineers who want to understand how cloud-native applications work will also find this book useful. A basic understanding of Java, Docker, Kubernetes, and cloud is needed to get the most out of this book. Table of Contents What is Cloud-Native Application How does MicroProfile fit in? Introduce the stock trader cloud-native application Building Cloud-Native Applications Enhancing Cloud-Native Applications Observing and Monitoring the Cloud-Native Applications MicroProfile Ecosystem with Docker, Kubernetes and Istio Step by Step Stock Trader Development Deployment and Day 2 operations Reactive Cloud-Native Applications MicroProfile GraphQL MicroProfile Future. Cloud computing. http://id.loc.gov/authorities/subjects/sh2008004883 Java (Computer program language) http://id.loc.gov/authorities/subjects/sh95008574 Infonuagique. Java (Langage de programmation) Cloud computing fast Java (Computer program language) fast McCright, Andrew, author. Alcorn, John, author. Chan, David, author. Nottingham, Alasdair, author. Print version: 9781801078801 FWS01 ZDB-4-EBA FWS_PDA_EBA https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=3017746 Volltext |
spellingShingle | Jiang, Emily McCright, Andrew Alcorn, John Chan, David Nottingham, Alasdair Practical cloud-native Java development with MicroProfile : develop cloud-native Java applications using end-to-end examples / Table of Contents What is Cloud-Native Application How does MicroProfile fit in? Introduce the stock trader cloud-native application Building Cloud-Native Applications Enhancing Cloud-Native Applications Observing and Monitoring the Cloud-Native Applications MicroProfile Ecosystem with Docker, Kubernetes and Istio Step by Step Stock Trader Development Deployment and Day 2 operations Reactive Cloud-Native Applications MicroProfile GraphQL MicroProfile Future. Cloud computing. http://id.loc.gov/authorities/subjects/sh2008004883 Java (Computer program language) http://id.loc.gov/authorities/subjects/sh95008574 Infonuagique. Java (Langage de programmation) Cloud computing fast Java (Computer program language) fast |
subject_GND | http://id.loc.gov/authorities/subjects/sh2008004883 http://id.loc.gov/authorities/subjects/sh95008574 |
title | Practical cloud-native Java development with MicroProfile : develop cloud-native Java applications using end-to-end examples / |
title_auth | Practical cloud-native Java development with MicroProfile : develop cloud-native Java applications using end-to-end examples / |
title_exact_search | Practical cloud-native Java development with MicroProfile : develop cloud-native Java applications using end-to-end examples / |
title_full | Practical cloud-native Java development with MicroProfile : develop cloud-native Java applications using end-to-end examples / Emily Jiang, Andrew McCright, John Alcorn, David Chan, Alasdair Nottingham. |
title_fullStr | Practical cloud-native Java development with MicroProfile : develop cloud-native Java applications using end-to-end examples / Emily Jiang, Andrew McCright, John Alcorn, David Chan, Alasdair Nottingham. |
title_full_unstemmed | Practical cloud-native Java development with MicroProfile : develop cloud-native Java applications using end-to-end examples / Emily Jiang, Andrew McCright, John Alcorn, David Chan, Alasdair Nottingham. |
title_short | Practical cloud-native Java development with MicroProfile : |
title_sort | practical cloud native java development with microprofile develop cloud native java applications using end to end examples |
title_sub | develop cloud-native Java applications using end-to-end examples / |
topic | Cloud computing. http://id.loc.gov/authorities/subjects/sh2008004883 Java (Computer program language) http://id.loc.gov/authorities/subjects/sh95008574 Infonuagique. Java (Langage de programmation) Cloud computing fast Java (Computer program language) fast |
topic_facet | Cloud computing. Java (Computer program language) Infonuagique. Java (Langage de programmation) Cloud computing |
url | https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=3017746 |
work_keys_str_mv | AT jiangemily practicalcloudnativejavadevelopmentwithmicroprofiledevelopcloudnativejavaapplicationsusingendtoendexamples AT mccrightandrew practicalcloudnativejavadevelopmentwithmicroprofiledevelopcloudnativejavaapplicationsusingendtoendexamples AT alcornjohn practicalcloudnativejavadevelopmentwithmicroprofiledevelopcloudnativejavaapplicationsusingendtoendexamples AT chandavid practicalcloudnativejavadevelopmentwithmicroprofiledevelopcloudnativejavaapplicationsusingendtoendexamples AT nottinghamalasdair practicalcloudnativejavadevelopmentwithmicroprofiledevelopcloudnativejavaapplicationsusingendtoendexamples |