views:

1093

answers:

4

I am just scratching my head on using DoJo in Seam in place of RichFaces or IceFace. I couldn't find any article or tutorial out there in the web. The reason for my question is that Iam coming out of a DoJo/Domino project and like to have this project in J2EE/Seam/DoJo.

Appreciate any input...

TIA.

A: 

I don't really understand the question, what are you really asking us to tell you?

Dojo is a JavaScript framework while RichFaces and IceFaces are JSF implementations. There are differences between RichFaces and IceFaces, without a clear idea of what the goal of your project is I don't think anyone will be able to give you a correct answer.

The requirements of the project should help you define what tools you should be using.

Doomspork
A: 

Well if you asking which one is better... it's hard to say. I think if your working with Seam for the first time it would be better to stick with RichFaces as it is the default and is built to work with Seam. All of the official Seam documentation uses RichFaces also.

Peter D
A: 

There's no reason why you can't use DOJO (or jQuery for that matter) with Seam. The only difference is that unlike Richfaces/Icefaces you aren't going to get easy "out-of-the-box" Ajax integration with your back-end Seam Beans.

But this isn't necessarily a bad thing. Consider hooking your DOJO components up to your Seam Beans using one of these methods:

Damo
A: 

Richfaces looks more good option to work than Icefaces bcoz it has inbuilt support, its easy to learn & its long time support guarantee for seam+richfaces combination.

Nilesh Jain at CMSS