Download List

Descripción del Proyecto

javaXUL provides a simple to use XUL implementation, including CSS and JavaScript capabilities, for use in Java projects. Some uses include the embedding of an XUL stack in a Java browser and using XUL as a UI language in Java applications, including the ability to communicate with Java. It is not intended to compete with much more complete RIA offerings such as Flash, Silverlight, or javaFX. Instead it tries to leverage the expressivity of XUL in the Java development area. Compatibility with Mozilla XUL (such as the Firefox implementation) is a goal.

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.

2010-11-24 19:06
0.4.2

Esta versión permite llamar a cualquier clase de Java con facilidad de las secuencias de comandos y las secuencias de comandos de clases de Java.
Tags: Minor
This version allows to call any Java class easily from the Scripts, and any Scripts from Java classes.

2010-11-10 16:46
0.4.1

Esta versión cambia la firma del Inti () para la interfaz de secuencias de comandos, que ahora devuelve el objeto de secuencias de comandos que resulta de la creación de la secuencia de comandos. También le permite establecer la línea de comandos en Indefinido excepciones de secuencias de comandos, y se esfuerza más para recuperar la posición de las excepciones resultantes de secuencias de comandos.
Tags: Minor
This version changes the signature of the inti() method for the Script interface, which now returns the Script Object that results from the creation of the Script. It also allows you to set the Script line in Undefined Script Exceptions, and it tries harder to retrieve the position of exceptions resulting from Scripts.

2010-11-05 18:42
0.4

Una gran cantidad de errores corregidos en el motor de scripting. En comparación con el 0,4 versión beta 1, sólo una clase no utilizados se retiró.
Tags: Major
A lot of bugs were fixed in the scripting engine. Compared to the 0.4 beta 1 version, only an unused class was removed.

2010-11-03 17:24
0.4 Beta 1

Esta versión corrige muchos fallos en el motor de scripting.
Tags: Major
This version fixes a lot of bugs in the scripting engine.

2010-10-25 05:17
0.3

Esta es la finalización de la liberación 0.3. Le permite utilizar más de un lenguaje de script en la plataforma. Groovy es compatible, así como Beanshell. Además, algunos métodos se han añadido para dar más flexibilidad a los usuarios.
Tags: Major
This is the finalization of the 0.3 release. It allows you to use more than one script language on the platform. Groovy is supported, as well as Beanshell. Additionally, some methods have been added to give more flexibility to users.

Project Resources