I need advice about my application structure.
I have several managedbean for several content panels.
My application has got a main page that contains one contentpanel.
So, with the menu I swap the contentPanels. But I need to be able to call them from one other. For the initialisation step for example.
To do this, I thought to do a "GeneralManager" with the singleton pattern.
And this "GeneralManager" is linked with all the managed bean of the application and can call their init method.
But I have one problem when managedBean are implementing renderable...
because in the jsp file I must use this syntax now: