In fact, this is the preferred view for the programmer,
because changing data is then dynamically generated.
However, it requires people to have a web server (one with
JSP support), even if the need is only to have a unique
.HTML page to show the log in a table.
Maybe there is a possibility to use common data (like the
general page structure, in a .xml skeleton) for both
solutions (static .html and .jsp)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: NO
In fact, this is the preferred view for the programmer,
because changing data is then dynamically generated.
However, it requires people to have a web server (one with
JSP support), even if the need is only to have a unique
.HTML page to show the log in a table.
Maybe there is a possibility to use common data (like the
general page structure, in a .xml skeleton) for both
solutions (static .html and .jsp)
Logged In: NO
It should be designed as a set of (lightweight) web
components reusable in a web page.
Some ways to dynamically generate those components / web pages :
- embed a JSP interpreter (see embed web servers)
- use / call a script (why not python)