Anyone tell me where can I find -
the study material for studying Custom Tag Library Objective::
This objective is not there in SCWCD Study kit for 1.3.
Plz help me out and guide me some good study resources for this.
---------------------------------------------------------------------------Section 10: Building a Custom Tag Library
• Describe the semantics of the "Classic" custom tag event model when each event method (doStartTag, doAfterBody, and doEndTag) is executed, and explain what the return value for each event method means; and write a tag handler class.
• Using the PageContext API, write tag handler code to access the
JSP implicit variables and access web application attributes.
• Given a scenario, write tag handler code to access the parent tag and an arbitrary tag ancestor.
• Describe the semantics of the "Simple" custom tag event model when the event method (doTag) is executed; write a tag handler class; and explain the constraints on the JSP content within the tag.
• Describe the semantics of the Tag File model; describe the web application structure for tag files; write a tag file; and explain the constraints on the JSP content in the body of the tag.
---------------------------------------------------------------------------