robertcamilo23 / uptakeCodingQuestion

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Uptake coding question - Families

AUTHOR

DESCRIPTION

A REST API was created to create, read, update, and delete "People", as well as they can be grouped into "Families". Please deploy the provided "war" that contains the whole project in a Tomcat server. You can follow this instructions to do it.

Once the war is deployed, please use the front end client, that is hosted in this address: http://localhost:8080/uptakeCodingQuestion/index.html

alt tag

NOTE

Some of the code has been done with based on several examples found on the web, however the ideas and code adaptation has been done all by me:

All the configuration XML files of Hibernate and Spring are located in the "resources" folder.

  • Spring version: 4.1.6
  • Hibernate version: 4.3.8
  • Apache CXF version: 2.7.12
  • HSQLDB version: 2.3.0

About


Languages

Language:HTML 56.3%Language:Java 43.7%