Runtime components : Presentation components : JSPs
  
JSPs
This section discusses JavaServer Pages (JSPs) and JSP tags.
JavaServer Pages (JSPs) are used to dynamically construct HTML pages requested by a client Web browser. Any HTML page can contain URL links that cause a JSP to be rendered and returned to the HTML browser. JSP tags render HTML contents based on the attributes of the tag and dynamic information obtained from the context.
UNICOM® Digital Transformation Toolkit (UDTT™) provides custom JSP tags and utility beans to enable applications to retrieve information from the operation context hierarchy, get resources, and handle errors. If your application requires additional behavior, you can build new tags using the JspContextServices interface.
See
Concepts
Tasks
Reference
Go up to
Presentation components