-
New Article: JSF Flex (5 messages)
- Posted by: Nuno Teixeira
- Posted on: June 29 2009 13:51 EDT
JavaServer Faces Flex goal is to provide users capability in creating standard Flex components, part of flexSDK which is open sourced through MPL license, as normal JSF components [note that other dynamic components such as chart are not part of flexSDK]. So users would create the components as normal JSF components and the project will create the necessary SWC, SWF, and etcetera and link the values of the components back to the managed beans using JSON+JavaScript and ActionScript. This article, which is mainly targeted for JSF developers, will provide an overview of creating a simple multilingual JSF page consisting of JSF Flex tags. Read articleThreaded Messages (5)
- JSF flex == Yuck !! by pagux pagux on June 30 2009 03:05 EDT
- may influence JSF 3.0 spec by hari sujathan on June 30 2009 07:00 EDT
- Why JSF ? by Maxime Turner on June 30 2009 19:38 EDT
- Worst idea... by Mark Eagle on July 01 2009 15:45 EDT
- But what for? by Albert Gorski on September 23 2009 13:19 EDT
-
JSF flex == Yuck !![ Go to top ]
- Posted by: pagux pagux
- Posted on: June 30 2009 03:05 EDT
- in response to Nuno Teixeira
FLEX + GWT would be cool -
may influence JSF 3.0 spec[ Go to top ]
- Posted by: hari sujathan
- Posted on: June 30 2009 07:00 EDT
- in response to Nuno Teixeira
is flex interoparability between various JSF vendors covered as part of JSF 2.0 spec? -
Why JSF ?[ Go to top ]
- Posted by: Maxime Turner
- Posted on: June 30 2009 19:38 EDT
- in response to Nuno Teixeira
Why bother with so many layers, it's much simpler and effective to do the RIA directly in Flex and use BlazeDS for communication. -
Worst idea...[ Go to top ]
- Posted by: Mark Eagle
- Posted on: July 01 2009 15:45 EDT
- in response to Nuno Teixeira
ever! -
But what for?[ Go to top ]
- Posted by: Albert Gorski
- Posted on: September 23 2009 13:19 EDT
- in response to Nuno Teixeira
Hi, What for do I need to learn/use new stuff which can be buggy when you have possibility to use pure FLEX? There is already a glue between flex and java: spring and blazeds. Cheers Albert