Question: Using java and oracle sql please make banking app that does these: Minimum user stories: - register for a new user account (must be secured

Using java and oracle sql please make banking app that does these:

Minimum user stories:

- register for a new user account (must be secured with a password)

- login with existing user account credentials

- deposit money

- withdraw money

- view balance

Minimum code requirements:

- Data will be sourced from a relational database

- All database tables will be in compliance with the 3rd Normal Form

  • Source code files will be organized into an appropriate package structure

  • All class, method, and variable names will adhere to naming convention

  • The single responsibility principle will be applied to classes

  • Implement the POJO and DAO design patterns

  • All exceptions will be properly handled

  • Use a testing framework to write unit tests for all service layer classes

  • Code will be managed and stored on associates GitHub branch

  • Must use all three JDBC statement types within DAO layer

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!