SlideShare a Scribd company logo
1 of 21
Microservices with JEE
Best Practices and a Close Look using
WebSphere Liberty Profile
Michael Hofmann, ARS Computer und Consulting GmbH
and
Erin Schnabel, IBM
IBM InterConnect 2017 Conference (Session ID: BMC-4741)
© ARS Computer und Consulting GmbH 2017
Microservices with JEE
2
IBM Redbook
Motivation
market interest
missing literature about
microservices
with Java showing best practices
even less literature on
microservices with Java EE
Target
Microservices with Java and
Java EE from development
to production
© ARS Computer und Consulting GmbH 2017
Microservices with JEE
3
Twelve factor applications
“A methodology for building
software-as-a-service applications”
Factors are independent of
 programming language
 backing services
 cloud provider
http://12factor.net/
© ARS Computer und Consulting GmbH 2017
Microservices with JEE
4
Factor 2 - Dependencies
Key points:
 App declares all dependencies
 App doesn’t rely on “pre-requisite”
system-wide packages
 use dependency isolation tool (build
time, e.g. Gradle)
Runtime aspect:
 Liberty Features declared in
server.xml
 Package application with Liberty
© ARS Computer und Consulting GmbH 2017
Microservices with JEE
5
Factor 3 - Config
Key points:
 Config includes anything that
can vary between deploys
 does not include internal
application config
Liberty:
 central config file
 can be managed in source
repository (scm)
 dynamic reload
 JNDI variables
© ARS Computer und Consulting GmbH 2017
Microservices with JEE
6
Factor 4 - Backing Services
Key points:
Backing services
e.g. Datastore, Watson, ….
Resources can be
attached and detached at will
Java and Java EE support a lot
of different backing services…
© ARS Computer und Consulting GmbH 2017
Microservices with JEE
7
Backing Service
Polyglot Persistence
 SQL
 NoSQL
Messaging Systems
 Java Messaging System (JMS) Client
 AMQP
 MQTT
© ARS Computer und Consulting GmbH 2017
Microservices with JEE
8
Factor 5 – Build, Release, Run
Key points:
strict separation between
stages: Build, Release, Run
e.g. no code changes at runtime
The Liberty way:
Build pipeline!
Git commit to master -> build -> live!
Liberty in docker container
Liberty own packaging feature
© ARS Computer und Consulting GmbH 2017
Microservices with JEE
9
Package … deploy … config
One single executable JAR file
 Spring Boot
 Wildfly Swarm (JBoss)
 IBM WebSphere Liberty
All alternatives
 Application together with
 external configuration (immutable artifact) and
 necessary runtime
 in minimalised form
 augmented with functions for metrics and health care
© ARS Computer und Consulting GmbH 2017
Microservices with JEE
10
Factor 8 - Concurrency
Key points:
Recommends splitting processes
based on the type of work
Scale by making more processes
Liberty supports:
Autoscaling
Dynamic Routing
Cluster
Elasticity
© ARS Computer und Consulting GmbH 2017
Microservices with JEE
11
Scalability
 Core characteristic of a microservice
 Better when microservices scale automatically
 Disadvantage of static provisioning
 Spring Boot und Wildfly Swarm depend on infrastructure
 Liberty has additional features
© ARS Computer und Consulting GmbH 2017
Microservices with JEE
12
Liberty features for Scalability
 Fast startup time
 Low memory footprint
 IBM supports Liberty in a docker container
 Liberty Collectives and Cluster with Autoscaling und Dynamic-
Routing
Automatic scaling with Liberty exclusive features possible!
© ARS Computer und Consulting GmbH 2017
Microservices with JEE
13
IBM WAS Liberty Collective
© ARS Computer und Consulting GmbH 2017
Microservices with JEE
14
IBM WAS Liberty Collective with Dynamic Routing
© ARS Computer und Consulting GmbH 2017
Microservices with JEE
15
Liberty elasticity
Scaling Controller installs new Liberty servers
Minimal installation package
(server + app)
Host leader
 communicates with Scaling Controller
 monitors workload
 informs members about commands from Scaling Controller
Polyglot environments
 StrongLoop server
 Liberty server
 Liberty Docker containers
