Learning JSF 2

This page contains links to my Learning JSF 2 series.

More topics:
Ajax in RichFaces 3.3.x, JSF2, and RichFaces 4

 

9 responses to “Learning JSF 2”

  1. […] Learning JSF 2 […]

  2. Very good articles!
    Are there any plans for a new post from this series? I am specially interested in seeing more about: “a topic closely related to navigation is page parameters and how they are propagated”.

  3. I’m working on exact that topic right now.

  4. Claus Hausberger Avatar
    Claus Hausberger

    Great articles. For the future I would like to learn more about best practices for using JSF 2, CDI and EJB 3.1 together. CDI is rather new and I think many are still not sure how to use it in the best ways together with JSF 2.

    Claus

  5. […] Maxa Blog: Explica muy fácilmente cómo funciona la navegación entre páginas y algunas mejoras entre la 1.2 y la 2.0. […]

  6. Session usage…

    1)      I made some changes linked with session usage. All objects that were kept in JSF session (FacesContext.getCurrentInstance.getExternalContext.getSessionMap()) are now kept in workplaceUser session bean,……

  7. Erstellung einer asynchronen JSF-WebApplikation mit Persistenz nach dem MVC-Pattern…

    Erstellung einer asynchronen JSFWebApplikation mit Persistenz nach dem MVCPattern In diesem Tutorial wird gezeigt,……