Java Web Programming
Java Web Programming
Student Id 1 8 1 1 3 6
Email : [email protected]
Semester : 6th
Assignment No. :1
Introduction
In this assignment we are given to create login application. First of we should have good
knowledge on HTML, CSS, JSP and the connection between web application and Database.
Created web application should ask user to enter his/her name and password. If there is
existence of user in database it must show the data and if it not then it will display “Sorry,
you are not registered”. The login system has been developed to override the problems
prevailing in the practicing manual system. Usually these type of login system are designed
for the particular need of the organization to carry out the operations in a smooth and
effective manner. The application is reduced as much as possible to avoid errors while
entering the data. It also provides error message while entering invalid data. Moreover, no
formal knowledge is required for the user to use this web application. Thus by this all it
provides it is user friendly. As it is just a sample of login management system but the well
managed and highly secured, decorated login system are used by the organization in their
better utilization of resources. This type of login application is necessary to every
organization whether big or small because they have challenges to overcome and managing
the information of password, username, permission and authorization.
Objectives
Talking about the objectives of the given work it is just a login form in order knowledge on
the topic of JSP, HTML, CSS, connection between web application and Database and their
relationship as well. This type of login application does not give access to unauthorized
person. In another way we can say it gives security to the web application. Those users whose
information are stored in database can only access to the application. These type of
application are built at administrative end and thus only the administrator is guaranteed the
access. The purpose of the application is to build an application to reduce the manual work of
managing the username and password.
Java Web programming
Features
As it has been already mentioned that it is just a sample of login system so, there is no any
special features that can be mentioned. Let’s talk about the features of a well-managed login
application.
Codes
Index.html
Java Web programming
Login.jsp
Java Web programming
Java Web programming
Interface
This is the interface of login form that has been designed as per requirement. Form can be
opened in any browser we want. Username and password should be entered in their field.
Login button is for submit username and password for further process. After we click login It
will check whether the user existence is in database or not. It yes it will show the data and if
not it will show the sorry message “Sorry, you are not registered”.
Problem faced
During the time of coding I faced many problems. Some of them are solved and some are not.
I overcome all the difficulties step by step with the help of internet as reference. Problems
faced are like components to be imported, connection between NetBeans and MySQL
database, and also faced problem after login.
Java Web programming
Conclusion
During the time of working on this project I came to know about JSP, HTML and the
connection between web application and database. It also increases my problem solving
techniques. Mentioned project is only a humble venture to satisfy the needs. User friendly
and easy coding have been adopted with the help of many references. All the work done
along with problems faced has been mentioned with screenshots. After the completion of
coding the application is implemented and tested.