Project Panama for Newbies (Part 2)
In this part of the Panama series, the goal is to call C function signatures, often defined to accept pointers and structs, from Java.

Carl Dea is a Lead Developer and Software Engineer at Deloitte. He has authored Java books and has been developing software for 20+ years with many clients, from Fortune 500 companies to nonprofit organizations. He has written software ranging from mission-critical applications to e-commerce applications. Carl has been using Java since the very beginning (when Applets were cool) and is a JavaFX enthusiast (fanboy) dating back to when it used to be called F3/JavaFX script. He greatly loves sharing and advocating Java based technologies.
1 views

Carl Dea
13,825 viewsIn this part of the Panama series, the goal is to call C function signatures, often defined to accept pointers and structs, from Java.

Carl Dea
70,791 viewsLearn how the Java programming language has new ways to access native libraries that are written in native languages like C, C++, and …

Carl Dea
11,454 viewsLearn about jextract, which can generate Java binding code that represents native functions or variables (symbols) from C libraries.
Carl Dea
11,252 viewsBy exposing native Rust functions, you can be easily accessed from Java code using Project Panama's Foreign Function Access APIs.

Carl Dea
8,294 viewsHow can you, as a Java developer, execute Python script code and access 3rd party Python libraries, such as Tensorflow?

Carl Dea
6,883 viewsJava Panama Polyglot series: quick tutorials or recipes on how to access native libraries written in other languages! Today we'll see swift!

Carl Dea
12,684 viewsJava Panama Polyglot series: quick tutorials or recipes on how to access native libraries written in other languages!

Carl Dea
3,759 viewsIn this article you will learn how to switch between two different Java runtime environments to run an Apache Kafka instance.

Carl Dea
17,145 viewsimagine C code capable of performing a computation and after its completion the C code will notify Java code to perform updates to JavaFX …

Carl Dea
5,080 viewsThe Java GitHub Actions that rules them all! Third and final instalment of Lights, Camera, Action: GitHub Actions with Java