JavaFX 19 Released

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • imgui-java

    JNI based binding for Dear ImGui

  • So this makes me wonder: how common is desktop app development with Java these days? I imagine there is still a lot done for internal app, but is it still viable to ship Java apps to end users? How you handle JRE distribution in that case?

    Anyway also wanna shout out Dear ImGui[0]. I've been using it recently to build an interactive UI to quite complicated networking code. So far it been great for manual testing and demos, and it's fairly low maintenance once running.

    [0] https://github.com/SpaiR/imgui-java

  • javafx-maven-plugin

    Maven plugin to run JavaFX 11+ applications

  • I don't think it's difficult at all. Not today, certainly.

    With a maven project it's a single dependency: org.openjfx:javafx-controls:18.0.1

    And a simple plugin (org.openjfx:javafx-maven-plugin:0.0.5? (I think)), https://github.com/openjfx/javafx-maven-plugin has a quick start.

    Then: mvn clean javafx:run

    No need to tweak your JVM install, the maven downloads everything you need, including the platform binaries.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • NoClassDefFoundError while trying to run javafx programs made with maven.

    2 projects | /r/javahelp | 8 Dec 2023
  • Proper guide to create a .jar file including all JavaFX dependency using maven?

    2 projects | /r/javahelp | 1 May 2023
  • problems with javafx in intellij

    7 projects | /r/javahelp | 14 Jun 2022
  • Project modules + Maven + JavaFX + JAR -> unsupported JavaFX configuration

    1 project | /r/javahelp | 5 May 2022
  • getResourceAsStream() == null when run from JAR

    3 projects | /r/javahelp | 22 Feb 2022