- JSP Weaver
Infobox_Software
name = JSP Weaver
caption =
developer = [http://www.zeroturnaround.com Zeroturnaround]
latest_release_version = 1.0.2
latest_release_date = release_date|2008|03|03
operating_system =Cross-platform
genre =Development aids
license = Proprietary
website = http://www.jspweaver.comJSP Weaver is a
JavaServer Pages interpreter. UnlikeJSP compiler s it evaluates the JSP files directly, without generating or compiling intermediate Java source files for the JSPJava servlet .Although this sacrifices some performance on page rendering (10%-20% overhead depending on the compiler in question) it enables a much faster reloading of changes made to the source of the JSP file (10-20 times decrease in time depending on the page and the compiler in question).
Unlike simpler attempts at interpreting JSP-like syntax (e.g.
Facelets ) it supports embedded Java statements calledScriptlet s (a standard JSP feature). This allows full compatibility with the JSP specification versions 1.0 to 2.1.External links
* [http://www.jspweaver.com JSP Weaver]
* [http://www.theserverside.com/news/thread.tss?thread_id=46327 Interview describing JSP Weaver]
Wikimedia Foundation. 2010.