Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/stcarrez/dynamo

Dynamo Ada Application Code Generator
https://github.com/stcarrez/dynamo

ada code-generation web-application

Last synced: about 2 months ago
JSON representation

Dynamo Ada Application Code Generator

Lists

README

        

# Dynamo Ada Generator

[![Alire](https://img.shields.io/endpoint?url=https://alire.ada.dev/badges/dynamo.json)](https://alire.ada.dev/crates/dynamo)
[![Build Status](https://img.shields.io/endpoint?url=https://porion.vacs.fr/porion/api/v1/projects/dynamo/badges/build.json)](https://porion.vacs.fr/porion/projects/view/dynamo/summary)
[![Test Status](https://img.shields.io/endpoint?url=https://porion.vacs.fr/porion/api/v1/projects/dynamo/badges/tests.json)](https://porion.vacs.fr/porion/projects/view/dynamo/xunits)
[![Coverage](https://img.shields.io/endpoint?url=https://porion.vacs.fr/porion/api/v1/projects/dynamo/badges/coverage.json)](https://porion.vacs.fr/porion/projects/view/dynamo/summary)
[![Download](https://img.shields.io/badge/download-1.4.0-brightgreen.svg)](https://download.vacs.fr/dynamo/dynamo-1.4.0.tar.gz)
[![License](https://img.shields.io/badge/license-APACHE2-blue.svg)](LICENSE)
[![Commits](https://img.shields.io/github/commits-since/stcarrez/dynamo/1.4.0.svg)](Commits)

This Ada05 application is a code generator used to generate
an Ada Web Application or database mappings from hibernate-like
XML description, YAML doctrine model or UML models. It provides various commands for the
generation of a web application which uses the Ada Web Application framework
(https://gitlab.com/stcarrez/ada-awa/).

To build Dynamo, you will need:

* Ada Util (https://github.com/stcarrez/ada-util 2.6.0)
* Ada EL (https://github.com/stcarrez/ada-el 1.8.6)
* Ada Security (https://github.com/stcarrez/ada-security 1.4.1)
* Ada Servlet (https://github.com/stcarrez/ada-servlet 1.6.0)
* Ada Server Faces (https://github.com/stcarrez/ada-asf 1.5.0)
* Ada ADO (https://github.com/stcarrez/ada-ado 2.3.0)
* XML/Ada (https://libre.adacore.com/libre/tools/xmlada/ 23)

## Version 1.4.0 - Aug 2023
- Feature #22: Support to audit creation of new objects in the database
- Feature #23: Update SQL templates for ADO 2.4
- Feature #24: Support for database schema versionning
- Feature #8: Option or configuration to disable generation of .properties file
- Feature #25: Support for queries with 64-bit integer columns
- Feature #26: Plugins without a GNAT project are not always recognized
- Feature #27: UML model evolution for code generation
- Fix #6: Integration test 'Dynamo.Dist' fails
- Fix #28: Dynamo add-module command fails to patch the source
- Fix #29: Single precision float mapped to a double precision in PostgreSQL schema generator

[List all versions](https://github.com/stcarrez/dynamo/blob/master/NEWS.md)

## Build with Alire

```
alr with dynamo
```

## Build with configure

Build with the following commands:
```
./configure
make
```
Install it with:
```
make install
```
## Documentation

The Dynamo Ada Generator sources as well as a wiki documentation
is provided on:

https://gitlab.com/stcarrez/dynamo

## License

Dynamo integrates some files from the GNU Compiler Collection (5.2.0).
These files are used to read the GNAT project files (see src/gnat).
They are distributed under the GPL version 3 license.

Dynamo integrates the AdaYaml library written by Felix Krause
(but with many fixes) and distributed under the MIT license (see copying.txt and src/yaml).

The Dynamo core implementation is distributed under the Apache 2.0 license.

The Dynamo templates are distributed under the Apache 2.0 license.

The Dynamo generated code can be distributed under whatever license you like.

To help users in using UML modeling together with Dynamo, the [ArgoUML](https://github.com/argouml-tigris-org/argouml)
application is integrated, it is distributed under the Eclipse Public License and the BSD license.