By the Bye: JNI

JNI vs FFM - a (subjective) comparison

Many years ago I was working for a project in which we had to integrate a program written in C into a web application written in Java. The C program was doing complex financial calculations, developed over many many years. No chance to rewrite it in Java. The solution was to integrate it via JNI (Java Native Interface). Painful memories to this day. Reading and writing programs with JNI is very “rough” (to say the least) and has many traps and pitfalls.

With project “Panama” and the new “Foreign Function & Memories API” (FFM) Java is aiming to address exactly these pain-points when working with code and data outside of the JVM-runtime. This new API has made me curious. In this talk I want to compare the native calls using JNI and the new Foreign Function & Memories API. How does it feel and does FFM keep its promises? I hope (and believe) that at the end of this comparison there will be a definite “Goodbye to JNI”.

Date
22.10.2024
Event
Location
Mainz
Birgit Kratz
Birgit Kratz
Softwarecrafter

Softwarearchitect and Developer Java, SpringBoot, Clean Code, Agile