When publish dhtmlxGantt with Java?

Hi,it is a problem for me,I am always waiting the java version.

Hello,
The dev team has plans to make it someday, but I cannot give you an ETA on when it would happen.

It seems five years has gone,when is it coming?

Hello,
We do not specialize in Java, so we have not started preparing the tutorial, yet.
So, unfortunately, I cannot give you an ETA.

Hello,
I found the following ready demo for the Spring framework (Java):

As Gantt is a Javascript library, it should work on any HTML page.

After adding the necessary code to the src/main/resources/static/index.html file, I was able to make it work.
Here is a ready demo:
https://files.dhtmlx.com/30d/52f7092dd08bfdc13c5d3f280ec24a26/Spring+Gantt_demo.zip

To see how it works, you need to install all the necessary components of OpenJDK 8 (or other Java version). Then you need to navigate to the folder with that demo project in the command line and run the following command:

Linux:

./gradlew bootRun

Windows:

gradlew.bat bootRun