Paketname | libjxp-java |
Beschreibung | Java template engine/script processor |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1.6.1-1 |
Sektion | java |
Priorität | extra |
Installierte Größe | 7248 Byte |
Hängt ab von | default-jre-headless | java-runtime-headless |
Empfohlene Pakete | |
Paketbetreuer | gregor herrmann |
Quelle | |
Paketgröße | 485610 Byte |
Prüfsumme MD5 | 2b087a2b3bc5bf2fd35845e207c7fb1f |
Prüfsumme SHA1 | ae136c4beae574647b959daeb540ce6f388ffcd6 |
Prüfsumme SHA256 | c4a8c6cc8fb52d9ff0360789c121a87e826332e9ec0740b17329b6a06b158ebc |
Link zum Herunterladen | libjxp-java_1.6.1-1_all.deb |
Ausführliche Beschreibung | Jxp (Java scripted page) is a script-processor that process JSP-like files.
It contains a parser to parse the script file into an abstract syntax tree
and a tree processor (JxpProcessor) that will process the syntax tree to
execute the code using reflection API to produce output. The main uses of Jxp
are:
.
* as a script language engine to increase flexibility in the user
application
* as a template engine to produce dynamic text output
.
Some of the main features of Jxp include:
.
* Java as script/template language. Why learn another one? ;)
* Run JSP-like code outside of servlet container
* support common java language 1.4 constructs (partial 1.5 syntax support
on jdk 1.4)
* support common JSP constructs including import directive, declaration, EL
etc (taglib not supported, yet)
* practical template sources management framework
* support caching of parsed syntax tree to eliminate reparse of template
* a servlet implementation to enable web-scripting
* extensible processing context for defining built-in function on the
scripts
|