Articoli correlati a Enterprise Java Microservices

Enterprise Java Microservices - Brossura

 
9781617294242: Enterprise Java Microservices

Sinossi

Summary

Enterprise Java Microservices is an example-rich tutorial that shows how to design and manage large-scale Java applications as a collection of microservices.

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

About the Technology

Large applications are easier to develop and maintain when you build them from small, simple components. Java developers now enjoy a wide range of tools that support microservices application development, including right-sized app servers, open source frameworks, and well-defined patterns. Best of all, you can build microservices applications using your existing Java skills.

About the Book

Enterprise Java Microservices teaches you to design and build JVM-based microservices applications. You'll start by learning how microservices designs compare to traditional Java EE applications. Always practical, author Ken Finnigan introduces big-picture concepts along with the tools and techniques you'll need to implement them. You'll discover ecosystem components like Netflix Hystrix for fault tolerance and master the Just enough Application Server (JeAS) approach. To ensure smooth operations, you'll also examine monitoring, security, testing, and deploying to the cloud.

What's inside

  • The microservices mental model
  • Cloud-native development
  • Strategies for fault tolerance and monitoring
  • Securing your finished applications

About the Reader

This book is for Java developers familiar with Java EE.

About the Author

Ken Finnigan leads the Thorntail project at Red Hat, which seeks to make developing microservices for the cloud with Java and Java EE as easy as possible.

Table of Contents

    PART 1 MICROSERVICES BASICS

  1. Enterprise Java microservices
  2. Developing a simple RESTful microservice
  3. Just enough Application Server for microservices
  4. Microservices testing
  5. Cloud native development
  6. PART 2 - IMPLEMENTING ENTERPRISE JAVA MICROSERVICES

  7. Consuming microservices
  8. Discovering microservices for consumption
  9. Strategies for fault tolerance and monitoring
  10. Securing a microservice
  11. Architecting a microservice hybrid
  12. Data streaming with Apache Kafka

Le informazioni nella sezione "Riassunto" possono far riferimento a edizioni diverse di questo titolo.

Informazioni sull?autore

Ken Finnigan is a senior principal software engineer and Eclipse MicroProfile technical architect at Red Hat. He’s the co-founder of Eclipse MicroProfile and a MicroProfile committer.

Le informazioni nella sezione "Su questo libro" possono far riferimento a edizioni diverse di questo titolo.

Compra usato

Condizioni: come nuovo
Pages are clean and are not marred...
Visualizza questo articolo

EUR 6,50 per la spedizione da U.S.A. a Italia

Destinazione, tempi e costi

EUR 3,43 per la spedizione da U.S.A. a Italia

Destinazione, tempi e costi

Risultati della ricerca per Enterprise Java Microservices

Foto dell'editore

Finnigan, Ken
Editore: Manning Publications, 2018
ISBN 10: 1617294241 ISBN 13: 9781617294242
Antico o usato Paperback

Da: ThriftBooks-Atlanta, AUSTELL, GA, U.S.A.

Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

Paperback. Condizione: As New. No Jacket. Pages are clean and are not marred by notes or folds of any kind. ~ ThriftBooks: Read More, Spend Less 1.01. Codice articolo G1617294241I2N00

Contatta il venditore

Compra usato

EUR 13,13
Convertire valuta
Spese di spedizione: EUR 6,50
Da: U.S.A. a: Italia
Destinazione, tempi e costi

Quantità: 1 disponibili

Aggiungi al carrello

Foto dell'editore

Finnigan, Ken
Editore: Manning Publications, 2018
ISBN 10: 1617294241 ISBN 13: 9781617294242
Antico o usato Paperback

Da: ThriftBooks-Dallas, Dallas, TX, U.S.A.

Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

Paperback. Condizione: As New. No Jacket. Pages are clean and are not marred by notes or folds of any kind. ~ ThriftBooks: Read More, Spend Less 1.01. Codice articolo G1617294241I2N00

Contatta il venditore

Compra usato

EUR 13,13
Convertire valuta
Spese di spedizione: EUR 6,50
Da: U.S.A. a: Italia
Destinazione, tempi e costi

Quantità: 1 disponibili

Aggiungi al carrello

Foto dell'editore

Finnigan, Ken
ISBN 10: 1617294241 ISBN 13: 9781617294242
Antico o usato Brossura

Da: Better World Books: West, Reno, NV, U.S.A.

Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

Condizione: Very Good. Former library book; may include library markings. Used book that is in excellent condition. May show signs of wear or have minor defects. Codice articolo 51315674-75

Contatta il venditore

Compra usato

EUR 12,85
Convertire valuta
Spese di spedizione: EUR 17,09
Da: U.S.A. a: Italia
Destinazione, tempi e costi

Quantità: 1 disponibili

Aggiungi al carrello

Foto dell'editore

Finnigan, Ken
Editore: Manning Publications, 2018
ISBN 10: 1617294241 ISBN 13: 9781617294242
Antico o usato Brossura

Da: SecondSale, Montgomery, IL, U.S.A.

Valutazione del venditore 4 su 5 stelle 4 stelle, Maggiori informazioni sulle valutazioni dei venditori

Condizione: Acceptable. Item in good condition. Textbooks may not include supplemental items i.e. CDs, access codes etc. Codice articolo 00041561553

Contatta il venditore

Compra usato

EUR 13,06
Convertire valuta
Spese di spedizione: EUR 29,97
Da: U.S.A. a: Italia
Destinazione, tempi e costi

Quantità: 1 disponibili

Aggiungi al carrello

Immagini fornite dal venditore

