Share on Facebook Share on Twitter Email
Answers.com

JSP Weaver

 
Wikipedia: JSP Weaver
JSP Weaver
Developer(s) Zeroturnaround
Stable release 1.0.2 / 2008-03-03; 16 months ago
Operating system Cross-platform
Type Development aids
License Proprietary
Website http://www.jspweaver.com

JSP Weaver is a JavaServer Pages interpreter. Unlike JSP compilers it evaluates the JSP files directly, without generating or compiling intermediate Java source files for the JSP Java 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 called Scriptlets (a standard JSP feature). This allows full compatibility with the JSP specification versions 1.0 to 2.1.

External links


Search unanswered questions...
Enter a question here...
Search: All sources Community Q&A Reference topics
 
 

 

Copyrights:

Wikipedia. This article is licensed under the Creative Commons Attribution/Share-Alike License. It uses material from the Wikipedia article "JSP Weaver" Read more