| Author |
custom Tag Libraries ??
|
R K Singh
Ranch Hand
Joined: Oct 15, 2001
Posts: 5369
|
|
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 ]
|
"Thanks to Indian media who has over the period of time swiped out intellectual taste from mass Indian population." - Chetan Parekh
|
 |
L Goundalkar
Ranch Hand
Joined: Jul 05, 2001
Posts: 395
|
|
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
|
<b>L G Goundalkar</b><br /> <a href="mailto:lggoundalkar@yahoo.com" rel="nofollow">lggoundalkar@yahoo.com</a> <br />Sun Certified Programmer for Java 2 Platform.<br />Sun Certified Web Component Developer for J2EE.
|
 |
R K Singh
Ranch Hand
Joined: Oct 15, 2001
Posts: 5369
|
|
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
|
 |
 |
|
|
subject: custom Tag Libraries ??
|
|
|