-
Recent Posts
- Foreign Linker API outperforms JNI | The Two Minutes Tuesday 018 | Java Performance Test Result
- 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
- [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
Recent Comments
Archives
- March 2021
- February 2021
- January 2021
- December 2020
- November 2020
- October 2020
- September 2020
- August 2020
- July 2020
- June 2020
- May 2020
- April 2020
- February 2020
- October 2019
- September 2019
- August 2019
- July 2019
- June 2019
- May 2019
- December 2018
- November 2018
- October 2018
- September 2018
- July 2018
- May 2018
- April 2018
- March 2018
- October 2017
- September 2017
- August 2017
- July 2017
- June 2017
- May 2017
- April 2017
- January 2017
- September 2016
- July 2016
- May 2016
- April 2016
- March 2016
- February 2016
- January 2016
- December 2015
- November 2015
- October 2015
- September 2015
- August 2015
- July 2015
- June 2015
- May 2015
- April 2015
- March 2015
- January 2015
- December 2014
- November 2014
- October 2014
- August 2014
- July 2014
- March 2014
- February 2014
- February 2011
- January 2011
- July 2010
- April 2010
- January 2010
Categories
Meta
Tag Archives: Java
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 DLL, glue code, Head Crashing, Java, Java 16, JDK 16, JNA, JNI, modern Java, native calls, performance, win32, Windows API
Leave a comment
[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 Eclipse Che, Eclipse Theia, Gitpod, IDE, interview, Java, Late-night, Live, Live Show, Tonite With Me, TypeFox
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 DLL, glue code, Head Crashing, Java, Java 16, JDK 16, JNA, JNI, modern Java, native calls, Tutorial, win32, Windows API
Comments Off on Foreign Linker API: Java native access without C | Modern Java | JDK16 | Head Crashing Informatics 27
Pattern matching for “instanceof” in JDK16 | The Two Minutes Tuesday 016
The new pattern matching enhancement for the instanceof operator in #Java16 spares you a lot of typing, and makes the code more concise and much easier to understand! #JDK16 is stable and will be released in March. Time to look … Continue reading
Posted in Java, Programming, Standards, The Two Minutes Tuesday
Tagged Coding, Ideas, instanceof, Java, Java 16, JDK 16, Keyword, Language, News, Patter Matching, Programming, Reacts, Two Minutes
Comments Off on Pattern matching for “instanceof” in JDK16 | The Two Minutes Tuesday 016
Spare keystrokes with the record keyword | Modern Java | JDK 16 | Head Crashing Informatics 26
Hey guys! How’s it going? The record keyword is ready for production use in JDK 16, which officially will be here mid March. Spare lots of keystrokes and get rid of code generators and IDE magic with this new keyword! … Continue reading
Posted in Jakarta EE, Java, Programming, Standards
Tagged Head Crashing, Java, Java 16, JDK 16, modern Java, record, record keyword, Tutorial
Comments Off on Spare keystrokes with the record keyword | Modern Java | JDK 16 | Head Crashing Informatics 26
New Game New Luck | The Two Minutes Tuesday 015
Sitting in a f*ing cold studio I wonder what video you would love me to record next! The year 2021 is here, and I am bringing modern and cloud-native Java to some of my favorite open source projects: Speeding up … Continue reading
Posted in Jakarta EE, Java, Standards, The Two Minutes Tuesday
Tagged Coding, Ideas, Jakarta EE 9.1, Java, JAX-RS 3.1, News, Programming, Reacts, Survey, Two Minutes
Comments Off on New Game New Luck | The Two Minutes Tuesday 015
Java 15 vs Java 8 | Modern Java Features | Head Crashing Informatics 25
Hey guys! How’s it going? Backporting an application from Java 15 to Java 8 to convince you how much better coding in modern Java is! Java 15’s modern language features and API enhancements makes coding so much better! In this … Continue reading
Posted in Jakarta EE, Java, Programming, Standards
Tagged Head Crashing, Jakarte EE 9.1, Java, Java 15, Java 8, JAX-RS, JAX-RS 3.0, Migration, Tutorial
Comments Off on Java 15 vs Java 8 | Modern Java Features | Head Crashing Informatics 25
Artikel in iX 1/2021 zu Jakarta EE 9
Ausgabe 1/2021 der iX enthält einen Beitrag von mir zu Jakarta EE 9. Viel Spaß beim Lesen!
Posted in Jakarta EE, Java, Programming, Standards
Tagged iX, Jakartaa EE 9, Java
Comments Off on Artikel in iX 1/2021 zu Jakarta EE 9
JAX-RS Done Right! (XI. – Migration to JAX-RS 3.0)
Hey guys! How’s it going? In today’s episode of “JAX-RS Done Right!” I will demonstrate how to migrate an existing JAX-RS application to the latest release of the Jakarta REST API aka JAX-RS 3.0. Code example can be found on … Continue reading
Posted in Jakarta EE, Java, Programming, Standards
Tagged Head Crashing, Jakarta EE 9, Jakarta REST, Java, JAX-RS, JAX-RS 3.0, JAX-RS Tutorial, Tutorial
Comments Off on JAX-RS Done Right! (XI. – Migration to JAX-RS 3.0)