Download List

Projeto Descrição

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 Requirements

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

Esta versão corrige alguns bugs e adiciona algumas melhorias. As melhorias incluem uma página pluggable mecanismo de cache, apoia actualmente em memória e cache de sistema operacional, bem como o método FormatCurrency.
Tags: 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

Esta versão trata lógica AND / OR / XOR declarações, inclui manipulação de exceção reforçada, acrescenta vbNewline que é \ n, mudanças vbcrlf para \ r \ n, acrescenta RecordSet.GetRows, acrescenta Fields.Count., Acrescenta MSXML2 inicial, e correções de bugs que aparecem no Windows 98.
Tags: 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

Há pequenas correções. A implementação ADODB é muito mais longo. Sessões ASP pode ser compartilhado com Servlet / JSP sessões. A verificação de DIM'ing uma variável mais de uma vez foi adicionado.
Tags: 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

Esta versão tem um analisador totalmente reescrito utilizando JavaCC em vez de JavaCUP. A exibição de erro é muito mais legível. O novo analisador também pode ser (relativamente) facilmente estendido para suportar outras línguas. Existem também algumas outras pequenas correções / melhorias.
Tags: 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

Application, Request, Response, Server e objetos de sessão ter sido concluída. Suporte a Unicode foi adicionado. Um grande erro na página do cache algoritmo foi corrigido. Esta versão pode ser utilizada dentro de recipientes EJB, tais como JBoss.
Tags: 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