JSP custom tags is a new technology that has one main objective: defining a component model for JavaServer Pages (JSP). JSP tags let programmers develop JSP-aware components that can later be used by others in the development process, starting with peer developers and ending with nonprogrammer HTML coders who are part of the team.
Using custom tags in web projects is a great productivity boost. By building a tag-based application you can assemble your project, using existing tags that are available from third parties (either as open-source or for purchase) and, more importantly, develop your own JSP tags to meet your specific needs. Developing custom tags is the focus of this book. download
Using custom tags in web projects is a great productivity boost. By building a tag-based application you can assemble your project, using existing tags that are available from third parties (either as open-source or for purchase) and, more importantly, develop your own JSP tags to meet your specific needs. Developing custom tags is the focus of this book. download