you can implement this jsf as presentation + webflow + mvc as a controller
first you create a backup bean with username, password, permissions then let webflow create a backup bean in the session, when sending the action it will call @controller "Spring MVC" and the controller will call your company and the DAO business call that you implemented as Hibernate
like this <on-start> <evaluate expression="youractionClass.createbackingBean()" result="conversationScope.yourbean" /> </on-start>
the second solution, you can bind the view to a model that contains a username, password, authority, then when sending the action it will call @controller "Spring MVC" and the controller will call your company and the DAO business call that you implemented as Hibernate
<view-state id="registerForm" model="registerBean"
bassem
source share