<taglib:tutorial/>
This tutorial will give you an introduction on how to create tag extensions for your JSP pages.
1 Introduction
This tutorial will give you an introduction on how to create tag extensions for your JSP pages versions 1.1, 1.2 and 2.0
All examples assume that Orion ( http://www.orionserver.com) application server is used.
This tutorial contains the following lessons for JSP 1.1:
Setting up the environment
Lesson 1, Your first Tag
Lesson 2, Your first parameterised Tag
Lesson 3, Writing a BodyTag
Lesson 4, Writing Collaborating Tags
Lesson 5, Writing TEI Classes
Lesson 6, Accessing environment entries
Lesson 7, Accessing resource references
Lesson 8, Accessing user information
Lesson 9, Accessing the EJB layer
This tutorial contains the following lessons for JSP 1.2 (Requires Orion 2.0. or later):
Lesson 10, The IterationTag interface
Lesson 11, Using the TryCatchFinally Interface
Lesson 12, Changes to the TLD
Lesson 13, Using Listeners
Lesson 14, Writing Validators
This tutorial contains the following lessons for JSP 2 (Requires Orion 3.0 or later).
Lesson 15, Simple Tag Handlers
Notes on packaging and compiling Tag Libraries.