Download List

Descripción del Proyecto

RefleX is a Java tool that allows people that have
no particular knowledge of Java to write smart
programs entirely in XML. The concepts of native
XML programming used in RefleX have been designed
separately, so that other implementations on other
platforms/languages can be considered. As the tags
used are considered "active", the underlying
concepts have been named "Active Tags".
Programming in XML allows developers to
efficiently produce batch scripts as well as Web
applications. With Active Tags, you can
dramatically decrease the number of lines you have to
code.

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-04-07 21:22
0.4.0

Esta versión incluye una serie de nuevas características y corrección de errores. Una nueva serie de pruebas para probar SQL en una aplicación Web está disponible, gracias a WUnit / XUnit, que son dos productos incluidos en Reflex. XUnit es como JUnit pero para XML. WUnit es como HttpUnit, sino que también emula un contenedor de servlets que se puede manejar en los casos de prueba. Es posible manejar el cliente y el servidor cuando se prueba una aplicación web, y cuando un formulario ha sido llenado y presentado, se puede ver el interior de su servidor lo que realmente sucedió.
Tags: Major feature enhancements, Web, XML, xpath, xquery, XSLT, SQL, Unit test
This version includes a number of new features and bug fixes. A new test suite for testing SQL in a Web application is available, thanks to WUnit/XUnit, which are two products included in RefleX. XUnit is like JUnit but for XML. WUnit is like HttpUnit, but it also emulates a servlet container that can be handled in the test cases. It is possible to handle both the client and the server side when testing a Web application, and when a form has been filled and submitted, it can see inside your server what really happened.

2008-08-09 02:52
0.3.2

"Mashups esquema" ya están disponibles: si desea aumentar su esquema XML, usted debe experimentar con el lenguaje de esquema de Active para la construcción de modelos de dinámica de contenidos y el diseño de tipos de datos semánticos. Reflex es también general-motor XML propósito que permiten ejecutar scripts XML en lotes o en la Web. Varios módulos estándar estar de acuerdo con Activo Tags (I / O, System, Web, etc) y de módulos específicos para el diseño de XML basados en series de pruebas (XUnit) y series de pruebas para aplicaciones web (WUnit).
Tags: Minor feature enhancements
"Schema mashups" are now available: if you want to boost your XML schema, you should experiment with the Active Schema Language for building dynamic content models and designing semantic data types. RefleX is also a general-purpose XML engine that allow to run XML scripts in batch or on the Web. Several standard modules go along with Active Tags (I/O, System, Web, etc.) and specific modules for designing XML-based test suites (XUnit) and test suites for Web applications (WUnit).

2008-06-12 23:09
0.3.1

WUnit se añadió, que es una herramienta para pruebas unitarias de aplicaciones Web. No hay ninguna instalación compleja: sólo tiene que descargar y descomprimir. WUnit puede poner a prueba tanto la interfaz de usuario y actuar sobre los componentes del servidor (como el almacenamiento de un objeto con autoridad en la sesión de usuario). Los artículos son direccionables con XPath. Las pruebas están escritas con XML. Las aplicaciones basadas en AJAX son compatibles. Un ejecutable tutorial con carga de archivos, Autocompleter AJAX, y los tramposos de sesión está disponible en http://reflex.gforge.inria.fr/wunit-quick-start.html.
Tags: Minor feature enhancements
WUnit was added, which is a tool for unit tests of Web applications. There is no complex installation: just download and unzip. WUnit can test both the UI and act on server-side components (such as storing an object authoritatively in the user session). Items are adressable with XPath. Tests are written with XML. AJAX-based applications are supported. A runnable tutorial with file uploads, AJAX autocompleter, and session cheats is available at http://reflex.gforge.inria.fr/wunit-quick-start.html.

2007-12-12 19:09
0.3.0

Soporte para XQuery a través de XML: DB, una actualización de bibliotecas de terceros, los sistemas de URI de la unificación, y suites de prueba con más XUnit.
Tags: Minor feature enhancements
XQuery support through XML:DB, an upgrade of third-party libraries, URI schemes unification, and more test suites with XUnit.

2007-08-03 20:00
0.2.1

Tuberías y los filtros están trabajando con ambos DOM y SAX. Refactorización de la navegación XPath para objetos que no son XML. Mejor soporte para las operaciones de XPath con los datos escritos (PSVI).
Tags: Minor feature enhancements
Pipelines and filters are working with both DOM and SAX. Refactorization of XPath navigation for non-XML objects. Better support for XPath operations with typed data (PSVI).

Project Resources