Tauri is a Rust-based framework for building desktop applications. Here’s my view.
-
Why Did We Choose Jakarta Faces for the UI of the Eclipse Starter for Jakarta EE?
This article explains why we chose JSF to build the Eclipse starter for Jakarta and why it deserves more love and attention!
-
Create a CRUD UI in Pure Java
Many developers struggle writing Web UI, but it gets to be a super fun job if we could do it using pure java, let’s find out how we can do it using Vaadin.
-
Custom Controls in JavaFX (Part I)
As long as you only would like to create a simple form-based application, the available UI controls in JavaFX will work totally fine.
But when it comes to special requirements, you quickly will run into problems where you need to create your own controls. Unfortunately, in JavaFX, the decision was made to make a lot of the code from the UI controls private and final.
In this part, we will create a custom JavaFX control by changing the style of an existing control.