Skip to content
Stephane Carrez edited this page May 25, 2015 · 1 revision

Version 0.5 - Feb 2013

  • Moved the Security packages in a separate project: Ada Security
  • New demo to show OAuth and Facebook API integration
  • Integrated jQuery 1.8.3 and jQuery UI 1.9.2
  • New converter to display file sizes
  • Javascript support for click-to-edit behavior
  • Add support for JSF session beans
  • Add support for servlet error page customization
  • Allow navigation rules to handle exceptions raised by Ada bean actions
  • Support the JSF 2.2 conditional navigation
  • New functions fn:escapeXml and fn:replace

Version 0.4 - May 2012

  • Support for shared or static build configuration
  • Support for file upload
  • New component <h:inputFile>, <f:metadata>, <f:viewParam>, <f:viewAction>
  • New function util:hasMessage
  • Implement JSF phase events and phase listeners
  • Implement JSF/RoR flash context
  • Add pre-defined JSF beans: initParam, flash
  • Support for locales and honor the Accept-Language
  • Demos available in French and English

Version 0.3 - Feb 2012

  • Add documentation and examples for the supported tags
  • New components <h:inputTextarea>, <h:selectOneMenu>, <f:selectItem>, <f:selectItems>, <h:selectBooleanCheckbox>, <h:outputLabel>, <h:inputHidden>, <h:body>, <h:head>, <h:selectOneRadio>
  • New functions fn:substring, fn:indexOf, fn:trim, fn:contains, fn:startsWith, fn:endsWith
  • Implement a JSF exception handler framework
  • New date converter to format dates in a localized format
  • New components <util:escape>, <util:script>, <util:flush>, <util:set>, <util:file>
  • Provide pre-defined beans in ASF contexts: param, header
  • Add support for dialog boxes with jQuery UI

Version 0.2 - Sep 2011

  • Integrate jQuery UI 1.8.3 (MIT-License)
  • Implement JSF validation phase and validators
  • Add an AJAX servlet framework to invoke an action on a bean

Version 0.1 - May 2011

  • Base implementation of Java-like servlets, and JSF-like framework