Melati Maven Archetype

Generate a prototypical Melati project

This will create a project.

Iterative modelling

You can then run:

mvn test jetty:run

This will create an empty database and allow you to edit it at http://localhost:8080/ . You should login using the username _administrator_ and password FIXME then add table definitions and column definitions.

When you have finished, for now, stop Jetty with Ctrl-C .

New java files will be generated next time you run mvn test .