The day before JFall 2024 sixty-two enthusiastic Java developers got together in Veenendaal for Masters …
Read More »NS wint de NLJUG INNOVATION AWARD 2024
English version below ++++++ Tijdens de 21e editie van J-Fall 2024, de grootste Java-conferentie van…
Masters of Java 2024
The day before JFall 2024 sixty-two enthusiastic Java developers got together in Veenendaal for Mast…
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 …
Morgen en overmorgen is het zover! de 21e editie van de J-Fall 2024.
Morgen en overmorgen is het zover! de 21e editie van de J-Fall 2024. Bijna 2.000 Java developers ko…
Meetup Tip : Payara Hackathon- Generative AI on Jakarta EE
Showcase your creativity, technical skills, and visionary ideas as you build the future of AI-powere…
Java Articles by Foojay.io
December, 2024
-
11 December
Run a Java Lambda Function From a Docker image
Author: Charl Fasching Original post on Foojay: Read More Have you ever wanted to deploy a Java Serverless function, but package it with a Docker Image? That is possible now with AWS new Container support. This guide will show you how to try it yourself, step by step! The Hello Lambda Function project contains an AWS Lambda maven application with …
Read More » -
10 December
Speed up your Spring Batch with Native Image and GraalVM
Author: Vincent Vauban Original post on Foojay: Read More Spring Batch is often used for data processing jobs that don’t run continuously. Instead, they start, process, and stop, which makes them a perfect candidate for GraalVM Native Image. Unlike traditional Java applications that require a long JVM startup time, Native Images execute almost instantly, giving a significant performance boost. In …
Read More » -
9 December
The Home Assistant Model
Author: Nicolas Frankel Original post on Foojay: Read More Home Assistant (home-assistant.io) is a massive beast. It can be overwhelming for a newcomer; it was for me. In this article, I want to describe the underlying model of Home Assistant, which is a good entry point for your home automation journey. The biggest issue in describing the Home Assistant is …
Read More » -
9 December
Why Home Assistant
Author: Nicolas Frankel Original post on Foojay: Read More Last June, I spoke at Berlin Buzzwords. In all honesty, I rarely attend others’ talks for a variety of reasons: lack of time, lack of energy, no interest in the proposed subjects, etc. When I do, I go either for subjects I know and want to deepen my understanding of or …
Read More » -
4 December
Prevent LDAP injection in Java with SpringBoot
Author: Vincent Vauban Original post on Foojay: Read More LDAP (Lightweight Directory Access Protocol) is essential for managing and accessing directory information in Java web applications. However, it’s crucial to understand and prevent LDAP Injection, a serious security vulnerability that can lead to unauthorized access and data breaches. Following OWASP Recommendations, such as validating user inputs and using parameterized queries, …
Read More » -
3 December
Front End Debugging Part 2: Console.log() to the Max
Author: Shai Almog Original post on Foojay: Read More Understanding Front-End Logging vs. Back-End Logging Leveraging Console Log Levels Customizing Console Output with CSS Stack Tracing with console.trace() Assertions for Design-by-Contract Printing Tables for Clearer Data Visualization Copying Objects to the Clipboard Inspecting with console.dir() and dirxml() Counting Function Calls Organizing Logs with Groups Chrome-Specific Debugging Features Final Word In …
Read More » -
2 December
Foojay Podcast #62: Better Coding with AI: Friend or Foe?
Author: Frank Delporte Original post on Foojay: Read More AI, LLMs, ChatGPT—these are just a few of the buzzwords of the massive revolution unfolding right now. These tools are reshaping how we work, but they come with a catch: while they help us work faster and smarter, we need to be careful about placing too much trust in them. I’ve …
Read More »
November, 2024
-
30 November
JavaFX Links of November 2024
Author: Frank Delporte Original post on Foojay: Read More Here is the overview of the JavaFX LinksOfTheMonth of November 2024, published on jfx-central.com during this month. Did we miss anything? Is there anything you want to have included in one of the next overviews? Let us know via links@jfx-central.com. Core A lot of updates by Johan Vos Weekend update: “Getting …
Read More » -
28 November
Task Schedulers in Java: Modern Alternatives to Quartz Scheduler
Author: Ismaila Abdoulahi Original post on Foojay: Read More Quartz is often considered the standard job scheduling library in Java, which can lead developers to overlook more modern alternatives. For a long time, Quartz, also known as Quartz Scheduler, was the only viable open-source task scheduler in Java. In fact, the official Quartz documentation still suggests that there is no …
Read More » -
27 November
How Organizations Became Stuck on Outdated Java Versions
Author: Frank Delporte Original post on Foojay: Read More My recent article “Why Java 8 is a Ticking Time Bomb Hiding Within Your Organization” triggered quit some reactions… and so I went a step further and asked on social media: “Why is your company still on Java 8 (or older)? And why did you never move to 9, 10,… and …
Read More »