It strikes me that your comments about using XML as a scripting language could equally apply to the development of "scripting JSP tags" such as the logic tags in Struts.
The intermingling of logic with declarative statements seems to be unavoidable, but the approach of many tag writers concerns me. Why develop a tag based scripting language rather then using a "real" scripting language?
Is is plausible to use Jython on JSP pages? |