Scriptlet: Difference between revisions

Content deleted Content added
adding Windows sciptlets
Filling in 2 references using Reflinks
Line 4:
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 <% %> tags. Between these the user can add any valid Scriplet i.e. any valid Java Code.
 
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>
 
==References==