MQP:Resource Model Proof of Concept 0.1

From JimboWiki
Revision as of 23:35, 25 September 2008 by J (Talk | contribs) (New page: Category:MQP-Prototypes {{MQP:Navbar}} ==The Prototype== This release demonstrates the structure of the Resource Model and the functionality of the mechanism that populates it. The r...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


MQP Navigation

The Prototype

This release demonstrates the structure of the Resource Model and the functionality of the mechanism that populates it. The release consists of one XML file with the resource definitions and one executable JAR containing the program with source. The release is available here.

A Simple Walkthrough

Save the JAR and XML file in the same directory for ease of execution. To run the demonstration use the directory the JAR is in as the working directory and run the following command:

java -jar ResourceModelProofOfConcept0-1.jar resourceDefinitionDraft1.xml

This will cause the resource definitions to be loaded, then the resource model structure will be output to standard out.

Limitations

  • This version requires a connection to the Internet in order to look up the XML schema.
  • The JAR is enormous. In order to get it packaged quickly, we included way too much stuff.
  • There are libraries within the JAR that should be stored separately.