I made an application in Java, it periodically generates data, and now there is a need to display this data in the format of a web site, and when updating the data, they must also be changed on the page opened in the browser without having to reload it. I am far from the layout and front-end development in general, so I would like a simple and understandable solution. Previously used the ktor framework , but did not find the ability to dynamically update the page.
- Book Head First Servlets and JSP in your hands and go! In short: you need to learn servlets, JavaServerPages and understand, to begin with, what a web container is. - not a Programmer
|
1 answer
Firstly, the concept of "HTML programming" is not, secondly, you need to learn JavaScript in order to properly implement the idea, and more precisely DOM , Ajax , if you know Java badly, you won’t be interested in learning these technologies to implement this idea.
- There are no JabaScript concepts either :) - not a Programmer
- Wow, thanks, did not notice. - Evgeny Ivanov
|