Tag: <span>refactoring</span>

Refactoring Java EE application with Microservices and Containers

This talk will provide a quick introduction to Docker images (build time), containers (run time), and registry (distribution). It shows how to take an existing Java EE application and package it as a monolithic application as a single Docker image. The application will then be refactored in to multiple microservices …