what to do to efficiently develop web applications with jsf

134 views Asked by At

I am a newbie to web development. I need to develop an application using jsf and icefaces. What do I do to develop an efficient web application using these technologies. What are books, resources available for them especially for icefaces means where can I get code snippets?

1

There are 1 answers

0
Tim Brückner On BEST ANSWER

Are you really tied to JSF 1.2 and IceFaces 1.8? I only ask because I think the old IceFaces version won't get much love anymore. It has been there for over two years now. Almost all providers of component libraries (IceFaces, RichFaces, PrimeFaces) focus on JSF 2. But back to your Question:

You will have to check the IceFaces issue tracker sometimes. And you should have a look at their community forum as well, when you get stuck.

Other than that, you need to provide more specific information on what you need sources for :) Good Luck!