Scriptlet: Difference between revisions

Content deleted Content added
CanisRufus (talk | contribs)
m dab Java
No edit summary
 
(39 intermediate revisions by 31 users not shown)
Line 1:
{{more citations needed|date=December 2009}}
In [[Java Servlet Pages]] (JSP) technology, a scriptlet is a piece of [[Java programming language|Java]]-code embedded in HTML-code.
 
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 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 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==
<references />
 
==See also==
{{Portal|Computer programming}}
<br/>
 
[[Category:Java enterprise platform]]
 
 
{{Compu-lang-stub}}