> -----Original Message-----
> From: PREETAM Balijepalli [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, July 14, 2004 1:13 PM
> To: Struts Users Mailing List
> Subject: RE: Struts Tag Lib VS JSTL Tag Lib
> 
> 
> Have you ever compared JSTL and Struts Tag In performance...?

I think the immediate question would be...whose JSTL?  Struts?
Given the overlap between JSTL and some of the struts tags I would imagine there is a 
lot
of copy and paste, so they would probably be about the same.

> 
> Like page generation
> 
> SQL access

SQL access in a JSP page?  Perish the thought :)  Given that you're talking about 
performance, probably slower then doing it the standard J2EE way.

> 
> Request and response handling

Given that most people are using JSP's as view components, especially on this list, I 
don't think
anyones looked at that.

> 
> Architecture benefits

The JSTL, especially the EL portions make writing dynamic pages much easier, by 
reducing the amount of scriptlets you have.

> 
> Thanks
> Preetam
> 
> 
> 
> 
> -----Original Message-----
> From: Hubert Rabago [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, July 14, 2004 4:02 PM
> To: Struts Users Mailing List
> Subject: Re: Struts Tag Lib VS JSTL Tag Lib
> 
> AFAIK, the Struts tags aren't competing with JSTL tags.  I believe the
> recommended approach is to use JSTL tags when you can, and use the
> Struts
> tags when you need functionality not provided by the JSTL tags.  In
> short, if
> you're looking at writing a block of code and you can go 
> either way, use
> JSTL.
> 
> Hubert
> 
> --- PREETAM Balijepalli <[EMAIL PROTECTED]> wrote:
> > Hi
> > 
> >  
> > 
> > Has any one ever compared Struts Tag Lib and JSTL Tag Lib and drawn
> any
> > comparison.
> > 
> >  
> > 
> > On Performance, Architecture, Developer comfort.
> > 
> >  
> > 
> > Thanks
> > 
> > Preetam
> > 
> >  
> > 
> >  
> > 
> >  
> > 
> >  
> > 
> >  
> > 
> > Attempt May Be Failure
> > 
> > Failure In Attempt~No!
> > 
> >  
> > 
> > 
> 
> 
> 
>               
> __________________________________
> Do you Yahoo!?
> New and Improved Yahoo! Mail - Send 10MB messages!
> http://promotions.yahoo.com/new_mail 
> 
> ---------------------------------------------------------------------
> 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