Category: <span>Software Architecture</span>

Build a Cloud Serverless State Services with Java 9

While Java application architectures are evolving to become stateless, application state and state management are naturally emerging as a service that can be hosted in the Cloud. This session outlines the development, operation, and maintenance of an application state service for the Cloud with Java 9, using a serverless strategy.

Continuous Delivery with Docker Containers and Java EE

Organizations need a way to make application delivery fast, predictable and secure and the agility provided by containers, such as docker, help developers realize this goal. For Java EE applications, this enables packaging of applications, the application server, and other dependencies in a container that can be replicated in build, …