High-Performance Microservices Using Java

High-Performance Microservices Using Java

 

Microservices are becoming the de facto architectural approach to developing new applications. 

 

Breaking up monolithic application functionality into smaller services that can be linked together has many advantages. This is especially the case when deploying to the cloud – adapting to changing workloads is essential and can have a significant cost impact.

 

Topics include:

  • A Brief History of Microservices 
  • Why Have Microservices Risen in Popularity? 
  • The Fundamentals of Microservices
  • Microservices and Virtualization 
  • Java-Based Microservices
  • Challenges For The JVM With Microservices 
  • JVM Memory Management
  • JIT Compilation