Login Application

This tutorial provides some simple steps for creating a website login application that can be used later in any big Struts Hibernate and Spring based application.

Login Application

Login Application

     

This tutorial provides some simple steps for creating a website login application that can be used later in any big Struts Hibernate and Spring based application. The application consists of three important areas as registration, log in and update profile. These later enable users to start login into a website.

Register: The registration page has five fields namely User Id, Password, E-mail, Address and Phone number. To register you in the company website user has to enter the required details in the registration form.

 
Fig: Registration Form

Following Entries are accepted on the Registration Form

  1. User Id - User can enter desired User Id in the text box
      
  2. Password – User can enter suitable password in the text box.
      
  3. E-mail Address – User enters a valid e-mail Id in the field.
      
  4. Address and phone numbers – These fields are used to take the user address and phone numbers in the respective fields.

After entering all the required details when user clicks on the save button, forms fields are validated and then data is saved into database. However, it is important to remember the selected user Id and password for further login.
Fig: Form Validation