• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Q. on Custom Tag Library

 
Ranch Hand
Posts: 44
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
---------------------------------------------------------------------------
 
Ranch Hand
Posts: 31
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Rashmi,

Try the O'Reilly book "Java Server Pages 3rd Ed" by Hans Bergsten.

-Durgesh
SCJP 1.4, SCWCD 1.4, SCDJWS(beta)
 
reply
    Bookmark Topic Watch Topic
  • New Topic