
|
|
|
|
Home / Computers / Programming / Languages / Java / Server-Side / Server Scripting
|
|
|
|
Web Sites
|
- Apache JServSSI Project - Describes the predecessor to JSP technology; includes syntax and distribution. [Open Source, BSD-like]
java.apache.org/jservssi/index.html
- Disco Web Driver - Server side scripting language, powered by a general purpose Java servlet. Uses HTML style syntax similar to Cold Fusion or Informix WebConnect. Supports JDBC database connectivity and email clients. [Commercial]
www.boo.co.nz/disco
- FreeMarker - Provides an easy way to get data from Java servlets into Web pages, using HTML templates. [Open Source, LGPL]
freemarker.sourceforge.net
- OpenSource.Go.Com - Home of Walt Disney company Go.com's Java-based Tea template language and website building tools. [Open Source, BSD-like]
opensource.go.com
- The Rich Mens Document Management System (rm -d ms) - XML/XSL based document management system designed for running websites. Server side application logic is implemented by XSL stylesheets, which may call hard-coded components. [Open Source, GPL]
rmdms.sourceforge.net
- WebMacro Servlet Framework - A server-side scripting engine. It uses Java introspection to make any object in your servlet accessible in your scripted template. [Open Source, GPL/Commercial]
www.webmacro.org
- Cocoon - 100% pure Java publishing framework servlet that relies on new W3C technologies (such as DOM, XML, and XSL) to provide web content. Includes an alternative to JSP which more cleanly separates logic from content, and is explicitly designed for piping, unlike JSP. [Open Source, BSD-like]
xml.apache.org/cocoon
|
|
|
|
|