Create User Exit Files

The user exits in the JSP-based system were directly placed within the JSP as code snippets within specially located markers. In the XSLT system, the meta-data is separated from the user exit, and resides in an .xjs file with the same name as the JSP file, with only user exits and each user exit function explicitly defined in the file.

Going from JSP to XSLT user exits is thus not trivial. However, a set of supplied scripts will create a new user exit .xjs file for each of the different JSP template files in your system. The following table lists the scripts to run for each template file:

Sub Panel

convertSubPanel.pl

Tree Page

convertTreePage.pl