Should we remove JSP tags? #638
Labels
chore/infrastructure
enhancement
Use this for a change about existing functionality, use 'new feature' for new functionality.
project:client
Related to the client/front-end war.
The Knetminer client is rendered by means of a small JSP/tag library (see .tag files in client-base/).
This is usually done when some modularity is needed, eg, a set of generic widgets to be used to compose an application-specific case. Apart from the fact that nowadays there are simpler ways to do the same using Javascript only, the current code is very Knetmkiner-specific and there isn't much benefit in using tags inside an empty JSP page, wrt using the same HTML code that comes from the tags directly into the JSP.
So, should migrate it to plain JSP?
The text was updated successfully, but these errors were encountered: