ArrowHead ASP Server is a Java Servlet which supports the ASP syntax and the VBScript programming language. It aims to support VBScript version 3.1 and the standard set of COM objects, but has a little ways to go yet. It is extendable using Java objects and the Server.CreateObject syntax. It has been developed and tested under Apache 1.3.x and Tomcat 4.x, but should run under any Java servlet server.
| Tags | Software Development Interpreters Internet Web |
|---|---|
| Licenses | GPL |
| Operating Systems | OS Independent |
| Implementation | Java ASP |
Recent releases


Changes: This release fixes a few bugs and adds some enhancements. The enhancements include a pluggable page caching mechanism, currently supporting in-memory and OS cache, and the FormatCurrency method.


Changes: This version handles logical AND/OR/XOR statements, includes enhanced exception handling, adds vbNewline which is \n, changes vbcrlf to \r\n, adds RecordSet.GetRows, adds Fields.Count., adds initial MSXML2, and fixes bugs appearing under Windows 98.


Changes: There are minor fixes. The ADODB implementation is much further along. ASP sessions can be shared with Servlet/JSP sessions. A check for DIM'ing a variable more than once has been added.


Changes: This release has a completely rewritten parser using JavaCC instead of JavaCUP. The error display is much more readable. The new parser can also be (relatively) easily extended to support other languages. There are also a few other minor fixes/enhancements.


Changes: Application, Request, Response, Server, and Session objects have been completed. Unicode support has been added. A big bug in the page caching algorithm has been fixed. This release can be used within EJB containers such as JBoss.