Download List

Descripción del Proyecto

JEL (Java Expressions Library) is a library for evaluating simple single-line expressions in Java. The key feature of JEL is the fact that it is a compiler. The language of JEL expressions resembles the Java Language expressions as close as possible. JEL supports all Java primitive types and classes (even in the form of constants), allows one to call both static and virtual methods of Java classes (with no additinal runtime costs and no wrappers), and performs evaluation of constant subexpressions at a compile time.

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.

2006-10-02 01:28
2.0.0

JDK 5 fuente de compatibilidad (por favor use las versiones anteriores con mayores JDK). Una hormiga construir, un Docbook manual, y pequeñas correcciones.
Tags: Code cleanup
JDK 5 source compatibility (please use earlier versions with older JDKs). An Ant build, a Docbook manual, and small fixes.

2003-10-15 17:30
0.9.11

JDK 1.4 fuente de compatibilidad estaba garantizada. Identificación detallada tipo de resultado antes de tiempo de ejecución se llevó a cabo. Documentación correcciones se hicieron.
Tags: Minor feature enhancements
JDK 1.4 source compatibility was ensured. Detailed
result type identification prior to run-time was
implemented. Documentation fixes were made.

2002-02-13 21:52
0.9.10

Disminuye el tamaño, el rendimiento mejorado debido a la compilación de las asignaciones del montón reducido, las representaciones internas de las expresiones de árbol, y una nueva mano-escrito analizador.
Tags: Major feature enhancements
Size decreases, improved compilation performance due to reduced heap allocations, internal representations of the expressions by tree, and a new hand-written parser.

2001-11-08 19:58
0.9.9

El tamaño y el rendimiento de la biblioteca se ha mejorado alrededor de un 14%. Algunas interfaces han cambiado (compatible), presentando formas de aumentar el rendimiento en aplicaciones que utilizan las variables dinámicas de JEL. El manual se ha mejorado.
Tags: Minor feature enhancements
The size and performance of the library was improved by around 14%. Some
interfaces have changed (compatibly), presenting ways to boost performance in
applications using JEL's dynamic variables. The manual was improved.

2001-06-09 23:35
0.9.8

Las comparaciones de cadenas personalizables (con localización por defecto) y no de tipo primitivo modelos se han añadido.
Tags: Minor feature enhancements
Customizable string comparisons (using locale by
default) and non-primitive type casts have been added.

Project Resources