I\'m working on a web application using Java and its frameworks(Spring 3.1.1). And I\'m trying to avoid using scriptlets as much as possible, however I can\'t find a way oth
If you use Java EE 7 / Expression Language 3.0 you can create a List literal
List
which can then iterate over much like an Array.
Array