April2022 csit-bank-jsp-servlet-mysql
Brought to you by:
khagendra786
This is a dynamic web application project. It has registration and login functionality.
For the front end we have jsp, css and jstl.
for the middle layer we have servelts and dto(data transfer objects) and dao (data access layer). A dto carries the data and dao queries the database.
Utils are classes used as a utility class which is common and can be used any other class.
service package has interfaces and implementation classes.