I would like to have a external property
(which has label name & value pairs) for each jsp pages in my web application.
I've done in this way like simply reading property file in a Map and placing in jsp using expression language
.
Is there any other methodology to handle these in Java/Spring?