© ARS Computer und Consulting GmbH 2017
Microservices with JEE
16
Factor 11 - Logs
Key points:
A 12-factor app never concerns
itself with routing or storage of
its output stream
Process streams are captured
by the execution environment
Usage of:
Liberty feature for ELK-Stack
Create correlation-ID with UUID
to track calls across service
boundaries
© ARS Computer und Consulting GmbH 2017
Microservices with JEE
17
Factor 12 – Admin processes
Key points:
Keep admin task code with
application code
Run admin tasks in an identical
environment to the app
 Run against a “Release”
/ Same config
Same dependency isolation:
 gradlew
 bundle exec
 python virtualenv
© ARS Computer und Consulting GmbH 2017
Microservices with JEE
18
Liberty Monitoring/Administration
Liberty feature: monitor-1.0
 Collects performance data at runtime
 Accessible with JMX or REST
 Liberty feature: adminCenter-1.0
 Admin-Web-Client:
 used heap memory
 loaded classes
 active JVM threads
 CPU usage
 other metrics, depending on resource
© ARS Computer und Consulting GmbH 2017
Microservices with JEE
19
High demands on prod stage
 Liberty healthManager-1.0 and healthAnalyzer-1.0
 Max. percent of request timeouts and max. response time
 Intense memory consumption
 Potential Memory-Leaks
 Results in the following actions:
 Server restart
 Create Heap or Thread Dump
 Toggle server to Maintenance Mode
 Executed on:
Host, Cluster or Server
© ARS Computer und Consulting GmbH 2017
Microservices with JEE
20
http://MicroProfile.io
© ARS Computer und Consulting GmbH 2017
Microservices with JEE
21
Contact information
Michael Hofmann, ARS Computer und Consulting GmbH
michael.hofmann@ars.de
www.ars.de
Erin Schnabel, IBM
schnabel@us.ibm.com
Twitter: @ebullientworks

More Related Content

More from Michael Hofmann

Servicierung von Monolithen - Der Weg zu neuen Technologien bis hin zum Servi...
Servicierung von Monolithen - Der Weg zu neuen Technologien bis hin zum Servi...Servicierung von Monolithen - Der Weg zu neuen Technologien bis hin zum Servi...
Servicierung von Monolithen - Der Weg zu neuen Technologien bis hin zum Servi...Michael Hofmann
 
Service Mesh mit Istio und MicroProfile - eine harmonische Kombination?
Service Mesh mit Istio und MicroProfile - eine harmonische Kombination?Service Mesh mit Istio und MicroProfile - eine harmonische Kombination?
Service Mesh mit Istio und MicroProfile - eine harmonische Kombination?Michael Hofmann
 
Service Mesh - kilometer 30 in a microservice marathon
Service Mesh - kilometer 30 in a microservice marathonService Mesh - kilometer 30 in a microservice marathon
Service Mesh - kilometer 30 in a microservice marathonMichael Hofmann
 
Service Mesh - Kilometer 30 im Microservices-Marathon
Service Mesh - Kilometer 30 im Microservices-MarathonService Mesh - Kilometer 30 im Microservices-Marathon
Service Mesh - Kilometer 30 im Microservices-MarathonMichael Hofmann
 
API-Economy bei Financial Services – Kein Stein bleibt auf dem anderen
API-Economy bei Financial Services – Kein Stein bleibt auf dem anderenAPI-Economy bei Financial Services – Kein Stein bleibt auf dem anderen
API-Economy bei Financial Services – Kein Stein bleibt auf dem anderenMichael Hofmann
 
Microservices mit Java EE - am Beispiel von IBM Liberty
Microservices mit Java EE - am Beispiel von IBM LibertyMicroservices mit Java EE - am Beispiel von IBM Liberty
Microservices mit Java EE - am Beispiel von IBM LibertyMichael Hofmann
 

More from Michael Hofmann (6)

Servicierung von Monolithen - Der Weg zu neuen Technologien bis hin zum Servi...
Servicierung von Monolithen - Der Weg zu neuen Technologien bis hin zum Servi...Servicierung von Monolithen - Der Weg zu neuen Technologien bis hin zum Servi...
Servicierung von Monolithen - Der Weg zu neuen Technologien bis hin zum Servi...
 
