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,886379cf7baf8e47,start X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit X-Received: by 10.180.93.230 with SMTP id cx6mr3949155wib.5.1361288832690; Tue, 19 Feb 2013 07:47:12 -0800 (PST) Path: g1ni20557wig.0!nntp.google.com!feeder1.cambriumusenet.nl!feed.tweaknews.nl!194.109.133.86.MISMATCH!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!border4.nntp.ams.giganews.com!border2.nntp.ams.giganews.com!nntp.giganews.com!news.thorslund.org!news.jacob-sparre.dk!hugin.jacob-sparre.dk!nuzba.szn.dk!pnx.dk!weretis.net!feeder4.news.weretis.net!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!gegeweb.org!feeder.news.orange.fr!not-for-mail Date: Fri, 15 Feb 2013 23:22:56 +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: [Ann] Ada Web Application 0.3.0 is available Message-ID: <511eb52d$0$1203$ba4acef3@reader.news.orange.fr> Organization: les newsgroups par Orange NNTP-Posting-Date: 15 Feb 2013 23:22:37 CET NNTP-Posting-Host: 92.163.84.235 X-Trace: 1360966957 reader.news.orange.fr 1203 92.163.84.235:13341 X-Complaints-To: abuse@orange.fr Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Date: 2013-02-15T23:22:37+01:00 List-Id: Hi, Ada Web Application is a framework to build web applications. * AWA uses Ada Server Faces for the web framework. This framework is using several patterns from the Java world such as Java Server Faces and Java Servlets. * AWA provides a set of ready to use and extendable modules that are common to many web application. This includes managing the login, authentication, users, permissions. * AWA uses an Object Relational Mapping that helps in writing Ada applications on top of MySQL or SQLite databases. The ADO framework allows to map database objects into Ada records and access them easily. * AWA is a model driven engineering framework that allows to design the application data model using UML and generate the corresponding Ada code. The new version of AWA provides: * New jobs plugin to manage asynchronous jobs, * New storage plugin to manage a storage space for application documents, * New votes plugin to allow voting on items, * New question plugin to provide a general purpose Q&A. AWA can be downloaded at http://code.google.com/p/ada-awa/downloads/list A live demonstration of various features provided by AWA is available at http://demo.vacs.fr/atlas Enjoy, Stephane