Skip to content

odlmon/phoneshop-servlet-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

phoneshop-servlet-api

Java Web Development for e-Commerce Course project

About:

  1. Project has following pages:
  • Product list page
  • Product detail page
  • Cart
  • Checkout
  • Order overview
  1. Made with MVC and Layered architecture templates
  2. Multithreaded (with use of Atomic variables, CopyOnWriteArrayList, ReadWriteLock)
  3. Classes tested with JUnit 4 and Mockito
  4. Implemented simple DOS protection

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.3%
  • Other 0.7%