• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

custom Tag Libraries ??

 
Ranch Hand
Posts: 5399
1
Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
In j2sdkee1.2.1 under javax.servlet.jsp.tagext there are only two interfaces which I read:
1) BodyTag
2) Tag
Now by mistake I downloaded docs for jsp-1_2 and there are 4 interfaces:
1)BodyTag
2)IterationTag
3)Tag
4)TryCatchFinally
Now should I go through it OR I can skip it and do it after exam
Plz any suggestion .....
in short does question comes regarding these interfaces ??
TIA
PS: classes are also more.... can I skip
In J2EE1.2.2
-------------
  • BodyContent
  • BodyTagSupport
  • TagAttributeInfo
  • TagData
  • TagExtraInfo
  • TagInfo
  • TagLibraryInfo
  • TagSupport
  • VariableInfo


  • as per JSP1.2
    -------------
  • BodyContent
  • BodyTagSupport
  • PageData
  • TagAttributeInfo
  • TagData
  • TagExtraInfo
  • TagInfo
  • TagLibraryInfo
  • TagLibraryValidator
  • TagSupport
  • TagVariableInfo
  • ValidationMessage
  • VariableInfo


  • again TIA
    [ May 27, 2002: Message edited by: Ravish Kumar ]
     
    Ranch Hand
    Posts: 395
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    Its better to go for Latest Spec..
    i.e. Servlets 2.3 and JSP 1.2.
    Always helps in Exams and more important in coming interview..
    Cheers
     
    R K Singh
    Ranch Hand
    Posts: 5399
    1
    Spring Java
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    Thanks Goundalkar
    Actually I was thinking that it is too latest...
    but I was wrong ...
    One should go for later i.e servlets2.3 and JSP1.2
     
    Rototillers convert rich soil into dirt. Please note that this tiny ad is not a rototiller:
    a bit of art, as a gift, the permaculture playing cards
    https://gardener-gift.com
    reply
      Bookmark Topic Watch Topic
    • New Topic