JoyOfCodingPDX / JoyOfCoding

Source code for The Joy of Coding course at Portland State University taught by David Whitlock
http://web.cecs.pdx.edu/~whitlock/
Apache License 2.0
17 stars 5 forks source link

Dictionary servlet should log some informational messages #475

Open DavidWhitlock opened 3 months ago

DavidWhitlock commented 3 months ago

When demonstrating the out-of-the-box dictionary application for the REST API project, it would be valuable if the servlet output some information when its doGet() and doPost() methods are invoked. This would help students understand that the servlet is acting when the URL is requested from the browser.