Articles, Home

Eclipse Jetty 11 Supports the Big Bang

I’m happy to share the news that Eclipse Jetty 11 has been released and certified as compatible with the Jakarta Servlet v5.0 specification. Released as part of Jakarta EE 9, this new version of the Servlet specification uses the new jakarta.* namespace. Often referred to as the “Big Bang”, this new namespace is a shift that will enable future cloud native Java innovations for the enterprise Java ecosystem.

Articles, Home

How to deploy a Java application on Kubernetes | Red Hat Developer

The Developer Sandbox for Red Hat Openshift is a free OpenShift cluster that gives you access to the cutting-edge developer technologies built on Kubernetes. A quick sign-up gets you a cluster and some source code. One of the ways to create an application is by using the Source-to-Image (s2i) feature. Here’s how to use that feature to build an application.