jsp
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
jsp
<c:forEach var="item" items="${collection}">
${item}
</c:forEach>
<taglib>
<taglib-uri>http://java.sun.com/jsp/jstl/core</taglib-uri>
<taglib-location>/WEB-INF/lib/c.tld</taglib-location>
</taglib>