Service Mesh mit Istio und MicroProfile - eine harmonische Kombination?
Service Mesh mit Istio und MicroProfile - eine harmonische Kombination?Service Mesh mit Istio und MicroProfile - eine harmonische Kombination?
Service Mesh mit Istio und MicroProfile - eine harmonische Kombination?
 
Service Mesh - kilometer 30 in a microservice marathon
Service Mesh - kilometer 30 in a microservice marathonService Mesh - kilometer 30 in a microservice marathon
Service Mesh - kilometer 30 in a microservice marathon
 
Service Mesh - Kilometer 30 im Microservices-Marathon
Service Mesh - Kilometer 30 im Microservices-MarathonService Mesh - Kilometer 30 im Microservices-Marathon
Service Mesh - Kilometer 30 im Microservices-Marathon
 
API-Economy bei Financial Services – Kein Stein bleibt auf dem anderen
API-Economy bei Financial Services – Kein Stein bleibt auf dem anderenAPI-Economy bei Financial Services – Kein Stein bleibt auf dem anderen
API-Economy bei Financial Services – Kein Stein bleibt auf dem anderen
 
Microservices mit Java EE - am Beispiel von IBM Liberty
Microservices mit Java EE - am Beispiel von IBM LibertyMicroservices mit Java EE - am Beispiel von IBM Liberty
Microservices mit Java EE - am Beispiel von IBM Liberty
 

Recently uploaded

Tech Tuesday - Mastering Time Management Unlock the Power of OnePlan's Timesh...
Tech Tuesday - Mastering Time Management Unlock the Power of OnePlan's Timesh...Tech Tuesday - Mastering Time Management Unlock the Power of OnePlan's Timesh...
Tech Tuesday - Mastering Time Management Unlock the Power of OnePlan's Timesh...OnePlan Solutions
 
How to submit a standout Adobe Champion Application
How to submit a standout Adobe Champion ApplicationHow to submit a standout Adobe Champion Application
How to submit a standout Adobe Champion ApplicationBradBedford3
 
Cloud Data Center Network Construction - IEEE
Cloud Data Center Network Construction - IEEECloud Data Center Network Construction - IEEE
Cloud Data Center Network Construction - IEEEVICTOR MAESTRE RAMIREZ
 
Open Source Summit NA 2024: Open Source Cloud Costs - OpenCost's Impact on En...
Open Source Summit NA 2024: Open Source Cloud Costs - OpenCost's Impact on En...Open Source Summit NA 2024: Open Source Cloud Costs - OpenCost's Impact on En...
Open Source Summit NA 2024: Open Source Cloud Costs - OpenCost's Impact on En...Matt Ray
 
React Server Component in Next.js by Hanief Utama
React Server Component in Next.js by Hanief UtamaReact Server Component in Next.js by Hanief Utama
React Server Component in Next.js by Hanief UtamaHanief Utama
 
Global Identity Enrolment and Verification Pro Solution - Cizo Technology Ser...
Global Identity Enrolment and Verification Pro Solution - Cizo Technology Ser...Global Identity Enrolment and Verification Pro Solution - Cizo Technology Ser...
Global Identity Enrolment and Verification Pro Solution - Cizo Technology Ser...Cizo Technology Services
 
Exploring Selenium_Appium Frameworks for Seamless Integration with HeadSpin.pdf
Exploring Selenium_Appium Frameworks for Seamless Integration with HeadSpin.pdfExploring Selenium_Appium Frameworks for Seamless Integration with HeadSpin.pdf
Exploring Selenium_Appium Frameworks for Seamless Integration with HeadSpin.pdfkalichargn70th171
 
Intelligent Home Wi-Fi Solutions | ThinkPalm
Intelligent Home Wi-Fi Solutions | ThinkPalmIntelligent Home Wi-Fi Solutions | ThinkPalm
Intelligent Home Wi-Fi Solutions | ThinkPalmSujith Sukumaran
 
Software Coding for software engineering
Software Coding for software engineeringSoftware Coding for software engineering
Software Coding for software engineeringssuserb3a23b
 
Taming Distributed Systems: Key Insights from Wix's Large-Scale Experience - ...
Taming Distributed Systems: Key Insights from Wix's Large-Scale Experience - ...Taming Distributed Systems: Key Insights from Wix's Large-Scale Experience - ...
Taming Distributed Systems: Key Insights from Wix's Large-Scale Experience - ...Natan Silnitsky
 
