Giter VIP home page Giter VIP logo

siddharth263 / banking-system Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 146 KB

In this mini application, to handle a transaction we are using JDBC transaction consistent. This Application provides a Menu-Driven Console Interface to a User, using that User can perform functions like create Account, Login, Veiw Balance, and Transfer Money to the other customer.

Home Page: https://drive.google.com/file/d/1Vc3GPHeKGenCv6t2pTtVA8iRiacj4u1M/view

Java 100.00%
java mysql sts4

banking-system's Introduction

Mini Banking Application

Hello Everyone,

There are a lot of different kind of banking transaction which involve several parties like merchant, receiver, bank, etc. so to handle all those transaction in JAVA, there is a JDBC(JAVA Database Connectivity) which provides us an API to connect, execute, fetch data from any databases. It provides a language JAVA database connectivity standards.
Tranactions in JDBC provides us a feature that considers a complete SQL statements as one unit, then executes once, and if any statement fails, the entire transaction fails.

In this mini application, to handle a transaction we are using JDBC transaction consistent. This Application provides a Menu-Driven Console Interface to a User, using that User can perform functions like create Account, Login, Veiw Balance, and Transfer Money to the other customer.

Software Prerequisite:

JAVA: We'll be using JAVA to write all the necessary codes to perform all above mentioned functioned and detail.

MySQL: We'll be creating a database in MySQL only and in that db we'll have our tables like customer in which the details of the customers will be stored, to be used later on as the customer will perform the necessary actions in their account.

STS: We will be using STS to run our code, test it and debugging it whether it is working properly or not. All the necessary errors and exception handling and debugging required will be done in STS only.

Here are the images of the end product of how it will look and show outputs:





Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.