Table of Contents
PB-Bank is a web application built with Spring Mvc. This project is implemented using HttpSession i.e. multiple users can access the website at the same time. Users can create account, edit account and send money to each other.
- Html
- Css
- Jsp
- Spring Context
- Spring Web Mvc
- Spring Jdbc
- My Sql
To run this project on your local server you'll need -
- My Sql
- Apache Tomcat Server
- An Ide of your choice
(In Eclipse)
- Create a dynamic web project and configure it into a Maven Project
- Make sure you have added Apache tomcat server
- Copy pom.xml file and install all the dependencies
- Copy the Source code
- Go to Mysql and create 3 databases -
- bankCustomer
- bankAccount
- bankTransaction
- Create table in these databases and create columns by referring to the fields from modal controller respectively (make sure you update sql queries in dao)
Twitter - @prembhimavat