Monthly Archives: February 2021

Java Performance Shootout: Foreign Linker vs JNI | Modern Java | JDK16 | Head Crashing Informatics 28

Hey guys! How’s it going? The #ForeignLinkerAPI, which is in incubation in #JDK16, was announced to be as fast as, OR EVEN FASTER AS, #JNI (#JavaNativeInterface, the sole OFFICIAL way to call native code from Java). But how looks the … Continue reading

Posted in Jakarta EE, Java, Programming, Standards | Tagged , , , , , , , , , , , , | Comments Off on Java Performance Shootout: Foreign Linker vs JNI | Modern Java | JDK16 | Head Crashing Informatics 28

What’s next? | The Two Minutes Tuesday 017 | Announcement of Live Show

If you ever wanted to know the correct pronounciation of “Eclipse Theia”, stay tuned for this week’s LIVE STREAM on Friday 20:00 CET: My guest in #ToniteWithMe this week is #Gitpod CEO Sven Efftinge from TypeFox! If you like this … Continue reading

Posted in Interviews, Java, Open Source, Programming, Projects, The Two Minutes Tuesday | Tagged , , , , , , , , , | Comments Off on What’s next? | The Two Minutes Tuesday 017 | Announcement of Live Show

[LIVESTREAM] Gitpod CEO Sven Efftinge LIVE CHAT | Tonite with me | Java Latenite

#ToniteWithMe, LIVE and in color, is Gitpod CEO and Eclipse Theia project lead Sven Efftinge from #TypeFox. If you love #Gitpod, and ever wanted to know some background history of this great FREE ONLINE IDE service, the difference between Eclipse … Continue reading

Posted in Interviews, Java, Open Source, Programming, Tonite With Me | Tagged , , , , , , , , , , | Comments Off on [LIVESTREAM] Gitpod CEO Sven Efftinge LIVE CHAT | Tonite with me | Java Latenite

Foreign Linker API: Java native access without C | Modern Java | JDK16 | Head Crashing Informatics 27

Hey guys! How’s it going? The #ForeignLinkerAPI of #JDK16 allows to invoke native code, typically DLLs or shared objects written in the C language, without neither a #JNI wrapper written in C, nor a third party library like #JNA. Due … Continue reading

Posted in Jakarta EE, Java, Programming, Standards | Tagged , , , , , , , , , , , , | Comments Off on Foreign Linker API: Java native access without C | Modern Java | JDK16 | Head Crashing Informatics 27