Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 1.34 KB

lecture-02.md

File metadata and controls

42 lines (32 loc) · 1.34 KB

Slides from class are available.

Video of the class is also available.

Assignment 2 Released + due on Tuesday 9/5.

FYI Class cancelled on Sep 13; Section extended by 1wk

We Covered

  • Review of Git Homework
  • RESTful Architecture
  • Concepts of DAO, API Object, Controller
  • CircleCI
  • Walkthrough the creation of an endpoint
    • Refresher on JAX-RS / how to map HTTP requests to code
    • Introduced the H2 Database
    • Introduced JooQ a tool for writing SQL-like logic in Java
    • Writing the controller function + DAO + API Object
    • API Object Validation
  • Docker, Dockerfiles, Docker Repo
  • Brief AWS EC2-Container Service walkthrough

Class Prep

CIRCLE CI

DOCKER

APP CODE

IDE

we’ll be writing code using IntelliJ Idea together + I’ll show you a bunch of tricks