Hi All,
I am doing a comparion between different taglib service providers such as weblogic, apache(struts) and JSTL. Is there any comparion metrix already available??
Many thanks
Zulfi
Discussions
Web tier: servlets, JSP, Web frameworks: Comparision metrix of different taglib providers
-
Comparision metrix of different taglib providers (5 messages)
- Posted by: Syed Zulfiqar
- Posted on: November 01 2002 04:17 EST
Threaded Messages (5)
- Comparision metrix of different taglib providers by x x on November 01 2002 11:25 EST
- Comparision metrix of different taglib providers by Rod Johnson on November 03 2002 10:33 EST
- Comparision metrix of different taglib providers by Syed Zulfiqar on November 04 2002 04:41 EST
-
Comparision metrix of different taglib providers by Rod Johnson on November 04 2002 05:46 EST
- Comparision metrix of different taglib providers by Syed Zulfiqar on November 04 2002 07:00 EST
-
Comparision metrix of different taglib providers by Rod Johnson on November 04 2002 05:46 EST
- Comparision metrix of different taglib providers by Syed Zulfiqar on November 04 2002 04:41 EST
-
Comparision metrix of different taglib providers[ Go to top ]
- Posted by: x x
- Posted on: November 01 2002 11:25 EST
- in response to Syed Zulfiqar
jstl is new -
Comparision metrix of different taglib providers[ Go to top ]
- Posted by: Rod Johnson
- Posted on: November 03 2002 10:33 EST
- in response to Syed Zulfiqar
You mean performance comparisons? I don't know of any, but I've done some tests of an application using JSTL heavily (Apache implementation) and the performance seemed to compare very well with doing the same work in scriptlets. I was using iteration, output and currency formatting tags, with fairly heavy use of the Expression Language. I'd love to see some figures if anyone has done comparisons.
However, I think it's important to note that JSTL is the way of the future. Struts tags, for example, are likely to be deprecated in favor of the new standard approach. Also JSTL is effectively built into JSP 2.0.
Finally, JSTL is very well designed, very powerful, and the tags are designed to cooperate with application-specific tags. So I'd strongly recommend using JSTL in preference to proprietary alternatives.
In Expert One-On-One J2EE Design and Development I discuss how to use JSTL effectively, and how to integrate any application-specific tags you need with the standard iteration and output tags. -
Comparision metrix of different taglib providers[ Go to top ]
- Posted by: Syed Zulfiqar
- Posted on: November 04 2002 04:41 EST
- in response to Rod Johnson
Thanks Rod for the information provided. Currently i am comparing the facilities offered by each one of the taglib provider. Also i am comparing the flexibility, configuration & ease of use. The performance may be my second step.
Cheers
Zulfi -
Comparision metrix of different taglib providers[ Go to top ]
- Posted by: Rod Johnson
- Posted on: November 04 2002 05:46 EST
- in response to Syed Zulfiqar
Zulfi, have you considered publishing an article on this when you're through? This would be very useful information for the community. -
Comparision metrix of different taglib providers[ Go to top ]
- Posted by: Syed Zulfiqar
- Posted on: November 04 2002 07:00 EST
- in response to Rod Johnson
Yes i can, but i have to check out with my client's policy regarding that. Sad though.
Cheers
Zulfi