0% found this document useful (0 votes)
93 views

Java Web Programming

This document discusses a Java web programming assignment to create a login application. The application asks users to enter their name and password, and will display the user's data if they exist in the database, or a "sorry" message if not. The objectives are to demonstrate knowledge of JSP, HTML, CSS, and connecting a web application to a database. The login application provides security by only allowing authorized users access. Problems addressed include importing components, connecting NetBeans to MySQL, and issues after login.

Uploaded by

Shekhar Saud
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
93 views

Java Web Programming

This document discusses a Java web programming assignment to create a login application. The application asks users to enter their name and password, and will display the user's data if they exist in the database, or a "sorry" message if not. The objectives are to demonstrate knowledge of JSP, HTML, CSS, and connecting a web application to a database. The login application provides security by only allowing authorized users access. Problems addressed include importing components, connecting NetBeans to MySQL, and issues after login.

Uploaded by

Shekhar Saud
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 7

Java Web programming

FACULTY OF BUSINESS AND INFORMATION SCIENCE

ASSIGNMENT COVER PAGE

Student Id 1 8 1 1 3 6

Student Name : Shekhar Saud

Email : [email protected]

Course Code : CC305

Course Name : Java Web Programming

Semester : 6th

Session : Sep-Dec 2019

Instructor/Examiner/Lecturer : Mr. Nischal Shakya

Assignment No. :1

Assignment Type : Individual

Submission Date : 10th/Nov/2019

Marks Obtained : …………… out of..................

Evaluator’s Signature : …………………………………….


Java Web programming

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.

i. Product and component based


ii. Users accounts to control access and maintain security
iii. Reduce time and efficiency
iv. Access of any information individually
v. Accuracy
vi. Reduce the risk in the matter of cyber security
vii. Contain better storage capacity

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.

You might also like