Project Panama: A Deeper Dive (Webinar)
Java developers wanting access to high performance native libraries are often left with the choice of JNI (Java Native Interface). But using JNI requires native wrapper code that's difficult to maintain for each platform or architecture. A new OpenJDK project called Project Panama is an alternative to JNI. It's a pure Java API to access native libraries. In this third and final workshop, Carl will explore advanced topics such as call backs and accessing third party libraries.