Unit-4(4): JSP Custom Tag



Unit-4(4): JSP Custom Tag

Unit-4(4): JSP Custom Tag

This Video explains the JSTL Custom tag library with a JSP Custom tag program. Here the program is developed using Net beans editor. This video explains each and every configuration steps required to execute the program.

The JSP Standard Tag Library (JSTL) represents a set of tags to simplify JSP development. A custom tag is a user-defined JSP language element. It eliminates the possibility of scriptlet tag and separates the business logic from the JSP page. When a JSP page containing a custom tag is translated into a servlet, the tag is converted to operations on an object called a tag handler. The Web container then invokes those operations when the JSP page’s servlet is executed. JSP tag extensions let you create new tags that you can insert directly into a Java Server Page just as you would the built-in tags. The JSP 2.0 specification introduced the Simple Tag Handlers for writing these custom tags.

Advanced java PPT and material is available here:
https://www.darshan.ac.in/DIET/CE/GTU-Computer-Engineering-Study-Material

This video is recorded by Prof. Swati Sharma ([email protected]) at the Computer Engineering Department of Darshan Institute of Engineering & Technology, Rajkot as per GTU Syllabus.

Darshan Institute of Engineering & Technology, Rajkot is a leading institute offering undergraduate, graduate and postgraduate programs in engineering. The Institute is affiliated to the Gujarat Technological University (GTU) and approved by the AICTE, New Delhi.

Visit us: http://www.darshan.ac.in
Write to us: [email protected]
Facebook: https://www.facebook.com/DarshanInsti…
Twitter: https://www.twitter.com/darshan_inst
Instagram: https://www.instagram.com/darshan_inst/

Comments are closed.