You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-user@tomcat.apache.org by Yansheng Lin <ya...@isogis.com> on 2003/07/10 20:44:47 UTC

BTW: JSTL is getting quite a boost in Struts Community:).


>>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: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: taglibs-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: taglibs-user-help@jakarta.apache.org