Java 185

Java is the core topic across this site. These posts cover modern Java features, OpenJDK evolutions, performance tuning, tooling, and hands-on development lessons from real projects.

Jul 8, 2024 · 2 min

Foojay Podcast #56: Vectors in Java Code, Databases, and LLMs

Vectors sit at the heart of modern AI, yet most Java developers rarely touch them directly. This episode digs into what a vector really is, how databases store them, and why large …

#podcast#foojay#java#ai
Jul 1, 2024 · 2 min

Foojay Podcast #55: Embedded Java, Part 2

Java started its life on small devices like set-top boxes, and it keeps finding its way back to the edge. Modern processors run the same Java runtime on a tiny board and on a cloud …

#podcast#foojay#java#raspberry-pi
Jun 24, 2024 · 1 min

Foojay Podcast #54: Music and MIDI with Java and Kotlin

MIDI turns 40 and still glues every studio together, yet most Java developers never touch the javax.sound package that ships in the JDK. This conversation digs into what that …

#podcast#foojay#java#kotlin
Jun 24, 2024 · 3 min

Links of the BeJUG Presentation: Lessons Learned from #JavaOnRaspberryPi

These are all the links of my presentation at BeJUG in Waregem, Monday, July 24, 2024 .

#javaonraspberrypi#java#pi4j#azul
Jun 17, 2024 · 1 min

Foojay Podcast #53: JCON Report, Part 5 – CQRS, JOOQ, GraphQL, API, Vaadin, OpenRewrite, ErrorProne, Gateways, Proxies

Evolving an API without breaking clients stays one of the hardest jobs in backend work. This fifth and final JCON recap walks through how speakers tackle that problem and many …

#podcast#foojay#java#conference
Jun 10, 2024 · 1 min

Foojay Podcast #52: JCON Report, Part 4 – Garbage Collectors, Intelligence Cloud, Test Containers and Flaky Tests, ToxiProxy, Structured Concurrency, Virtual Threads

Garbage collectors, virtual threads, and flaky tests sit at the heart of many Java teams’ daily headaches. At JCON we caught up with speakers who had fresh, hands-on takes on …

#podcast#foojay#java#jvm
Jun 3, 2024 · 1 min

Foojay Podcast #51: JCON Report, Part 3 – Persistence, Evolving your Career, Jakarta EE, GlassFish, Messaging via Telegram

A persistence layer choice can quietly steer a career for years. The speakers at JCON show how open source, Jakarta EE, and a few weekend experiments turn that choice into real …

#podcast#foojay#java#jakarta-ee
May 27, 2024 · 1 min

Foojay Podcast #50: JCON Report, Part 2 - Maven, Software Security, Code Quality

A broken build pipeline or a sneaky transitive dependency can derail a Java project for days. The talks at JCON kept coming back to the same question. How do we keep our code …

#podcast#foojay#java#maven
May 21, 2024 · 1 min

Foojay Podcast #49: JCON Report, Part 1 - JUGs, Communities, Open Source, Generative AI, LangChain4j, Machine Learning

Walking the floor at a Java conference is the fastest way to learn what the community actually cares about right now. We packed a microphone and took the Foojay Podcast on the road …

#podcast#foojay#java#jug
May 6, 2024 · 6 min

Book review - Frontend Development with JavaFX and Kotlin

For a personal pet project, I started experimenting with JavaFX and Kotlin to create a user interface with a lot of Java / Kotlin background processing. As I knew there is a book …

#java#book-review#javafx#kotlin
May 6, 2024 · 1 min

Foojay Podcast #48: JUG Oberpfalz, JCON Conference, and JAVAPRO Magazine

A small Java meetup in the Oberpfalz region of Germany sparked something much bigger. The same people behind that local group also run the JCON conference in Cologne and publish …

#podcast#foojay#java#jug
Apr 15, 2024 · 2 min

Foojay Podcast #47: Artificial Intelligence and Machine Learning with Java

ChatGPT changed the way many of us think about software, but the Java ecosystem already has the tools to join in. Frameworks like LangChain4j make it possible to wire large …

#podcast#foojay#java#ai
Apr 2, 2024 · 1 min

Foojay Podcast #46: JUG Switzerland

What does it take to keep a Java User Group alive across a small but multilingual country? Switzerland has an active Java community spread over several cities, and the people …

#podcast#foojay#java#jug
Mar 28, 2024 · 7 min

Example Java Application with Embedded Jetty and a htmx Website

I was experimenting with a Java application that can act as a web server and includes the user interface HTML-files that get modified with htmx, to replace certain parts of the …

#java#htmx#tutorial
Mar 18, 2024 · 2 min

Foojay Podcast #45: Welcome to Java 22

Does Java 22 deliver real innovation, or does it mostly polish what Java 21 already shipped? Right after an LTS release, that question matters to anyone planning the next runtime …

#podcast#foojay#java#openjdk
Mar 4, 2024 · 1 min

Foojay Podcast #44: Quarkus Club

A Java User Group dedicated to a single framework, started less than a year ago, already counts as one of the largest Quarkus communities in the world. That kind of growth raises …

#podcast#foojay#java#quarkus
Feb 26, 2024 · 2 min

Foojay Podcast #43: Modern Java Testing

Every Java developer wants to ship code that works, but tests often feel like a tax instead of a tool. The testing pyramid we all learned about does not always match what we hit in …

#podcast#foojay#java#testing
Feb 5, 2024 · 1 min

Foojay Podcast #42: Jozi-JUG and Cape Town Java Community

Java communities thrive on the people who show up month after month to run meetups, line up speakers, and welcome newcomers. This episode takes us to South Africa to hear how two …

#podcast#foojay#java#jug
Feb 2, 2024 · 2 min

Links of the Presentation: Experimenting with AI and LLM to make docs searchable through a chat application

These are all the links of my presentation at the Fosdem Conference in Brussels, Saturday, February 3th, 2024, 17:40 CET.

#java#javafx#azul#conference
Jan 29, 2024 · 1 min

Foojay Podcast #41: Web Development with Java

Do you really need a JavaScript framework to build a modern web app? Many Java developers feel pushed toward Angular, React, Vue, or Svelte, but the JVM world has its own strong …

#podcast#foojay#java#vaadin