Download List

Descripción del Proyecto

JXV (Java XML View) is a library which allows for
Java objects to be given "XML Views", and for
those views to be read back into objects. It
supports both SAX and DOM output, and can read
XML input from any SAX-compliant parser. Resulting
DOM trees are dynamic, and reflect changes made to
the object model even after they were created. It
fully supports namespaces in its XML views, and
can correctly parse and read XML content with
namespaces. It also uses a pluggable architecture
which allows XML view factories to be configured
and loaded at runtime.

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.

2003-07-21 06:44
0.4

Este lanzamiento se centra en mejorar la facilidad de uso de JXV. El formato se ha simplificado la configuración y el esquema de configuración por defecto generación fue mucho mejor por lo que puede hacerse cargo de la mayoría de las difíciles tareas que participan en la configuración de puntos de vista XML. La documentación del usuario final ha sido completamente renovado, en sustitución de la guía del usuario de edad con un nuevo paso-a-paso que es mucho más fácil de leer y entender. Además, se han incluido algunas mejoras de rendimiento y eficiencia de la memoria.
Tags: Major feature enhancements
This release was focused on improving the ease-of-use of JXV. The configuration format was simplified and the default configuration generation scheme was vastly improved so it can take care of most of the difficult tasks involved in configuring XML views. The end-user documentation has been completely revamped, replacing the old user's guide with a new step-by-step tutorial which is far easier to read and understand. In addition, some performance and memory efficiency improvements were included.

2002-10-31 20:41
0.2

Esta versión incluye el JDK 1.3 apoyo. El mecanismo de la dependencia de manejo de excepciones en JDK1.4 estilo envuelto excepciones fue eliminado, y ahora puede ejecutar jdk1.3 JXV (aunque el rendimiento en el apartado 1.3 es notablemente peor).
Tags: Minor feature enhancements
This release adds JDK 1.3 support. The exception
handling mechanism's dependency on JDK1.4-style
wrapped exceptions was eliminated, and now JDK1.3
can run JXV (although the performance under 1.3 is
noticeably worse).

2002-10-28 20:39
0.1

Tags: Initial freshmeat announcement

Project Resources