Accessing Java Constants from JSTL
It’s been a while now since the first specifications of JSTL. Since then it emerged as a standard for the presentation layer in web applications, replacing the ugly scriptlets with nice looking tags that resembles the HTML or XML markup. JSTL provides tags for typical presentation layer tasks, such as iterations, conditional content, data formatting, XML manipulation and database access, and its expression language makes working with dynamic attribute values a lot easier.