Creating 12-factor cloud-native Java apps with open source
Learn how you could create cloud-native Java apps that are portable, scalable, and reliable with the 12 factor app methodology.
Every article on foojay.io, newest first: OpenJDK, the JVM, Java tooling and the ecosystem around them, written by the Java community.

Grace Jansen
10,029 viewsLearn how you could create cloud-native Java apps that are portable, scalable, and reliable with the 12 factor app methodology.

Frank Delporte
7,876 viewsSince the April release of Azul Zulu Builds of OpenJDK, packages with JavaFX support for ARM 64-bit systems have been available.

Nicolas Frankel
6,370 viewsLet's compare three different ways to do OpenTelemtry Tracing: Java agent v1, Java agent v2, and Micrometer Tracing.

Given the requirements of the DORA Act, which mandates strong operational resilience for financial institutions in the EU, leveraging a JVM …

Jan-Hendrik Kuperus
5,533 viewsSince about a year ago, the Foojay community has a group of people that are working on a book with tips and information on Sustainable …

Mahendra Rao B
19,263 viewsExplore the nuances of Spring's @ComponentScan in our extensive guide. Gain insights into its internals and optimize your application's …

Maqsud Mohammad
7,291 viewsAccording to the Datadog "State of DevSecOps" report, a staggering 90% of Java services are susceptible to one or more critical or …

A N M Bazlur Rahman
8,129 viewsJava Champion Ben Evans shares his journey, insights on Java's evolution, and advice for developers in this insightful interview.

Nicolas Frankel
2 viewsI recently compared three OpenTelemetry approaches on the JVM: Java Agent v1, v2, and Micrometer. I used Kotlin and coroutines without …

Thanos Stratikopoulos
5,973 viewsHow TornadoVM programmers can utilize the API functions for transferring data to the accelerator's (e.g., GPU) memory, and backwards.