A
A
Alexander Interesting2022-01-03 18:29:08
Java
Alexander Interesting, 2022-01-03 18:29:08

How to make a system "HTML - design, jAVA - functionality"?

I want to do something like my Discord. But I want to make the design look like JavaFX, which is in XML. BUT! So that all the functionality is in java. The same voices, chats were using sockets in java. The design is simply required to handle clicks on elements and interactions with the page, for example, removing / adding an element, changing state, etc.

Answer the question

In order to leave comments, you need to log in

5 answer(s)
D
Dmitry Roo, 2022-01-03
@xez

Front on react/angular/vue
Back on java

V
Vasily Bannikov, 2022-01-03
@vabka

Something like this: https://strangeway.org/2016/05/how-to-develop-h...

O
Orkhan, 2022-01-03
Hasanly @azerphoenix

What about ElectronJS as GUI and Spring (Java REST application)?
Well, or Spring Boot + JavaFX application on the front and Spring on the back.
https://github.com/rgielen/javafx-weaver
https://habr.com/en/post/478402/

D
Dmtm, 2022-01-04
@Dmtm

>HTML - design, jAVA - functionality
yes it's wicket

A
Alexander Interesting, 2022-01-11
@Swimergg

I understand everything, but the functionality there is javascript and not java.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question