This is an excellent article explaining custom tags in JSP2:
http://www.vsj.co.uk/java/display.asp?id=408
The custom tag development has been simplified and the complicated java API is no longer needed to develop a custom tag. A *.tag file is created instead.
JSP custom tags are an advantage in the JSP language that does not exist in other web technologies I'm aware of (ie. PHP).
http://www.vsj.co.uk/java/display.asp?id=408
The custom tag development has been simplified and the complicated java API is no longer needed to develop a custom tag. A *.tag file is created instead.
JSP custom tags are an advantage in the JSP language that does not exist in other web technologies I'm aware of (ie. PHP).
No comments:
Post a Comment