Wslets

Configurable data, such as the list of valid selections for a change request attribute, and dynamic data, such as the results of a query, are retrieved from the IBM® Rational® Synergy database using wslets. These are Rational-created web servlets that trigger Rational Synergy server-side processing.

Wslets are set up and called in HTML template files using special directives hidden in an HTML comment.

For instance, the following wslet returns the label of the problem_synopsis attribute, which is Synopsis.

<!-- WSLET CODE=PTString -->
<!-- PARAM NAME=CCM_STRING VALUE=problem_synopsis -->
<!-- /WSLET -->

Feedback