Comparing Linux OS Image Update Models - EOSS 2024.pdf
Comparing Linux OS Image Update Models - EOSS 2024.pdfComparing Linux OS Image Update Models - EOSS 2024.pdf
Comparing Linux OS Image Update Models - EOSS 2024.pdfDrew Moseley
 
Introduction Computer Science - Software Design.pdf
Introduction Computer Science - Software Design.pdfIntroduction Computer Science - Software Design.pdf
Introduction Computer Science - Software Design.pdfFerryKemperman
 
What is Advanced Excel and what are some best practices for designing and cre...
What is Advanced Excel and what are some best practices for designing and cre...What is Advanced Excel and what are some best practices for designing and cre...
What is Advanced Excel and what are some best practices for designing and cre...Technogeeks
 
SpotFlow: Tracking Method Calls and States at Runtime
SpotFlow: Tracking Method Calls and States at RuntimeSpotFlow: Tracking Method Calls and States at Runtime
SpotFlow: Tracking Method Calls and States at Runtimeandrehoraa
 
Automate your Kamailio Test Calls - Kamailio World 2024
Automate your Kamailio Test Calls - Kamailio World 2024Automate your Kamailio Test Calls - Kamailio World 2024
Automate your Kamailio Test Calls - Kamailio World 2024Andreas Granig
 
Odoo 14 - eLearning Module In Odoo 14 Enterprise
Odoo 14 - eLearning Module In Odoo 14 EnterpriseOdoo 14 - eLearning Module In Odoo 14 Enterprise
Odoo 14 - eLearning Module In Odoo 14 Enterprisepreethippts
 
Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...
Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...
Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...confluent
 

Recently uploaded (20)

Tech Tuesday - Mastering Time Management Unlock the Power of OnePlan's Timesh...
Tech Tuesday - Mastering Time Management Unlock the Power of OnePlan's Timesh...Tech Tuesday - Mastering Time Management Unlock the Power of OnePlan's Timesh...
Tech Tuesday - Mastering Time Management Unlock the Power of OnePlan's Timesh...
 
How to submit a standout Adobe Champion Application
How to submit a standout Adobe Champion ApplicationHow to submit a standout Adobe Champion Application
How to submit a standout Adobe Champion Application
 
Cloud Data Center Network Construction - IEEE
Cloud Data Center Network Construction - IEEECloud Data Center Network Construction - IEEE
Cloud Data Center Network Construction - IEEE
 
Open Source Summit NA 2024: Open Source Cloud Costs - OpenCost's Impact on En...
Open Source Summit NA 2024: Open Source Cloud Costs - OpenCost's Impact on En...Open Source Summit NA 2024: Open Source Cloud Costs - OpenCost's Impact on En...
Open Source Summit NA 2024: Open Source Cloud Costs - OpenCost's Impact on En...
 
React Server Component in Next.js by Hanief Utama
React Server Component in Next.js by Hanief UtamaReact Server Component in Next.js by Hanief Utama
React Server Component in Next.js by Hanief Utama
 
Global Identity Enrolment and Verification Pro Solution - Cizo Technology Ser...
Global Identity Enrolment and Verification Pro Solution - Cizo Technology Ser...Global Identity Enrolment and Verification Pro Solution - Cizo Technology Ser...
Global Identity Enrolment and Verification Pro Solution - Cizo Technology Ser...
 
Exploring Selenium_Appium Frameworks for Seamless Integration with HeadSpin.pdf
Exploring Selenium_Appium Frameworks for Seamless Integration with HeadSpin.pdfExploring Selenium_Appium Frameworks for Seamless Integration with HeadSpin.pdf
Exploring Selenium_Appium Frameworks for Seamless Integration with HeadSpin.pdf
 
Intelligent Home Wi-Fi Solutions | ThinkPalm
Intelligent Home Wi-Fi Solutions | ThinkPalmIntelligent Home Wi-Fi Solutions | ThinkPalm
Intelligent Home Wi-Fi Solutions | ThinkPalm
 
Software Coding for software engineering
Software Coding for software engineeringSoftware Coding for software engineering
Software Coding for software engineering
 
