Im have just started to work with vaadin framework. I have created a login page with vaadin’s default login page. Can anyone tell me how to check the username and password with the database and move to next page on successful login. Im using psql and connected using hibernate.
Regards
Suresh S
I have done the login page and session handling using threadlocal pattern in Vaadin framework and it is working fine. Refer Login Form Sessions Threadlocal pattern