Software Development for a Cloud Computing: IaaS, PaaS, SaaS, DaaS, AWS, Azure, Cloud Foundry, Heroku
 
Tag: <span>java</span>

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 …

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 …

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 …