>>FW:
On Thu, 10 Jul 2003, David Graham wrote:

>
> It's a huge step *forwards* from the Struts tags.  The JSTL is far more
> powerful and easier to use.  Plus, it's a standard so every Java web
> developer is expected to know it.

Besides these advantages (which are correct), there's another important
one -- because the tags are standard, smart JSP page compilers can
optimize the code that they generate.  For example, the compiler can turn
a <c:forEach> into a real "for" statement, instead of paying the overhead
price of the standard tag invocation protocol.

>
> David

Craig

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to