Hi,
I need to create a Login page for our web application using ADF. User will enter the username and password and hit the submit button .If the entries are correct then it will redirect him to the homepage of our application.
The username and password are stored in a custom database table named User_login.
I have created an Oracle PL/SQL procedure to create and validate this login information.
Could anyone please suggest how to proceed now with ADF ?
As I am completely new in ADF and Java I really need detailed step by step guidance of doing that
Thank You