Download List

專案描述

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

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.
標籤: Major feature enhancements, Web, XML, xpath, xquery, XSLT, SQL, Unit test

2008-08-09 02:52
0.3.2

"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).
標籤: Minor feature enhancements

2008-06-12 23:09
0.3.1

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.
標籤: Minor feature enhancements

2007-12-12 19:09
0.3.0

XQuery support through XML:DB, an upgrade of third-party libraries, URI schemes unification, and more test suites with XUnit.
標籤: Minor feature enhancements

2007-08-03 20:00
0.2.1

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).
標籤: Minor feature enhancements

Project Resources