Back to School with JSTL
I haven’t done any work with JSTL in a little while, but some work with JSP brings it back. It reminds me that JSTL is a pretty powerful little taglib, espcially JSTL core (the old c: guys). Here are a couple references that I found helpful when first learning about and working with JSTL and JSTL core, all those many years ago:
- JSTL in Action: Great book. Gives you a good understanding of what you can do.
- Sun’s JSTL reference is a little Java Doc-y, but works well.
- IBM Developerworks (is that one word or two?) has some good info as well.
Personally, I have to make a concious effort not to write eRB-style Ruby templating code, but I’m coping pretty well.