Spring 4 MVC REST

Topics 

  • REST client tools 
  • @ResponseBody 
  • Representations (Formats) - produces and consumes 
  • XML binding
  • Create/Update/Delete 
  • @RestController 
  • REST client using RestTemplate

REST Client Tools 

  • curl 
    • Command line tool for sending/receiving all REST requests/responses (GET, POST, PUT, DELETE) 
  • RESTClient 
    • GUI tool (Java-based) for sending/receiving all REST requests/responses (GET, POST, PUT, DELETE) 
  • Browser 
    • Useful for sending/receiving GET requests/responses

You must have an active subscription to download PDF and Lab Zip of this course topic.Please click the "Subscribe" button or the "Login" button if you already have an account.