Internet Banking System project in Java
The main aim of designing and developing this Internet banking System J2EE primarily based Engineering project is to provide secure and efficient net banking facilities to the banking customers over the internet. Java Server Pages, J2EE, Java, Enterprise Beans, Oracle database used to develop this bank application where all banking customers can login through the secured web page by their account login id and password. Users will have all options and features in that application like get money from western union, money transfer to others, make payments for electricity bills, mobile prepaid recharges, mobile bills, water bills etc, and send cash or money to inter banking as well as other banking customers by simply adding them as payees.
Project Introduction
Online Bank Management System is very simple and entry level project developed in java using jdbc technology. I have used database to store all the details of customer account in a table. This system is a simple project and useful for those who want to learn jsp/servlet with jdbc.
I have implemented most of the feature of online banking in it. User can login, do withdrawal, Request a Deposit amount, Transfer amount from one account to another account, check his/her current balance, and view reports of all the transaction.
The project is for beginner level students; developer, those who want to learn jsp/java. I have not use any servlet in this system and database connectivity is written in jsp/java. It should be noted that writing database connection or sql statement in jsp is not recommended.
Purpose
The Internet Banking System suite provides a global accounting foundation that provides the all private banks with electronic banking facilities. It allows client of private banks to carry out their day to day banking transactions.
Modules
- Registration
- Account Details
- Deposit Cash
- Withdraw Cash
- Transfer Money
- Transaction History
Benefits of the System
- Quick, simple, authenticated access to accounts via the desktop.
- Simply scalable to grow with changing system requirement.
- Global enterprise wide access to information.
- Improved data security, restricting unauthorized access.
- Minimize Storage Space
Specifications
THIS Internet Banking System supports the functionalities of banking services with secure login procedure to interact within the CUSTOMERS and DATABASE.
- Application Server
- J2EETechnology
- Java Server Pages
- Java Servlet Programming language
- Enterprise Java Beans
- Java SDK1.3
Conclusion
The application illustrated or demonstrates the way to develop an online banking system by using interactive web client by using JSP, Servlet with safer way to access &encapsulate database by EJB component. This suggests the application server simply deployable and accessible.
Download Project
Internet Banking Abstract | Download Abstract |
Internet Banking System Code | Download Source Code |
Milo says
There aren’t main method. How to run it?
ProjectsGeek says
Its servlet JSP project no main method like core java projects.
Sunmeet says
Which edition of eclipse has to be used to open this project : https://eclipse.org/downloads/ ( Eclipse for Java Developers or Eclipse for Java EE Developers) ?
And if you can tell how have you used .java files with .html files? Aren’t .html files linked with .jsp files?
ProjectsGeek says
You will be having html,jsp as well as .java files in this project. So I suggest you to download Java EE version of Eclipse.
Mohit says
hi,,
I have copied all your java and jsp files in eclipse but I am not able to understand and start your project. their are so many login files .jsp and .html.so which file should be run first nad how to make database of your project i mean how many tables of waht names and datatypes.
ProjectsGeek says
For database related information please check project report or source code folder for database files. Try to find home page from the list of jsp or html files.
MasterRamen says
How to open your project?
ProjectsGeek says
This project consist of .java files. Create a new project in eclipse and then copy all these java files into that java project.