java

Continuous Deployment to Kubernetes with the Google Container Tools

Kubernetes has become the orchestrator of choice to deploy applications. But what about Java software developer’s day to day job of developing those applications? Developing with containers is not always easy nor enjoyable. Google has launched a set of open source projects that focus on Developer Experience in a world of containers. Whether you would …

Continuous Deployment to Kubernetes with the Google Container Tools Read More »

Amazon Corretto Introduction

This presentation provides a brief introduction of Amazon Corretto. Amazon Corretto is a no cost, multiplatform, production-ready distribution of the Open Java Development Kit (OpenJDK).

From Legacy to Cloud

Everybody is enthusiastic about the “cloud”, but how do I can transfer my old rusty application to this shiny new world? This presentation describes the migration process of a ten-year-old web application to a Kubernetes based platform. The app is written in Java with Wicket 1.4 as the Web framework of choice, running on a …

From Legacy to Cloud Read More »

Developing Cloud-ready Camel Microservices

As a Java developer it may be daunting to know how to get started how to develop container applications that runs on Kubernetes cluster. Using minikube its very easy to run a local Kubernetes cluster and with the help of fabric8 tooling its even easier to install and run using familiar tools like Maven.

Advanced Spring Cloud

In this talk Joris will introduce the Spring Cloud project by showing how it provides common abstractions for centralized configuration, service discovery, synchronous and asynchronous service invocations, and other topics that become relevant when building distributed applications. Spring Cloud’s Config Server and its Netflix OSS integration (Hystrix, Ribbon, Zuul) will be demonstrated as supported implementations …

Advanced Spring Cloud Read More »

Getting Started with Spring Cloud

Spring Cloud is here! It offers a powerful way to create and consume microservices. As you introduce new services, you introduce integration problems: services can be shaky, they can disappear and – as they’re often exposed over HTTP – they require a bit more footwork than in-process method invocations.

Netflix Spring Cloud

Spring Cloud Netflix allows you to quickly take your existing Spring Boot application and transform it into a fully cloud-ready service (even if you are operating out of a private data center).