Now, let us quickly review what we have learnt about Tag Libraries and Custom Tags in the previous two chapters.
Tag Libraries:
• A tag library is similar to JavaBeans, which means that you can reference a class from JSP using XML notation.
• A tag library maps XML tags to underlying class methods in a Tag Library Descriptor (.tld) file
• JavaBeans allow you to separate your applications into