Télécharger la liste

Description du projet

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.

Système requise

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

Cette version permet d'appeler n'importe quelle classe Java facilement des scripts, et tous les scripts de classes 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

Cette version modifie la signature de l'Inti () pour l'interface de script, qui retourne maintenant l'objet de script qui résulte de la création du script. Il vous permet également de fixer la ligne de script dans Script Undefined exceptions, et il essaie plus difficile à récupérer la position des exceptions résultant de scripts.
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

Beaucoup de bugs ont été corrigés dans le moteur de script. Par rapport à la 0.4 beta 1 version, seulement utilisé une classe a été supprimée.
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

Cette version corrige de nombreux bogues dans le moteur de script.
Tags: Major
This version fixes a lot of bugs in the scripting engine.

2010-10-25 05:17
0.3

Il s'agit de la finalisation de la version 0.3. Il vous permet d'utiliser plus d'un langage de script sur la plate-forme. Groovy est pris en charge, ainsi que Beanshell. En outre, certaines méthodes ont été ajouté pour donner plus de souplesse aux utilisateurs.
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