Jihoon Kim
unread,May 8, 2009, 2:09:14 AM5/8/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to JSF-Flex
Here are the updates for 1.0 BETA Download :
(1) Fix of synchronizing the creation of SWC file per web application
{will only be encountered if the user hits two pages at the same time
for the first time in debugMode}.
(2) Fix of calculating maxDataPartitionIndex. This issue caused too
many rows to be presented in DataGrid component [i.e. within the
overall example].
(3) DOJO dependency will be removed as its usage is very limited, but
the logging level specified within web.xml will still be preserved if
using firebug and firebug lite
(4) Creation of maven projects jsf-flex/core-mojarra-impl and jsf-
flex/core-myFaces-impl which will hold Java files specific to each
impl. The reason is MXML_BASIC renderkit needs to wrap HTML_BASIC and
other renderkits in order to allow mixing of these components within
the page, but MyFacess and Mojarra differ in their implementation of
how HTML_BASIC renderkits are added to factory causing issue with
MXML's factory MXMLRenderKitFactoryImplWrapper.
(5) Capability of moving data from one DataGrid to an another
[managed beans]
(6) Removed the sorting after dragging data from one DataGrid to an
another.
(7) Set up of a maven repo within jsf-flex project for its release
(8) Locale support for multi-lingual application.
In the future JSF Flex will have tighter bound with JSF/Java and
ActionScript in similar manner as DataGrid component and will provide
MethodExpression to provide better control of resources [i.e. memory],
beans, and action.
Thanks!