Scriptlet: Difference between revisions

Content deleted Content added
Filling in 2 references using Reflinks
No edit summary
 
(11 intermediate revisions by 10 users not shown)
Line 1:
{{refimprovemore citations needed|date=December 2009}}
{{Too abstract|date=November 2012}}
 
In [[JavaServer Pages]] (JSP) technology, a '''scriptlet''' is a piece of [[Java (programming language)|Java]]-code embedded in the [[HTML]]-like JSP code. The scriptlet is everything inside the <% syntaxhighlight lang="JSP" inline><% %> </syntaxhighlight> tags. Between these the user can add any valid ScripletScriptlet 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 language]]s.<ref>{{cite web|url=http://msdn.microsoft.com/en-us/library/office/aa189871(v=office.10).aspx |title=Understanding Scriptlets and Behaviors |publisher=Msdn.microsoft.com |date= |accessdate=2012-11-08}}</ref><ref>{{cite web|url=http://www.fileinfo.com/extension/sct |title=SCT File Extension - Open .SCT files |publisher=Fileinfo.com |date= |accessdate=2012-11-08}}</ref>
 
In the [[RPM (software)|RPM]] package management system, a '''scriptlet''' is a script embedded in the SPEC file.
 
==References==
Line 10 ⟶ 13:
 
==See also==
{{Portal|JavaComputer programming}}
<br/>
 
Line 17 ⟶ 20:
 
{{Compu-lang-stub}}
 
[[fr:Scriptlet]]
[[pt:Scriptlet]]