| HEAD | PREVIOUS |
I became very interested in JMatter after reading your book and playing around with the demos, but was disappointed in the lack of a way to use a legacy database. Therefore, I just finished writing a Java program that creates JMatter Java source files from a database. It seems to work fine, although using it is a bit tricky because it involves a few manual steps: run the program, update the schema, then run an SQL script.So here are the instructions for how to use it.
| Key | Description |
| fo | expands to the metadata specification for fieldOrder |
| flat | expands to the flattenIntoParent metadata specification |
| bprop | will write the bound property getter and setter methods for you |
| tv | expands to specify the tabViews metadata |
| plu | will write the pluralName() method to override the plural name for a type |
| HEAD | NEXT |