Welcome to the project Naiden!
As to the lag of the project in loading JSF pages, you are right in
that the cause is due to creation of SWC, SWF, and other resources. If
the user is done with the modification of the page [adding JSF Flex
tags], one can change the following property to productionMode which
will simply create JSON objects for communicating non DataGrid
component's initial values and the attributes needed from those
components during postBack. DataGrid component's values will be
fetched and updated using ActionScript asynchronously [need to clean
this up and implement it better, since wrote it recently]. Without
further adieu here is the property within web.xml that should be
changed to productionMode when done with the tweaking of the JSF pages
:
<context-param>
<description>
For JSF Flex build mode, possible values are (debugMode,
simplySwfMode, productionMode
[default])
</description>
<param-name>com.googlecode.jsfFlex.MODE</param-name>
<param-value>debugMode</param-value>
</context-param>
(1) As for the issue with examples, you do bring up a good point and
will take that into account.
(2) As for Facelets, it is in the TODO list, but haven't been able to
tackle it yet with other tasks that needed to be done.
(3) I will look into Flamingo over this weekend or next, since it is
something new.
(4) As for JavaFX, I did have original plan of creating renderKits for
this technology when it first got announced about 2 years ago and once
JSF Flex does stabilize and I do have some additional free time I will
start playing around with that technology as well.
Anyway, thanks for all the inputs/proposes for the project as those
kind of things are vital in making the project succeed. Oh yes, if you
would like to be a member of the JSF Flex Google Code, please do email
me with a request.
Till later!
--
Sincerely,
Ji Hoon Kim