Re: Intro to JSTL

2006-01-18 Thread Mark Lowe
I think that jsp 2.1 is all part of the new j2ee stuff, and has been brought more in line with jsf (1.2). The #{foo.bar} notion from jsf and ${foo.bar} have been aligned with unified EL (expression language), so all those bits of code where you need a bit of room to move can be done using jstl and

Re: Intro to JSTL

2006-01-18 Thread Michael Jouravlev
On 1/18/06, Craig McClanahan <[EMAIL PROTECTED]> wrote: > On 1/18/06, Michael Jouravlev <[EMAIL PROTECTED]> wrote: > In particular I mean what you wrote about, that JSTL does not replace > > Struts html tags. That is, JSTL (1) does not generate element names > > that reflect hierarchy of backing be

Re: Intro to JSTL

2006-01-18 Thread Craig McClanahan
On 1/18/06, Craig McClanahan <[EMAIL PROTECTED]> wrote: > > > Because JSP 1.2 --> 2.0 was such a big change, there was not a lot of need > to fundamentally enhance JSP this time around. Instead, most of the effort > was expended on unifying the expression language syntax and semantics > between JS

Re: Intro to JSTL

2006-01-18 Thread Craig McClanahan
On 1/18/06, Michael Jouravlev <[EMAIL PROTECTED]> wrote: > > On 1/18/06, Craig McClanahan <[EMAIL PROTECTED]> wrote: > > On 1/18/06, Laurie Harper <[EMAIL PROTECTED]> wrote: > > > > > > It might be worth noting that the WebWork integration for Struts > Action > > > 2.0 will introduce another expres

Re: Intro to JSTL

2006-01-18 Thread Michael Jouravlev
On 1/18/06, Craig McClanahan <[EMAIL PROTECTED]> wrote: > On 1/18/06, Laurie Harper <[EMAIL PROTECTED]> wrote: > > > > It might be worth noting that the WebWork integration for Struts Action > > 2.0 will introduce another expression syntax, OGNL (?). But any > > investment you make now in JSTL will

Re: Intro to JSTL

2006-01-18 Thread Craig McClanahan
On 1/18/06, Laurie Harper <[EMAIL PROTECTED]> wrote: > > It might be worth noting that the WebWork integration for Struts Action > 2.0 will introduce another expression syntax, OGNL (?). But any > investment you make now in JSTL will still be valid as JSTL should work > in any JSP regardless of wha

Re: Intro to JSTL

2006-01-18 Thread Michael Jouravlev
Wicket had OGNL expressions in 1.0 version, but they decided to drop it, supposedly for performance reasons. I did not follow the details. Michael. On 1/18/06, Laurie Harper <[EMAIL PROTECTED]> wrote: > It might be worth noting that the WebWork integration for Struts Action > 2.0 will introduce a

Re: Intro to JSTL

2006-01-18 Thread Laurie Harper
It might be worth noting that the WebWork integration for Struts Action 2.0 will introduce another expression syntax, OGNL (?). But any investment you make now in JSTL will still be valid as JSTL should work in any JSP regardless of what framework you're using. L. Gary Feidt wrote: Thanks fo

RE: Intro to JSTL

2006-01-18 Thread Adrian_Rios
IL PROTECTED] Sent: Wednesday, January 18, 2006 7:32 AM To: user@struts.apache.org Subject: Re: Intro to JSTL Thanks for the quick responses, but is using JSTL with Struts the next logical step to using just Struts? Or is Struts going in another direction in the future? Gary >>> [EMAIL P

Re: Intro to JSTL

2006-01-18 Thread Michael Jouravlev
On 1/18/06, Gary Feidt <[EMAIL PROTECTED]> wrote: > Hello Everybody, > > I've been developing Struts applications for a couple of years (the > last using Struts 1.2.4), but have not used JSTL. Is JSTL the next > logical progression? Is there a good place to start learning JSTL? Any > good books,

Re: Intro to JSTL

2006-01-18 Thread Dave Newton
Gary Feidt wrote: > Thanks for the quick responses, but is using JSTL with Struts the next > logical step to using just Struts? Depends. It's a step up from using many of the Struts taglibs (logic:iterate, etc.) > Or is Struts going in another direction in the future? > Depends. But be aware th

Re: Intro to JSTL

2006-01-18 Thread Frank W. Zammetti
> Gary Feidt wrote the following on 1/18/2006 9:28 AM: > > I've been developing Struts applications for a couple of years (the > last using Struts 1.2.4), but have not used JSTL. Is JSTL the next > logical progression? Is there a good place to start learning JSTL? Any > good books, or web sites?

Re: Intro to JSTL

2006-01-18 Thread Rick Reumann
Gary Feidt wrote the following on 1/18/2006 10:32 AM: Thanks for the quick responses, but is using JSTL with Struts the next logical step to using just Struts? Or is Struts going in another direction in the future? JSTL doesn't have much to do with Struts. It's just a standard tag library for

Re: Intro to JSTL

2006-01-18 Thread Gary Feidt
Thanks for the quick responses, but is using JSTL with Struts the next logical step to using just Struts? Or is Struts going in another direction in the future? Gary >>> [EMAIL PROTECTED] 1/18/2006 8:33:39 AM >>> Gary Feidt wrote the following on 1/18/2006 9:28 AM: > I've been developing Strut

Re: Intro to JSTL

2006-01-18 Thread Rick Reumann
Gary Feidt wrote the following on 1/18/2006 9:28 AM: I've been developing Struts applications for a couple of years (the last using Struts 1.2.4), but have not used JSTL. Is JSTL the next logical progression? Is there a good place to start learning JSTL? Any good books, or web sites? I lik

Re: Intro to JSTL

2006-01-18 Thread Srinivas Jadcharla
JSTL(JavaServer Pages Standard Tag Library) is the Library of Tags those are simillar to the Tags you used in Struts Based JSPs like html,logic,bean etc.. On 1/18/06, Gary Feidt <[EMAIL PROTECTED]> wrote: > > Hello Everybody, > > I've been developing Struts applications for a couple of years (the