JSP tag
(redirected from JSP custom tag)JSP tag
A software routine written in Java that is used in a JSP page by referencing it with a tag. JSP programmers can write custom tags because they are commonly used in the kinds of applications they write or for purposes of readability. Instead of having Java code interspersed throughout the JSP page, JSP tags conform to the syntax of HTML and help non-Java programmers maintain the JSPs more easily. See JSTL and Struts.Copyright © 1981-2019 by The Computer Language Company Inc. All Rights reserved. THIS DEFINITION IS FOR PERSONAL USE ONLY. All other reproduction is strictly prohibited without permission from the publisher.