Articles, Home

Cloud Native Java Innovation at the Eclipse Foundation

The world’s leading technology vendors, including Fujitsu, IBM, Microsoft, Oracle, Red Hat, SAP, and Tomitribe, are collaborating at the Eclipse Foundation to advance enterprise Java technologies to support the migration of mission-critical applications to the cloud. Jakarta EE and Eclipse MicroProfile offer a path for migrating Java EE legacy applications to a standard enterprise Java stack for a cloud native world.

Articles, Home

Migration Guide

Additional migration guides coming soon: WildFly to the Payara Platform  Tomcat to the Payara Platform  Get Help With Your Migrati….

Events, Home

Is Java Still Free? | recallact.com

The way the core Java platform is developed and distributed is changing significantly. In this session, we’ll explain all the changes from the release cycle, long-term support and availability of updates. Is Java still free, or do you have to pay for it? Find out what your options are.

Articles, Home

#HOWTO: Java Benchmarking with JMH (Java Microbenchmark Harness)

In one of my previous blog posts, I showed you a simple way to load-test your application with Apache Benchmark. As this solution is suitable for e.g. testing a REST interface, this approach is not the best for benchmarking Java methods directly. Luckily we have a tool for this within the JVM ecosystem: JMH (Java…