-
Notifications
You must be signed in to change notification settings - Fork 9
demo
Chris Matheny edited this page Apr 12, 2017
·
31 revisions
Team Half n' Half Wits
March 16th, 2017
12:30 - 1:30pm Arizona Time
-
Project
Interview Evaluations

-
Purpose
Build well documented, easy to use REST API
-
Layout
Batch | Person | Evaluation
-
Agile Development Methodology


Established Domain Classes mapped to each table in Database.
Used Spring Data to implement our DAO layer-basic CRUD methods and Spring Key
words to establish different "find" methods
On top of that we utlized a service/businesslogic layer that implements DAO layer.
- Also implemented a common Validation Handler Class that
validted JSON objects - missing/improper fields
On top of that we implemented our Rest controllers. The specified that
endpoints to be hit and implements our service/business logic layer.
These three layers all talk to each other and communicate with the database.
All together they make up the RESTful web service.
