D
D
DunkanMaklaut2020-09-05 17:54:38
Java
DunkanMaklaut, 2020-09-05 17:54:38

What would be the best use for a dynamic web application?

There is a ready-made web project with the DataTables plugin for working with the database (add / delete / edit / view), consisting of servlets and 8 jsp pages, it is ready and functions well in general. But I would like to make it dynamic so that, when deleting, we don’t have to wait until the page reloads, it seems that this can be done using Ajax, but will it function on jsp?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
O
Orkhan, 2020-09-05
@DunkanMaklaut

this can be done with Ajax, but will it work on jsp?

Yes, it will.
https://www.journaldev.com/4742/jquery-ajax-jsp-se...
https://www.javatpoint.com/ajax-example-with-database
If necessary, you can use angular, vuejs, react, etc. .d.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question