Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 848 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 848 Bytes

Alt text

contact

Contact Web Application
Author: Cale McCammon

Contact is a J2EE web application for storing contact information (name, address, phone number) etc. It is meant to be deployed to an Amazon Elastic Beanstalk instance via the AWS Eclipse toolkit. The application uses Java, Tomcat, and MySQL (JDBC) to push data to a database and to query the database. It also leverages jQuery and Bootstrap for greater usability.

Requirements:

  1. AWS account.
  2. Eclipse with AWS plugin.
  3. Elastic Beanstalk environment with MySQL database (JDBC).
  4. To deploy, simply choose to run the program on server, and select your AWS environment.

Tools used:

  1. Java
  2. SQL
  3. Tomcat
  4. JavaScript
  5. HTML
  6. CSS
  7. JSP
  8. XML