Taming Distributed Systems: Key Insights from Wix's Large-Scale Experience - ...
Taming Distributed Systems: Key Insights from Wix's Large-Scale Experience - ...Taming Distributed Systems: Key Insights from Wix's Large-Scale Experience - ...
Taming Distributed Systems: Key Insights from Wix's Large-Scale Experience - ...
 
2.pdf Ejercicios de programación competitiva
2.pdf Ejercicios de programación competitiva2.pdf Ejercicios de programación competitiva
2.pdf Ejercicios de programación competitiva
 
Comparing Linux OS Image Update Models - EOSS 2024.pdf
Comparing Linux OS Image Update Models - EOSS 2024.pdfComparing Linux OS Image Update Models - EOSS 2024.pdf
Comparing Linux OS Image Update Models - EOSS 2024.pdf
 
Introduction Computer Science - Software Design.pdf
Introduction Computer Science - Software Design.pdfIntroduction Computer Science - Software Design.pdf
Introduction Computer Science - Software Design.pdf
 
What is Advanced Excel and what are some best practices for designing and cre...
What is Advanced Excel and what are some best practices for designing and cre...What is Advanced Excel and what are some best practices for designing and cre...
What is Advanced Excel and what are some best practices for designing and cre...
 
SpotFlow: Tracking Method Calls and States at Runtime
SpotFlow: Tracking Method Calls and States at RuntimeSpotFlow: Tracking Method Calls and States at Runtime
SpotFlow: Tracking Method Calls and States at Runtime
 
Hot Sexy call girls in Patel Nagar🔝 9953056974 🔝 escort Service
Hot Sexy call girls in Patel Nagar🔝 9953056974 🔝 escort ServiceHot Sexy call girls in Patel Nagar🔝 9953056974 🔝 escort Service
Hot Sexy call girls in Patel Nagar🔝 9953056974 🔝 escort Service
 
Automate your Kamailio Test Calls - Kamailio World 2024
Automate your Kamailio Test Calls - Kamailio World 2024Automate your Kamailio Test Calls - Kamailio World 2024
Automate your Kamailio Test Calls - Kamailio World 2024
 
Advantages of Odoo ERP 17 for Your Business
Advantages of Odoo ERP 17 for Your BusinessAdvantages of Odoo ERP 17 for Your Business
Advantages of Odoo ERP 17 for Your Business
 
Odoo 14 - eLearning Module In Odoo 14 Enterprise
Odoo 14 - eLearning Module In Odoo 14 EnterpriseOdoo 14 - eLearning Module In Odoo 14 Enterprise
Odoo 14 - eLearning Module In Odoo 14 Enterprise
 
Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...
Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...
Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...
 

