Introduction
A graphical data navigator driven from a customizable XML schema model. WalkTree is unique in that all the data sources and the relationships between those sources are defined by an XML schema. This flexibility allows the user to define very complex data relationships such as: owner joins, super and sub entity classes, lookup tables and foreign key.
- Platform portable (Java)
- XML configurable
- Relationship selectors
- pluggable PL/SQL actions
-
- as HTML walktree-userguidehtml.zip
- as Word Documentwalktree-userguide.zip
This is a very quick hack helper application it will attach to either an Amarta repository or an Oracle database and reverse engineer its meta data into an XML file that is compatible with WalkTree.
Graph Explorer
Experimental interface to explorer and traverse the XML Configuration file that is used by the WalkTree program. This uses open source java component by http://www.touchgraph.com/
- wtgraph.jar WTGraph compiled JAR file
- wtgraph-src.tar.gz Java source code