Create a demonstration dynamic web application that will show how to use several tags from the JSTL.
Your application should include the following requirements:
Import the jstl jar files into your Eclipse project
Provide examples of the following JSTL tags:
< c:if >
< c:out >
< c:forEach >
< c:forTokens >
< c:import >
2 more core tags of your choice (done, < c:when >, < c:choose >)
4 fmt tags of your choice (< fmt:requestEncoding >, < fmt:formatDate >, < fmt:formatNumber >, < fmt:setTimeZone >)
3 fn tags of your choice (toUpperCase, toLowerCase, trim)
Notes: You may combine some of the tags into one example. You must provide different examples than those shown in any of the module content.