Classic Layout

JavaFX Links of March 2025

Author: Frank Delporte Original post on Foojay: Read More Table of Contents CoreApplicationsGamesComponents, Libraries, ToolsPodcasts, Videos, BooksTutorialsMiscellaneousJFX Central Here is the overview of the JavaFX LinksOfTheMonth of March 2025. You can find the weekly lists on jfx-central.com. 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. …

Read More »

Meer met Maven

Article JAVA Magazine 04 – 2021 Java X + 1 Velen zullen Java 17 zien als dé nieuwe release om naar over te stappen. De voornaamste reden is dat deze versie gelabeld is als ‘Long Term Support’. Dit zegt absoluut niets over de kwaliteit van de tussenliggende versies (9, 10 en 12 t/m 16). Het zegt vooral, dat op deze …

Read More »

Video series “JavaFX In Action”, Part 4

Author: Frank Delporte Original post on Foojay: Read More Table of Contents Mike Hearn: Conveyor, build self-updating desktop app packagesSven Reimers: JTaccuino, notebook application for Java developersChris Newland: DemoFX and JitWatch This is the next part in the series of “JavaFX in Action” interviews. Are you working on a fantastic JavaFX application? Let me know, and let’s talk! July ’24: …

Read More »

One giant Kubernetes cluster for everything

Author: Nicolas Frankel Original post on Foojay: Read More Table of Contents The one giant cluster approach Better resource utilization Lower operational overhead Straightforward networking and service communication Simplified governance Cost efficiency Downsides of a one giant cluster approach Larger blast radius Complex multi-tenancy management Scalability limits Cluster-wide objects What’s the ideal size, then?vClusterHow vCluster mitigates the downsides of a …

Read More »

WebAssembly on Kubernetes

Author: Nicolas Frankel Original post on Foojay: Read More Table of Contents My approach and the use caseBaseline: regular Rust-to-nativeAdapting to WebAssemblyRunning the Wasm image on DockerRunning the Wasm image on KubernetesFinal stepsConclusion Like a couple of innovative technologies, different people have different viewpoints on where WebAssembly fits the technology landscape. WebAssembly (also called Wasm) is certainly the subject of …

Read More »

Kotlin Multiplatform

Article JAVA Magazine 04 -2021   Kotlin is een krachtige, moderne taal die de laatste jaren veel aan populariteit wint. In Kotlin geprogrammeerde software draait zonder problemen op een JVM, maar vertaalt ook makkelijk naar JavaScript en native code (bijvoorbeeld iOS, macOS of Linux). Kotlin is dus geschikt voor het bouwen van zowel front-end, als back-end, als mobiele applicaties.   …

Read More »

Interview with Abdoulaye Wade Cissé: Using a JavaFX application as a virtual chemistry and biology lab

Author: Frank Delporte Original post on Foojay: Read More I continuously collect JavaFX-related content for the JFX Central Links Of The Week. Recently, I saw a video on LinkedIn, shared by Abdoulaye Wade Cissé, of a JavaFX “virtual lab” and wanted to learn more about this project… Turns out he is a 22-year-old student in Senegal, creating a fantastic project …

Read More »

Introduction to intermediate operations modeler: Stream Gatherers

Author: Hüseyin Akdoğan Original post on Foojay: Read More Table of Contents What are Gatherers? Creating a Gatherer Built-in Gaterers Create your own Gatherer Conclusion References Java is a programming language with many language features, specifications, and APIs. Even among experienced Java developers, being aware of all of these is quite rare. If a study were conducted, we might come …

Read More »

Breaktime Tech Talks (Ep37): Vector Database Frustration + Microsoft LazyGraphRAG

Author: Jennifer Reif Original post on Foojay: Read More Table of Contents Devnexus conference shout-outVector database exploration Issues getting up and running Overall experience Microsoft LazyGraphRAGWrapping up! This is episode 37 of the Breaktime Tech Talks. You are listening to the Breaktime Tech Talks podcast, a bite-sized tech podcast for busy developers, where we’ll briefly cover technical topics, new snippets, …

Read More »

Betere testcode met het Tester Pattern

Article JAVA Magazine 04 -2021 Wie automatische testen schrijft, weet dat er ook een nadeel aan zit: ze moeten onderhouden worden. Waar testen eigenlijk bedoeld waren om veilig een refactoring te kunnen doen, zitten ze in de praktijk vaak meer in de weg dan dat ze er bij helpen. Kan dit ook anders? Jazeker!   Ter illustratie (zie Afbeelding 1) …

Read More »