From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,f626b4b874b803fe,start X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit X-Received: by 10.180.7.230 with SMTP id m6mr456055wia.5.1360922603036; Fri, 15 Feb 2013 02:03:23 -0800 (PST) Path: g1ni12261wig.0!nntp.google.com!feeder1.cambriumusenet.nl!feed.tweaknews.nl!193.141.40.65.MISMATCH!npeer.de.kpn-eurorings.net!npeer-ng0.de.kpn-eurorings.net!border2.nntp.ams2.giganews.com!border1.nntp.ams2.giganews.com!border3.nntp.ams.giganews.com!border1.nntp.ams.giganews.com!nntp.giganews.com!news.meeh.mikalv.net!aioe.org!news.mixmin.net!proxad.net!feeder1-2.proxad.net!193.252.117.184.MISMATCH!feeder.news.orange.fr!not-for-mail Date: Sun, 10 Feb 2013 23:35:39 +0100 From: Stephane Carrez User-Agent: Mozilla/5.0 (X11; Linux i686; rv:16.0) Gecko/20121028 Thunderbird/16.0.2 MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Dynamo 0.6.0 is available Message-ID: <511820b9$0$1206$ba4acef3@reader.news.orange.fr> Organization: les newsgroups par Orange NNTP-Posting-Date: 10 Feb 2013 23:35:37 CET NNTP-Posting-Host: 90.24.183.42 X-Trace: 1360535737 reader.news.orange.fr 1206 90.24.183.42:4659 X-Complaints-To: abuse@orange.fr Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Date: 2013-02-10T23:35:37+01:00 List-Id: Hi! Dynamo is a tool to help developers write some types of Ada Applications which use the Ada Server Faces or Ada Database Objects frameworks. Dynamo provides several commands to perform one specific task in the development process: creation of an application, generation of database model, generation of Ada model, creation of database. The new version of Dynamo provides: * A new command build-doc to extract some documentation from the sources, * The generation of MySQL and SQLite schemas from UML models, * The generation of Ada database mappings from UML models, * The generation of Ada beans from the UML models, * A new project template for command line tools using ADO, * A new distribution command to merge the resource bundles. The Dynamo tool is available at http://code.google.com/p/ada-gen The small video: Database Modeling with ArgoUML for Ada applications http://youtu.be/5q542_gVDd0 illustrates how to design a UML model with ArgoUML, generate the Ada database mapping and the SQL schema. Enjoy, Stephane