This is the third public release of JXV. This release focused on making JXV easier to use and stabilizing existing code. The user's guide was replaced with a tutorial that is far more readable and user-friendly.
For information see http://jxv.sourceforge.net.
The CVS repository has undergoned a major restructuring. In all the factory packages and the template package three new subpackages were added (dom, reader and sax) and matching files have been moved into these packages.
This restructure followed a major refactoring of the codebase. I apologize for the inconvinience this may cause with regard to performing diff command and reviewing history, but I wanted to get it right before the next major release (which is coming up).... read more
A minor release, JXV0.2 was made to add JDK1.3 support to JXV. 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 weaker).
The first version of Java XML View, JXV0.1, has been released. This is a fully-functional alpha version containing all of the major functionality planned for the first final release.
This release of JXV supports only JDK1.4. Support for 1.3 is planned for the next minor release, although important performance improvements in 1.4 concerning reflection and hashtables make 1.4 VMs more appropriate for running JXV in general.