-
Notifications
You must be signed in to change notification settings - Fork 2
NEWS Older news
Stephane Carrez edited this page May 25, 2015
·
1 revision
- 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
- 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
- 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
- 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
- Base implementation of Java-like servlets, and JSF-like framework