Page Compilers |
GNU
Java Server Pages |
|
GnuJSP is a free implementation of JavaSoft's Java Server Pages. Once
the GnuJSP servlet is correctly installed, files with the extension .jsp are translated
into java source files, compiled, and ran. This is an early release, intended
for the adventurous. The JSP specification hasn't been fixed yet, and GnuJSP documentation
is scarce, but you should be able to experiment with this exciting new technology! |
GNU
Server Pages |
|
GSP is the GNU Server Pages; it's a Java servlet which
provides page compilation using a syntax which is compatible with (and extends) that used
in the Java Web Server page compiler as well as many other page compiler products. |
Active
Server Python |
|
ASPy is an server side HTML embedded scripting language
written in Java and JPython. It is useful for generating dynamic web pages, and rapid
prototyping of web applications.
Like SSI, XSSI, Microsoft Active Server Pages, or PHP/F1, ASPy provides integrated
scripting embedded in HTML. The embedded scripting language JPython, is a mature,
interpreted, object-oriented programming language with powerful high-level data types that
make it ideally suited as a scripting language for accessing
ASPy is implemented using the Java Servlets API, enabling it to run on any Java Servlets
supported webserver.
ASPy is released under an OpenSource compatible license. |
Note: all these modules are developed
separately from this project even if some of the authors are active members of the Apache
JServ development team. For this reason any problem with these packages should be
forwarded directly to them. |
|