Classic Layout

Langchain4J Musings

Author: Nicolas Frankel Original post on Foojay: Read More I’m coming relatively late to the LLM party, but I rarely come very early in the hype cycle. For example, I never bought into blockchain, the solution still searching for problems to solve, nor in microservices, the latest in the cargo cult IT trends. Despite my late arrival at the LLM …

Read More »

Video series “JavaFX In Action”, Part 2

Author: Frank Delporte Original post on Foojay: Read More In July, we published the first part, which included four interviews with Pedro Duque Vieira, Daniel Zimmermann, Christopher Schnick, and Robert Ladstätter. In this part, we have four new interviews for you! Learn more about JavaFX combined with Scala, Swing, React, trains, scientific research, banking, and more… Maciej Gorywoda about FxCalculator …

Read More »

Build and Run TornadoVM with IntelliJ IDEA

Author: Thanos Stratikopoulos Original post on Foojay: Read More TornadoVM is an open-source Java technology that is developed to aid Java programmers in adapting their code bases for hardware acceleration. This blog aims to explain how Java programmers can build TornadoVM with IntelliJ IDEA, and how they can run TornadoVM unit-tests or other Java programs. Prerequisites This blog uses IntelliJ …

Read More »

Hot Class Reload in Java: A Webpack HMR-Like Experience for Java Developers

Author: Mohibul Hassan Chowdhury Original post on Foojay: Read More In the world of software development, time is everything. Every developer knows the frustration of waiting for a full application restart just to see a small change take effect. Java developers, in particular, have long dealt with this issue. But what if you didn’t have to stop and restart every …

Read More »

J-Fall 2024 took place again!

J-Fall 2024: A Sold-Out Success! We are thrilled to announce that this year’s edition of J-Fall was an incredible success! With a sold-out crowd, an inspiring atmosphere, and a bustling exhibition floor, the event exceeded all expectations. The day was packed with insightful sessions, hands-on workshops, and exceptional speakers who shared the latest knowledge and trends in the Java and …

Read More »

Crafting Your Own Railway Display with Java!

Author: Ancy Thomas Original post on Foojay: Read More Have you fancied to have your own railway display at home? If you love traveling by public transport and always jump on the train just before the door closes like us, it’s really cool and highly efficient to have your own personalized display. Background Without live data, this project could not …

Read More »

Foojay Podcast #61: As a developer, how do we keep our body and mind healthy?

Author: Frank Delporte Original post on Foojay: Read More At Devoxx and JFall, we talked with Georgios Diamantopoulos, Lutske de Leeuw, Tom Cools, Jessica Siewert, and Rijo Sam about staying physically and mentally healthy as software developers. There are many topics to handle, like the impact of AI on how valuable we feel, how COVID-19 impacted careers, how we work …

Read More »

Why Java 8 is a Ticking Time Bomb Hiding Within Your Organization

Author: Frank Delporte Original post on Foojay: Read More When I spoke to developers at Devoxx in Belgium in October, I was surprised to learn how many of them are maintaining systems that are still running on Java 8 (released in 2014). One of them even still has a Java 5 application in production, with a runtime of 20 years …

Read More »

Summary of the AJAX Frameworks Comparison

Author: Nicolas Frankel Original post on Foojay: Read More In previous weeks, I’ve analyzed several libraries and frameworks that augment the client with AJAX capabilities. Vue.js Alpine.js HTMX Vaadin In this post, I’ll compare them across several axes. Analysis Frontend skills:Remember that I started this series from the point of view of a backend developer. In this section, I grade …

Read More »

Spring Boot: Java Template Engine (JTE)

Author: Mahendra Rao B Original post on Foojay: Read More Hello to all Java and Spring enthusiasts. I am the Java Template Engine, a fresh newcomer to the Spring Initializer Ecosystem. I have gained popularity as a template engine for developing user interface applications that use Java syntax within Spring Boot applications, alongside other engines such as Freemarker, Thymeleaf, Mustache, …

Read More »