Project Structure
Based on the principle of Convention over Configuration to obtain a solution for rapid and simple prototyping.
Contents of the project folder:
| /data/ | Contains XML configuration files for repositories and database files and project data or properties files (repositories). | |
| /data/repos.xml | Project repositories configuration. | |
| /data/*.sqlite | Database files. | |
| /forms/ | /forms/*.xml | XML configuration files for forms. |
| /forms/scripts/*.js | *.js files with JavaScript functions. | |
| /jobs/ | /jobs/*.json | JSON files for tasks invoked from forms, such as documentation generation. |