Assignment 4: I need a REST Web Service to provide Server Date/Time see: https://docs.oracle.com/javase/8/docs/api/java/time/package-summary.html I need the following data from this Web Service The full Date and Time The Day of the Week For a specific Day of the Month is it a Work Day This will need a parameter passed to the Web Service For two specific dates, what is the Duration/Period between them? Again parameters passed At least 1 other method of your choice You need to write 2 project, the Web Service, and a Java Client Options: can your Java Client process a JSON response? can your Service EndPoint method produce multiple type of response? how are you handling error? what about timezones? ------------------------------------------------------------------- How I would tackle this assignment 1) build a Dynamic Web Project for the Web Service 2) build and Interface/Implementation for the "Back-end" code 1 method at a time 3) build the SEI 1 method at a time 4) test in a Browser 5) build Java project for the Client 1 method at a time repeat steps 2 thru 5 for each new SEI method