aspose file tools
The moose likes Web Component Certification (SCWCD/OCPJWCD) and the fly likes Tag libraries ? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Certification » Web Component Certification (SCWCD/OCPJWCD)
Reply Bookmark "Tag libraries ?" Watch "Tag libraries ?" New topic
Author

Tag libraries ?

Reghu Ram Thanumalayan
Ranch Hand

Joined: Oct 21, 2003
Posts: 193
Hello,
Can any one explain what is tag libraries, what is it needed for and how is it useful in simple words. thanks,


Cheers,<br />Reghu Ram T<br /> <br />SCJP 1.4 - 98 %, SCBCD 1.3 - 94 %, SCMAD 1.0 - 92 %
David Ulicny
Ranch Hand

Joined: Aug 04, 2004
Posts: 724
Tag libraries are Java code which you can put as action into jsp. Example:


This tag for example do the iteration over collection. You don't need put scriptlet into your jsp page. That is the purpose of tags.


SCJP<br />SCWCD <br />ICSD(286)<br />MCP 70-216
David Ulicny
Ranch Hand

Joined: Aug 04, 2004
Posts: 724
Tag libraries are Java code which you can put as action into jsp. Example:


This tag for example do the iteration over collection. You don't need put scriptlet into your jsp page. That is the purpose of tags.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Tag libraries ?
 
Similar Threads
what is the use of custom tag libraries?
A jsp scriptlet question
JSTL: problem
reload a JSP file every time it visits
Tag Library and Struts Framework