What do you mean by a custom tag?

devquora
devquora

Posted On: Feb 22, 2018

 

Custom Tags can be depicted as Java classes, which are written by designers, which can be utilized as a part of the JSP utilizing XML markup. Custom tags can be considered as a class, which goes about as view partner beans that can be put into utilization without scriptlets, which are Java code snippets mixed with JSP markup.

JSP pages are produced and changed by page creators and can’t interpret the scriptlets. This blurs the detachment of different duties to be performed in a project. Custom Tags along these lines help in taking care of this issue as they are XML based and likes any markup language and can be effectively comprehended by the page author.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Struts Interview Questions

    What does the term Struts mean?

    Struts could be defined as open source programming that can be utilized for creating website pages that are java based...

    Struts Interview Questions

    How the flow of various requests happens in Struts Application?

    Struts Applications utilize the MVC designs, and the flow of demand occurs in a prescribed way: The user associated wit..

    Struts Interview Questions

    What are the benefits of the Struts system?

    The struts system is taking a shot at the MVC design. This ensures that the different layers of Struts are isolated app..