https://github.com/najlae01/market_jee
Mini Market Application Based on MVC1 and Standard JEE
https://github.com/najlae01/market_jee
college-project java jee mvc1 mysql uml
Last synced: about 1 month ago
JSON representation
Mini Market Application Based on MVC1 and Standard JEE
- Host: GitHub
- URL: https://github.com/najlae01/market_jee
- Owner: najlae01
- Created: 2022-11-22T11:19:07.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-22T23:58:07.000Z (over 3 years ago)
- Last Synced: 2025-02-26T22:13:38.579Z (over 1 year ago)
- Topics: college-project, java, jee, mvc1, mysql, uml
- Language: Java
- Homepage:
- Size: 15.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# market_jee
Mini Market Application Based on MVC1 and Standard JEE
## UML Class Diagram :
## Database Design :

## Adding a client to the database :
## Listing clients :
## Updating the client :
## Listing clients :
Client is updated.
## Adding another client to the database :
## Listing clients :
## Deleting the second client :
## Adding a product to the database :
## Listing products :
## Updating the product :
## Listing products :
Product is updated.
## Adding another product to the database :
## Listing products :
## Adding a third product to the database :
## Listing products :
## Deleting the first product :
## Adding another client to the database :
## Adding an order to the database :
Available clients in the database are listed in the select tag.
## Listing orders :
## Listing orders after making another order by the client Eren:
## Adding an orderline to the database :
## Listing orderlines :
## Listing orders after adding the first orderline associated with the order with Id 7:
## Adding another orderline to the database :
## Listing orderlines :
## Listing orders after adding the second orderline associated with the order with Id 7: