The JSTL is not part of Struts, but it can easily be used along with it.
There is also a variation of the Struts tag libraries that evaluates
attribute values using the same expression evaluation engine that the
JSTL uses (the Apache implementation, at least).  This is called
"Struts-EL", and it's available in the "contrib" directory of the Struts
distribution.

-----Original Message-----
From: Raj Yadav [mailto:[EMAIL PROTECTED] 
Sent: Sunday, January 11, 2004 11:18 AM
To: 'Struts Users Mailing List'
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