See doc/LICENSE for The Labrador License TODO ==== - The SOAP Handler needs to be written in its entirety. Right now, there's only a skeleton where the Handler implementation should be. - I'd like to see an internal Endpoint that can be used for accessing Instances from inside of the VM itself. This will be useful for systems like Xindice to perform XML Object method execution. - I'd like to modify the Variant class at some point to support the storage of arrays. Right now, Variants are treated as atomic holders. You can store an array in a Variant, but it is held just as if it were any other Object. - Much more Documentation is needed. These include architecture documents, tutorials, FAQs, and anything else you can think of.