On Thu, 7 Feb 2002, Lomvardias, Christopher wrote: > Thanks. I obviously have quite a bit more reading to do. I must admit > I haven't found a good overview on all this and very little in the way > of examples of JSP 1.2 tag libraries.
Well, definitely use this list as a resource, then. :-) If you want help actually implementing tags, there are a few good books out there. (I like "JSP Tag Libraries" by Shachor, et. al.) Also, I've specifically tried to write most of the JSTL reference implementation in a "pedagogical", easy-to-read style. (That is, it's over-commented, with long explanations of how things are meant to work.) One of my goals for the RI (the 'Standard Taglib' in Jakarta Taglibs) was that it be a good way to learn taglib development. Best, Shawn -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
