abdallahokasha / Servlets-and-JSP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This Simple Web App. using Servlets & JSPs .. Just my First Example learning about JavaEE

- Online Shop is a simple web application to buy products online
- Using MySQL JDBC: https://dev.mysql.com/downloads/connector/j/
- Apache Tomcat is used here as a server: https://tomcat.apache.org/download-80.cgi


Main Use Cases:
- User can make Order.
- User Can see all his orders.
- Admin can add products/Categories.
- Admin can see all orders.

MVC is applied here! ;)
---------------------------------------------------------
…or create a new repository on the command line

echo "# Servlets-JSP" >> README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/okasha93/Servlets-and-JSP.git
git push -u origin master

…or push an existing repository from the command line

git remote add origin https://github.com/okasha93/Servlets-and-JSP.git
git push -u origin master

About


Languages

Language:JavaScript 87.5%Language:Java 12.2%Language:HTML 0.3%