|
|
Building your first JSP custom Tag |
|
|
Building your first JSP custom Tag |
|
|
Java / JSP and Servlets |
|
|
Click to Visit |
|
|
22 |
|
Building JSP tags is as easy as building a normal Java class file. This tutorial teaches you how to build custom tags in JSP assuming that you have no knowledge of JSP tags. JSP tags have rules similar to the XML tag rules. They are delimited with ‘’. JSP tags allow separation of server-side Java code and client side HTML code. This is very significant when the client and server side solutions are developed separately. Even non-java programmer can use tags as they are very easy to use and maintain.
|