================== Developing JSP Tag Libraries in JSP 1.2 The ability to create tag libraries is a recent addition to the JavaServer Page (JSP) specification that lets you create reusable tags that resemble XML/HTML. This addition to the specification allows for role-based development that can significantly improve the development and design of your Web applications. This series of articles will examine JSP tag libraries and show how they can benefit your project. Includes code snipets. http://www.alphaworks.ibm.com/aw.nsf/html/VAD-002?open&l=222,t=gr,p=JSPtags ================== =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.html http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
