Skip to content

Interactive J2EE web technologies developed in 2012 (Java 7)

Notifications You must be signed in to change notification settings

Mur3ph/online-shop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebsiteShop


Interactive website using various technologies that I developed in 2012

  1. Java, JSP, JSTL
  2. MySQL, SQL, Triggers, Indexes, Audits, Designed and Developed Website Shop Database Schema, ER Diagrams, Database security (MD5 Encryption, SQL Injection)
  3. JavaScript, AJAX,
  4. HTML, XML
  5. CSS
  6. Tomcat server
  7. Object-Oriented Patterns (e.g. Singleton, and Factory Pattern)
  8. Internationization / Localization
  9. Eclipse IDE

Installation

Online Shop is a java web application. Before running the Online Shop, you will additionally need to install/acquire:

  • JDK / or JRE
  • Eclipse IDE
  • Tomcat 7
  • MySQL
  • MySQL Driver

Java

How to install Java

Eclipse

How to install Eclipse IDE

Import project into Eclipse IDE

  1. File
  2. Import
  3. General
  4. Existing Projects into workspace
  5. Navigate to where you downloaded the project and install

Tomcat

How to install Tomcat server on Eclipse IDE

MySQL and MySQL Driver

How to install MySQL and configure MySQL Driver