Article · Wikipedia archive · Last revised Jun 13, 2026

Scriptlet

In JavaServer Pages (JSP) technology, a scriptlet is a piece of Java-code embedded in the HTML-like JSP code. The scriptlet is everything inside the <% %> tags. Between these the user can add any valid Scriptlet i.e. any valid Java Code.

Last revised
Jun 13, 2026
Read time
≈ 1 min
Length
110 w
Citations
2
Source

In JavaServer Pages (JSP) technology, a scriptlet is a piece of Java-code embedded in the HTML-like JSP code. The scriptlet is everything inside the <% %> tags. Between these the user can add any valid Scriptlet i.e. any valid Java Code.

In AppleScript, a scriptlet is a small script.

In Windows, a scriptlet is COM component including a HTML code and a script which may be written in a variety of scripting languages.12

In the RPM package management system, a scriptlet is a script embedded in the SPEC file.

References

References

  1. "Understanding Scriptlets and Behaviors". Msdn.microsoft.com. Retrieved 2012-11-08.
  2. "SCT File Extension - Open .SCT files". Fileinfo.com. Retrieved 2012-11-08.
See also

See also