my requirement is to develop rich web applications quickly and easily, and the framework must be easy/compatible with spring something like IceFaces

i am confused about IceFaces/PrimeFaces, or use jsp with YUI/DWR

please advise me.

link|improve this question

1  
"confused about rich frameworks"...yeah...just like everyone else – Suraj Chandran Sep 15 '11 at 12:40
i added a specific requirement, so that the question will be limited. – Msaleh Sep 15 '11 at 12:43
i am interested in answer too...just wanted to tell how obiquitious this issue is – Suraj Chandran Sep 15 '11 at 12:44
feedback

5 Answers

up vote 3 down vote accepted
+50

I wrote Spring integration with JSF 2.1 + RichFaces 4. it works not bad, if you are searching for rapid rich client implementation it might be good choice though.

You can see basic tutorial how it works:

http://www.mkyong.com/jsf2/jsf-2-0-spring-integration-example/

link|improve this answer
i am interested about the webflow configuration of above sample – Msaleh Sep 15 '11 at 13:01
Look at the othe examples form this page, this is very simple. – danny.lesnik Sep 15 '11 at 13:09
I agree , have used JSF (ICE Faces) in the past, if you are looking for Rapid development of Rich Web apps, its a good option – Swapnil Sep 22 '11 at 4:40
feedback

SpringSource suggests PrimeFaces officially.

http://forum.springsource.org/showthread.php?98040-Which-jsf-2-component-library-to-use

link|improve this answer
feedback

ZK is a good solution and has good integration with spring

link|improve this answer
feedback

Since the question is not really PrimeFaces vs IceFaces (both JSF), but JSF vs YUI (or any other rich client framework), then the question comes down to: whatever makes sense for you. See my answer here: Spring MVC, what view components to use?.

link|improve this answer
feedback

Incase you are open to options other than "IceFaces/PrimeFaces, or use jsp with YUI/DWR"

Take a look at Spring Roo and GWT combination

It is geared for rapid development, with a lot of emphasis on template based code generation. GWT is a very powerful framework when it comes to developing Rich Applications.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.