JSF 2.0 stability issues

279 Views Asked by At

Recently we are planning to migrate from JSF1.2 to JSF2.0.Our web application uses RF3.3 and deployed on JBoss Server.

However over few months I have heard JSF2.0 is not stable and still JSF 1.2 is preferable provided you dont have any such urgency to migrate to facelets.

We use JSF1.2 extensively in our application and as on date there's no such requirement which can be fulfilled only by using JSF2.0.Hence I want to know is it wise to stick with JSF1.2 or migrate to JSF2.0...

Also kindly point out the stability issues of JSF2.0 over JSF1.2 Tried searching on net but with no success...

People who are using JSF2.0 will be the best one to guide me with the compatibility issues of JSF2.0 and stability issues...Kindly throw some light...

1

There are 1 best solutions below

4
On

the detailed information about this is given by BalusC in his answer.

following is the Painfulness of upgrading JSF 1.2 to 2.0 depends on the view technology which you are currently using and which you want to use.

JSP 2.x to JSP 2.x = Almost no effort.

Facelets 1.x to Facelets 2.0 = Little effort.

JSP 2.x to Facelets 2.0 = Lot of effort. Double this if you also have custom components.