Monday 6 September 2021

Online Shopping Project in Java JSP Servlets Mysql, Netbeans Source Code


Online Shopping Project in Java  JSP Mysql . This application is simulation for Online Shopping Project build using java EE  ,java , jsp, Servlets  and  Mysql Database . The user can search for the products and buy them online As a best practise we used Data Access Object (dao) also we used Model View Controller (MCV) pattern .

Java Server Pages - is a collection of technologies that helps software developers create dynamically generated web pages based on HTML, XML, SOAP, or other document types. Released in 1999 by Sun Microsystems, JSP is similar to PHP and ASP, but uses the Java programming language.

User Features

  1. User can sign up for the first time
  2. User can sign in.
  3. User can view products
  4. User can add products to cart
  5. User can delete products from cart
  6. User can decrease quantity of a product in the cart.
  7. User search for products
  8. User can charge his balance
  9. User can pay cash to get the product
  10. User can logout from the site.

Admin Features

  1. admin can view products
  2. admin can add product
  3. admin can delete product
  4. admin can edit product
  5. admin can add products to the slider
  6. admin can add scratch cards
  7. admin can view history
  8. admin can add new category
  9. admin can delete category
  10. admin can add ads
  11. admin can remove ads
  12. admin can view users
  13. admin can edit users profiles
  14. admin can view the history

Technologies that we used :

  1. HTML 5
  2. CSS 3
  3. Bootstrap
  4. Font Awesome
  5. JavaScript
  6. jQuery
  7. AJAX
  8. JSP
  9. Servlets
  10. JAVA Mail API
  11. MariaDB

Environment Used

  1. JDK 8 (Java SE 8)
  2. Netbeans IDE
  3. Apache Tomcat 8 /Glassfish Server
  4. PhpMyAdmin
  5. JSTL JAR file (jstl-1.2.jar)
  6. Java EE 5 API (Servlet 2.5, JSP 2.1, JSTL 1.2, Expression Language (EL))
  7. Java Database Connectivity (JDBC) API

No comments:

Post a Comment