Download List

项目描述

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.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2004-06-14 23:26
0.2.3

此版本修正了一些错误,并增加了一些强化。这些新功能包括一个可插入的页面缓存机制,目前支持的内存和操作系统缓存,以及FormatCurrency方法。
标签: Development, Minor feature enhancements
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.

2003-06-13 11:01
0.2.2

此版本处理逻辑和/或/异或报表,包括增强的异常处理,增加了vbNewline这是\ n,改变vbcrlf为\ r \ ñ,增加RecordSet.GetRows,添加Fields.Count。,增加了初步MSXML2,修正错误出现在Windows 98下。
标签: Development, Minor bugfixes
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.

2003-01-30 23:21
0.2.1

有轻微的修补程序。在ADODB的实施是非常走得更远。 ASP会话可以共享使用Servlet / JSP的会议。一个DIM'ing变量不止一次增加了检查。
标签: Development, Minor feature enhancements
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.

2002-11-15 01:42
0.2.0

这个版本有一个完全重写解析器使用JavaCC的,而不是JavaCUP。错误显示是明显的可读性。新的解析器也可以(相对)很容易扩展以支持其他语言。还有一些其他轻微的修正/增强。
标签: Development, Major bugfixes
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.

2002-09-13 01:36
0.1.0

申请书,请求,响应,服务器,和Session对象已经完成。 Unicode支持已添加。中的一个缓存算法页面大错误已被修复。此版本可以用来在EJB容器,如JBoss。
标签: Development, Major bugfixes
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.

Project Resources