Skip to content

yasindilekci/ejb-jpa-shopping-cart

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaEE MVC Shopping Cart App using EJB 3 and JPA

Technology Stack

Java, EJB 3.1, JPA, & JUnit MVC application with Servlet Controllers and JSP Front End.

I use Maven as build tool and I tested it using MySQL and H2 databases and Wildfly 8.2 Application Server

Use Case

Use case is an online shopping cart with the following functionality:

  1. add items to a virtual shopping cart.

  2. remove items from the shopping cart.

  3. update item quantities in the shopping cart.

  4. view a summary of all items and quantities in the shopping cart.

  5. place an order and make payment through a secure checkout process.

Credits

Credit to the Netbeans Tutorial https://netbeans.org/kb/docs/javaee/ecommerce/design.html

About

Java, EJB 3.1, JPA, & Junit Shopping Cart App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 75.7%
  • JavaScript 16.6%
  • CSS 7.7%