Ken Finnigan
Editore: Manning Publications, US, 2019
ISBN 10: 1617294241 ISBN 13: 9781617294242
Nuovo Paperback

Da: Rarewaves USA, OSWEGO, IL, U.S.A.

Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

Paperback. Condizione: New. Description Microservices break down a large application into smaller components, each interacting with each other to create a united whole. As each component can start, stop, and scale independently, so the whole system benefits from better fault-tolerance and resilience.   Enterprise Java Microservices is an example-rich tutorial that shows readers how to design and manage large-scale Java applications as a collection of microservices.   Key features ·    The microservices mental model ·    Fault tolerance with Netflix Hystrix ·    Securing your microservices ·    Deploying to the cloud   Audience This book is for Java developers familiar with distributed n-tier application architecture. About the technology Enterprise Java is a set of APIs, and their implementations, that can provide the entire stack of an application from UI down to the database, communicate with external applications via webservices, and integrate with internal legacy systems, to name a few, with the goal of supporting the business requirements of an Enterprise.   Ken Finnigan has worked as an engineer and consultant for nearly 20 years. He currently co-leads the development of WildFly Swarm for Red Hat. Codice articolo LU-9781617294242

Contatta il venditore

Compra nuovo

EUR 48,79
Convertire valuta
Spese di spedizione: EUR 3,43
Da: U.S.A. a: Italia
Destinazione, tempi e costi

Quantità: 10 disponibili

Aggiungi al carrello

Immagini fornite dal venditore

Ken Finnigan
Editore: Manning Publications, US, 2019
ISBN 10: 1617294241 ISBN 13: 9781617294242
Nuovo Paperback

Da: Rarewaves USA United, OSWEGO, IL, U.S.A.

Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

Paperback. Condizione: New. Description Microservices break down a large application into smaller components, each interacting with each other to create a united whole. As each component can start, stop, and scale independently, so the whole system benefits from better fault-tolerance and resilience.   Enterprise Java Microservices is an example-rich tutorial that shows readers how to design and manage large-scale Java applications as a collection of microservices.   Key features ·    The microservices mental model ·    Fault tolerance with Netflix Hystrix ·    Securing your microservices ·    Deploying to the cloud   Audience This book is for Java developers familiar with distributed n-tier application architecture. About the technology Enterprise Java is a set of APIs, and their implementations, that can provide the entire stack of an application from UI down to the database, communicate with external applications via webservices, and integrate with internal legacy systems, to name a few, with the goal of supporting the business requirements of an Enterprise.   Ken Finnigan has worked as an engineer and consultant for nearly 20 years. He currently co-leads the development of WildFly Swarm for Red Hat. Codice articolo LU-9781617294242

Contatta il venditore

Compra nuovo

EUR 50,88
Convertire valuta
Spese di spedizione: EUR 3,43
Da: U.S.A. a: Italia
Destinazione, tempi e costi

Quantità: 10 disponibili

Aggiungi al carrello

Foto dell'editore

0
Editore: Manning, 2018
ISBN 10: 1617294241 ISBN 13: 9781617294242
Nuovo Brossura

Da: Basi6 International, Irving, TX, U.S.A.

Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

Condizione: Brand New. New. US edition. Expediting shipping for all USA and Europe orders excluding PO Box. Excellent Customer Service. Codice articolo ABEJUNE24-11593

Contatta il venditore

Compra nuovo

EUR 55,36
Convertire valuta
Spese di spedizione: GRATIS
Da: U.S.A. a: Italia
Destinazione, tempi e costi

Quantità: 1 disponibili

Aggiungi al carrello

Foto dell'editore

Finnigan, Ken
Editore: Manning, 2018
ISBN 10: 1617294241 ISBN 13: 9781617294242
Nuovo Brossura

Da: Romtrade Corp., STERLING HEIGHTS, MI, U.S.A.

Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

Condizione: New. This is a Brand-new US Edition. This Item may be shipped from US or any other country as we have multiple locations worldwide. Codice articolo ABNR-29190

Contatta il venditore

Compra nuovo

EUR 55,53
Convertire valuta
Spese di spedizione: GRATIS
Da: U.S.A. a: Italia
Destinazione, tempi e costi

Quantità: 5 disponibili

Aggiungi al carrello

Foto dell'editore

Finnigan, Ken
Editore: Manning, 2018
ISBN 10: 1617294241 ISBN 13: 9781617294242
Nuovo Brossura

Da: SMASS Sellers, IRVING, TX, U.S.A.

Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

Condizione: New. Brand New Original US Edition. Customer service! Satisfaction Guaranteed. Codice articolo ASNT3-29190

Contatta il venditore

Compra nuovo

EUR 57,32
Convertire valuta
Spese di spedizione: GRATIS
Da: U.S.A. a: Italia
Destinazione, tempi e costi

Quantità: 5 disponibili

Aggiungi al carrello

Foto dell'editore

Finnigan, Ken
Editore: Manning, 2018
ISBN 10: 1617294241 ISBN 13: 9781617294242
Nuovo Brossura

Da: Books Puddle, New York, NY, U.S.A.

Valutazione del venditore 4 su 5 stelle 4 stelle, Maggiori informazioni sulle valutazioni dei venditori

Condizione: New. pp. 272. Codice articolo 26384221475

Contatta il venditore

Compra nuovo

EUR 50,44
Convertire valuta
Spese di spedizione: EUR 7,71
Da: U.S.A. a: Italia
Destinazione, tempi e costi

Quantità: 2 disponibili

Aggiungi al carrello

Vedi altre 17 copie di questo libro

Vedi tutti i risultati per questo libro