|
|
A JSP template engine that enables developers to write JSP emails, JSP XML files, static (precompiled) HTML files and any other text format. The syntax is almost identical to JSP but it is not required to run inside a webserver.
Code: JSP 2.0 |
JSON-taglib is a JSP tag library used to render JSON (JavaScript Object Notation) data from within JSP code. It can be used as part of the server-side of an AJAX application, allowing you to use the full power of JSP to format your JSON data. Code: JSP 2.0 |
Custom JSP taglib lets you restrict the visible area for your text. So you can use this taglib for wrapping columns in your tables.
Code: JSP 2.0 |
|  | |
Custom JSP taglib. Provides a simple template based tool. Sure, templates are the almost mandatory part of any Java-based web development toolbox nowadays, so it is yet another.
Code: JSP 2.0 |
Custom JSP taglib. Lets you add custom CSS settings to the first letter in the paragraph.
Code: JSP 2.0 |
Custom JSP taglib. Implements data driven templates you may use for pages with some regular structure (e.g. tables, catalogues, reports etc.). DataList tag accepts as parameters some datasource and a set of templates. Code: JSP 2.0 |
Custom JSP tag Repeater displays data items in a repeating list. This tag is similar to the Repeater control in ASP.NET. Similar to DataList, the content and layout of list items in Repeater is defined using templates. Code: JSP 2.0 |
|  | |
Custom JSP taglib. Lets you format HTML output as a multiple columns list. As a source for your data you can use some collection, array or iterator. Also you can describe individual elements with body tag setElement. Code: JSP 2.0 |
Custom JSP taglib for paging. This taglib takes some data and dynamically splits up this information into several pieces (pages) as well as generates automatically an index for available pages. Code: JSP 2.0 |
Icon Key >
 - Recently Updated
 - Showcase Listing
|