JSP

The architecture uses Java Server Pages 1.2 (JSP). JSP makes up the view component in the Struts Model-View-Controller (MVC) framework.

Where possible, custom tags are used in the JSPs instead of scriptlets to make them easier to read and interpret. The architecture uses its own custom taglib in addition to the Struts taglibs.

Related topics

Custom taglib
Struts taglibs