dynamo

所属分类:collect
开发工具:Ada
文件大小:0KB
下载次数:0
上传日期:2023-07-02 08:49:46
上 传 者sh-1993
说明:  Dynamo Ada应用程序代码生成器,
(Dynamo Ada Application Code Generator,)

文件列表:
.vscode/ (0, 2023-10-31)
.vscode/settings.json (80, 2023-10-31)
COPYING3 (35147, 2023-10-31)
LICENSE.txt (10315, 2023-10-31)
Makefile.defaults (4908, 2023-10-31)
Makefile.in (4225, 2023-10-31)
NEWS.md (4543, 2023-10-31)
NOTICE.txt (393, 2023-10-31)
aclocal.m4 (28494, 2023-10-31)
alire-setup.sh (491, 2023-10-31)
alire.toml (2394, 2023-10-31)
bin/ (0, 2023-10-31)
bin/argouml.sh (2306, 2023-10-31)
config.gpr (2160, 2023-10-31)
config.guess (49482, 2023-10-31)
config.sub (35406, 2023-10-31)
config/ (0, 2023-10-31)
config/argouml-0.35.5.jar (18914086, 2023-10-31)
config/argouml.properties (876, 2023-10-31)
config/commands/ (0, 2023-10-31)
config/commands/add-ajax-form.xml (787, 2023-10-31)
config/commands/add-form.xml (1505, 2023-10-31)
config/commands/add-module-operation.xml (2548, 2023-10-31)
config/commands/add-module.xml (2356, 2023-10-31)
config/commands/add-permission.xml (1611, 2023-10-31)
config/commands/add-query.xml (468, 2023-10-31)
config/commands/add-service.xml (826, 2023-10-31)
config/commands/add-test.xml (2035, 2023-10-31)
config/db/ (0, 2023-10-31)
config/db/create-database.xml (1346, 2023-10-31)
config/db/dynamo-sql.sql (361, 2023-10-31)
config/extract-doc-markdown.xsl (6939, 2023-10-31)
config/extract-doc.xsl (4257, 2023-10-31)
config/generator.properties.in (1884, 2023-10-31)
config/hibernate-mapping-3.0.dtd (44027, 2023-10-31)
config/log4j.properties (874, 2023-10-31)
config/mappings/ (0, 2023-10-31)
config/mappings/AdaMappings.xml (5109, 2023-10-31)
config/mappings/MySQLMappings.xml (3670, 2023-10-31)
... ...

# 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.

近期下载者

相关文件


收藏者