Archive for the 'Templates' Category
People don't get the difference between business and UI logic
7 Comments Published November 27th, 2007 in JSTL, Java, TemplatesPeople most of the time use business logic in their templates, be them JSP, Velocity or Rails. They confuse business logic and UI logic. Those are two different things. I always found it very useful to make UI logic explicit and only have UI logic in my JSPs or templates. So when using IF JSTL […]