I creating a web application in Java EE platform. I want to create a log in page in JSP that authenticate user using Biometric Face recognition . Then the Face image is authenticated by the server.(Face recognition based authentication ).
Please tell me how to implement a Face Recognition authentication in my Jsp login page.
Also tell for all bio-metrics devices.
Note: I am using WebSphere Application Server and RAD for my development. So the implementation must fully support both.