JoyOfCoding icon indicating copy to clipboard operation
JoyOfCoding copied to clipboard

Dictionary servlet should log some informational messages

Open DavidWhitlock opened this issue 7 months ago • 0 comments

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.

DavidWhitlock avatar Jul 25 '24 03:07 DavidWhitlock