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,8a7a6e15a5524097,start X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.241.7 with SMTP id we7mr11908785pbc.4.1336772304799; Fri, 11 May 2012 14:38:24 -0700 (PDT) Path: pr3ni15010pbb.0!nntp.google.com!news2.google.com!news.glorb.com!feeder.erje.net!fdn.fr!feeder.news.orange.fr!not-for-mail Date: Fri, 11 May 2012 23:38:24 +0200 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.4.0 is available Message-ID: <4fad86d0$0$21492$ba4acef3@reader.news.orange.fr> Organization: les newsgroups par Orange NNTP-Posting-Date: 11 May 2012 23:38:24 CEST NNTP-Posting-Host: 83.202.5.164 X-Trace: 1336772304 reader.news.orange.fr 21492 83.202.5.164:11417 X-Complaints-To: abuse@orange.fr Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Date: 2012-05-11T23:38:24+02:00 List-Id: Hi all, Ada Server Faces is a web framework which uses the Java Server Faces design patterns (See JSR 252, JSR 314 or the latest one the JSR 344). This new version brings a serious step ahead towards JSF compatibility. This new version provides: * Support for shared or static build configuration, * Support for file upload, * New components , , , , * New EL function util:hasMessage, * ASF now Implements the JSF phase events and phase listeners, * Implements the JSF/Ruby on Rails flash context, * Adds the pre-defined JSF beans: initParam, flash, * Support for locales and honors the Accept-Language, * New demos are available in French and English 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. Feel free to play with the OpenID stuff!!! Stephane