What is the difference beetween implementing a spring,jsf and hibernate application using managedbean and controller.
I'm working on a project using spring hibernate controller approach and i whould to integrate the jsf to handle the view part but it's unclear for me how to deal with controller and managedbean at the same time because they both happen to have nearly the same role .