2 Replies Latest reply on Nov 24, 2011 6:55 AM by blabno

    Using richfaces for a dashboard

      Hi there, do anyone know if there are an easy way for doing a dashboard with richfaces?

      It should allow the end user to (for example) minimize, remove and rearrange the subwindows presents in the dashboard.

      I think a good example is this page: http://www.google.com/ig

      Any clue will be deeply appreciated :-)

        • 1. Re: Using richfaces for a dashboard
          fabmars

          If I had to do it, i wouldn't try with xhtml, because you wouldn't have eough flexibility. I would program it with the actual Html implementation classes of the components.
          Taking the iGoogle example, you would for example create rich:panel's, and put buttons & menus in their headers facets. Then put an actionListener in each button or menu, and set some cookies on the client's computer depending on what he clicks. All the rendering would be decided programatically depending on the existence and contents of these cookies.
          If it's not clear enough, i can make you an example.

          • 2. Re: Using richfaces for a dashboard
            blabno

            Read about dashboard component: http://community.jboss.org/thread/175301