Reputation: 3048
I used to work with JSF - Richfaces but had no idea of how to start it and I quit before I learned it.
Is there any easy way to start? What do I need to add. Like splitting projects into 4 or so and what server to use, etc.
Upvotes: 1
Views: 8014
Reputation: 1582
You can also find many RichFaces resources on my blog:
https://maxkatz.net/tag/richfaces-howto/
including this project template:
https://maxkatz.net/2010/04/15/the-easiest-way-to-start-with-richfaces/
Upvotes: 4
Reputation: 7781
although I don't have a tutorial to suggest to you, I would recommend when experimenting with Richfaces components, to look them up in the live demo, where code snippets and examples are shown. For each component you can find additional information in the "Developer Guide" link in the upper left corner.
As far as Eclipse is concerned and since you are using Richfaces, I would definitely use install the JBoss Tools plugin, which has handy features, such as auto-complete, visual editing etc.
Upvotes: 3
Reputation:
Here is hello world and Practical Richfaces
But I suggest you to use Primefaces. I think primefaces is the best among jsf components because of its ajax and ui facilities
Upvotes: 3