Migrate JSF RichFaces project from JSF 2.0 to 2.3

429 views Asked by At

How to Migrate from JSF 2.0 to JSF 2.3 in existing EJB with RichFaces Project. Please suggest the steps to be followed.

1

There are 1 answers

1
Emil Sierżęga On

This question is far too broad.

Official RF won't work with JSF 2.3. RF is very old and the last version is much older than JSF 2.3.

So the steps would be:

  1. Upgrade to JSF 2.2.
  2. Choose one:
    1. Stop with JSF 2.2.
    2. Remove RichFaces. Use something more modern like PrimeFaces.
    3. Try to use some forks of the original RF. For example the work of Alberto Fernández which is avaible on Maven. But I don't know if that builds are really production ready (they seem to work with JSF 2.3).