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.4 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FORGED_MUA_MOZILLA,FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,fdb079dff1956eba,start X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.241.37 with SMTP id wf5mr13724837pbc.4.1329257923129; Tue, 14 Feb 2012 14:18:43 -0800 (PST) Path: wr5ni25567pbc.0!nntp.google.com!news2.google.com!news4.google.com!proxad.net!feeder1-2.proxad.net!fdn.fr!feeder.news.orange.fr!not-for-mail Date: Tue, 14 Feb 2012 23:18:42 +0100 From: Stephane Carrez User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.23) Gecko/20110921 Thunderbird/3.1.15 MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: [Ann]: Ada Server Faces 0.3.0 is available Message-ID: <4f3addc2$0$21463$ba4acef3@reader.news.orange.fr> Organization: les newsgroups par Orange NNTP-Posting-Date: 14 Feb 2012 23:18:42 CET NNTP-Posting-Host: 90.46.45.44 X-Trace: 1329257922 reader.news.orange.fr 21463 90.46.45.44:4614 X-Complaints-To: abuse@orange.fr Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Date: 2012-02-14T23:18:42+01:00 List-Id: Hi all, Ada Server Faces is a web framework which uses the Java Server Faces design patterns (See JSR 252 and JSR 314). JSF and ASF use a component-based model for the design and implementation of a web application. The presentation layer is implemented using XML or XHTML files and the component layer is implemented in Ada 05 for ASF and in Java for JSF. A new version of ASF is available which provides: o New components used in HTML forms (textarea, select, label, hidden), o New components for the AJAX framework, o Support for dialog boxes with jQuery UI, o Pre-defined beans in ASF contexts: param, header, o A complete set of example and documentation for each tag. It has been compiled and ported on Linux, Windows and Netbsd (gcc 4.4, GNAT 2011, gcc 4.6.2). You can download this new version at http://code.google.com/p/ada-asf/downloads/list. A live demo is available at: http://demo.vacs.fr Stephane