BBJSP Tag Libraries (Deprecated)

The BBJSP system is deprecated. For new development, use BBxServlet.

Description

BBJSP makes it easy to create small reusable components within custom tags libraries and to develop reusable page fragments that can be embedded into any page within your application..

There are two types of custom tags:

Simple Tags

These can be considered as a BBJSP Page fragment that contains HTML mark-up and need embedding into a BBJSP Page with the appropriate tag.

Code Tags

Are written in the BBj programming language to provide a higher level of functionality within your pages. The Core Tag Library fall into this group.

See Also

BBJSP

Core Tag Library

JSON Tag Library

SQL Tag Library

Command Tag Library

Simple Tags

Code Tags