BestPractices
BestPractices

Reputation: 12876

Any reason to use a different JSF 2.0 implementaton other than Mojarra?

In the 1.x versions of JSF, one might choose to go with a different JSF implementation than Oracle's reference implementation e.g. go with MyFaces. With JSF 2.x is there any reason to go with something other than the RI?

Upvotes: 0

Views: 696

Answers (1)

Daniel
Daniel

Reputation: 37051

I guess its more or less the same reasons for JSF2

read this...

mojarra or myfaces (jsf2.0 starter)

and this

Mojarra vs. MyFaces performance

There are many more articles about the myfaces vs mojarra jsf...

Upvotes: 1

Related Questions