Microservices with JEE - Best Practices and a Close Look using WebSphere Liberty Profile

  • 1. Microservices with JEE Best Practices and a Close Look using WebSphere Liberty Profile Michael Hofmann, ARS Computer und Consulting GmbH and Erin Schnabel, IBM IBM InterConnect 2017 Conference (Session ID: BMC-4741)
  • 2. © ARS Computer und Consulting GmbH 2017 Microservices with JEE 2 IBM Redbook Motivation market interest missing literature about microservices with Java showing best practices even less literature on microservices with Java EE Target Microservices with Java and Java EE from development to production
  • 3. © ARS Computer und Consulting GmbH 2017 Microservices with JEE 3 Twelve factor applications “A methodology for building software-as-a-service applications” Factors are independent of  programming language  backing services  cloud provider http://12factor.net/
  • 4. © ARS Computer und Consulting GmbH 2017 Microservices with JEE 4 Factor 2 - Dependencies Key points:  App declares all dependencies  App doesn’t rely on “pre-requisite” system-wide packages  use dependency isolation tool (build time, e.g. Gradle) Runtime aspect:  Liberty Features declared in server.xml  Package application with Liberty
  • 5. © ARS Computer und Consulting GmbH 2017 Microservices with JEE 5 Factor 3 - Config Key points:  Config includes anything that can vary between deploys  does not include internal application config Liberty:  central config file  can be managed in source repository (scm)  dynamic reload  JNDI variables
  • 6. © ARS Computer und Consulting GmbH 2017 Microservices with JEE 6 Factor 4 - Backing Services Key points: Backing services e.g. Datastore, Watson, …. Resources can be attached and detached at will Java and Java EE support a lot of different backing services…
  • 7. © ARS Computer und Consulting GmbH 2017 Microservices with JEE 7 Backing Service Polyglot Persistence  SQL  NoSQL Messaging Systems  Java Messaging System (JMS) Client  AMQP  MQTT
  • 8. © ARS Computer und Consulting GmbH 2017 Microservices with JEE 8 Factor 5 – Build, Release, Run Key points: strict separation between stages: Build, Release, Run e.g. no code changes at runtime The Liberty way: Build pipeline! Git commit to master -> build -> live! Liberty in docker container Liberty own packaging feature
  • 9. © ARS Computer und Consulting GmbH 2017 Microservices with JEE 9 Package … deploy … config One single executable JAR file  Spring Boot  Wildfly Swarm (JBoss)  IBM WebSphere Liberty All alternatives  Application together with  external configuration (immutable artifact) and  necessary runtime  in minimalised form  augmented with functions for metrics and health care
  • 10. © ARS Computer und Consulting GmbH 2017 Microservices with JEE 10 Factor 8 - Concurrency Key points: Recommends splitting processes based on the type of work Scale by making more processes Liberty supports: Autoscaling Dynamic Routing Cluster Elasticity
  • 11. © ARS Computer und Consulting GmbH 2017 Microservices with JEE 11 Scalability  Core characteristic of a microservice  Better when microservices scale automatically  Disadvantage of static provisioning  Spring Boot und Wildfly Swarm depend on infrastructure  Liberty has additional features
  • 12. © ARS Computer und Consulting GmbH 2017 Microservices with JEE 12 Liberty features for Scalability  Fast startup time  Low memory footprint  IBM supports Liberty in a docker container  Liberty Collectives and Cluster with Autoscaling und Dynamic- Routing Automatic scaling with Liberty exclusive features possible!
  • 13. © ARS Computer und Consulting GmbH 2017 Microservices with JEE 13 IBM WAS Liberty Collective
  • 14. © ARS Computer und Consulting GmbH 2017 Microservices with JEE 14 IBM WAS Liberty Collective with Dynamic Routing
  • 15. © ARS Computer und Consulting GmbH 2017 Microservices with JEE 15 Liberty elasticity Scaling Controller installs new Liberty servers Minimal installation package (server + app) Host leader  communicates with Scaling Controller  monitors workload  informs members about commands from Scaling Controller Polyglot environments  StrongLoop server  Liberty server  Liberty Docker containers
  • 16. © ARS Computer und Consulting GmbH 2017 Microservices with JEE 16 Factor 11 - Logs Key points: A 12-factor app never concerns itself with routing or storage of its output stream Process streams are captured by the execution environment Usage of: Liberty feature for ELK-Stack Create correlation-ID with UUID to track calls across service boundaries
  • 17. © ARS Computer und Consulting GmbH 2017 Microservices with JEE 17 Factor 12 – Admin processes Key points: Keep admin task code with application code Run admin tasks in an identical environment to the app  Run against a “Release” / Same config Same dependency isolation:  gradlew  bundle exec  python virtualenv
  • 18. © ARS Computer und Consulting GmbH 2017 Microservices with JEE 18 Liberty Monitoring/Administration Liberty feature: monitor-1.0  Collects performance data at runtime  Accessible with JMX or REST  Liberty feature: adminCenter-1.0  Admin-Web-Client:  used heap memory  loaded classes  active JVM threads  CPU usage  other metrics, depending on resource
  • 19. © ARS Computer und Consulting GmbH 2017 Microservices with JEE 19 High demands on prod stage  Liberty healthManager-1.0 and healthAnalyzer-1.0  Max. percent of request timeouts and max. response time  Intense memory consumption  Potential Memory-Leaks  Results in the following actions:  Server restart  Create Heap or Thread Dump  Toggle server to Maintenance Mode  Executed on: Host, Cluster or Server
  • 20. © ARS Computer und Consulting GmbH 2017 Microservices with JEE 20 http://MicroProfile.io
  • 21. © ARS Computer und Consulting GmbH 2017 Microservices with JEE 21 Contact information Michael Hofmann, ARS Computer und Consulting GmbH michael.hofmann@ars.de www.ars.de Erin Schnabel, IBM schnabel@us.ibm.com Twitter: @ebullientworks