In the process of trying to get my site up and running I came across a page that I'd written a year ago (not a big site--just a slow programmer) before I learned about JSTL that uses JavaBeans, which led me to ask the question "Should I redo this page using JSTL tags?"
What's the current "State of the (JSP) Art" with respect to JSTL vs. JavaBeans? Is one preferred over the other?
