Struts provides a lot of tag libraries in different areas which help reduce
having scriplets in the JSP's.

a.. Bean Tags
a.. HTML Tags
a.. Logic Tags
a.. Nested Tags
a.. Tiles Tags
a.. Utilities
a.. Validator

Check out the developer's guide on how to use the tags @
http://jakarta.apache.org/struts/userGuide/index.html. There are certain
overlaps between JSTL and Struts tags. JSTL is not a part of Struts
framework. Though a reference implementation of the same is available by
Jakarta (JCP Standardized Tag Libraries). You may want to check that too.

Cheers
Sachin
----- Original Message ----- 
From: "Raj Yadav" <[EMAIL PROTECTED]>
To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]>
Sent: Monday, January 12, 2004 6:18 AM
Subject: RE: Struts Tag Lib and Performance


> Thanks for your reply Richard.
> At this moment, I don't know how many different types of TagLibs Struts
has
> to offer. But from what you have mentioned, they can really be of great
help
> to JSP Developers and can reduce complexity.
> Can you tell me little more how using the Struts tags can avoid using
> scriptlets?
> Is JSTL part of Strtus tablibs?
>
> Thanks,
> -raj
>
>
> -----Original Message-----
> From: Richard Yee [mailto:[EMAIL PROTECTED]
> Sent: Sunday, January 11, 2004 12:30 PM
> To: Struts Users Mailing List
> Subject: Re: Struts Tag Lib and Performance
>
> Raj,
> Which taglibs do you not want to use? If you don't use the Struts html
> taglibs, you will lose a lot of the functionality that they provide,
namely
> prepopulation of form input values. A lot of the other tags also provide
> functionality that lets you avoid having to use scriptlets. Some
> functionality is overlapped by the JSTL tags and in those cases, it is
> preferable to use JSTL instead of the struts equivalents.
>
> Overall, you probably won't lose much in performance, if you don't use the
> Struts tags, but you'll have to do a lot more work yourself and this may
> come at the expense of maintainability and readability of your JSP pages.
>
> Regards,
>
> Richard
> At 09:56 AM 1/11/2004, you wrote:
> >Hi All,
> >I am trying to do a performance/feasibility check of the Struts
Framework.
> >I came across this taglib and wanted to ask will there be any
> >performance issue's if the Struts Taglib are not used and we use the
> >rest of the features provided by Struts ?
> >
> >Thanks in advance
> >
> >-raj
> >
> >
> >---------------------------------------------------------------------
> >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]
>
>
>
>
> ---------------------------------------------------------------------
> 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