jmorris1400 / repository
Team-Project---Online-Food-Shopping-Website
A project that required a team of developers to create a real world web shopping application such as Amazon that is fully functional and interactive. This required programming in Java, utilizing Spring modules such as Spring Web and Spring Boot,and Spring Validator. They were incredibly useful in the protection and verification of user identity. Spring Security was also implemented to combat a case that a client might attempted to make a search in the database for a product that wasn't there. Along Spring another frame works of Java was used. Hibernate for ORM and it's features such as DOA for session management,for opening an access way to the database, JPA for keeping the orders and order details in the database along with keeping description of product and account information. There were interfaces created of all those components as well. Maven was implemented for keeping track of our dependencies and jar files as well as linking all of our services and mapping the xml file. Frontend: for the view JSP and some features of JSTL were used for the web development of this project, along with HTML and CSS. This project was ran and tested on the Apache Tomcat Server. Environment and Tools: Eclipse, Sublime Text, Java 8.1, Spring 4.0, Hibernate 5.1, Tomcat 8, HTML5, and Vanilla CSS