I am working on a back-end project where request is coming as JSON object to my servlet and response is sent as an JSON object as well. I found this LINK useful but need help to understand how filter can be used in my aforementioned back-end scenario to globalized my all classes/APIs through filter
I am new to Java and looking for advice that is it possible? OR I have to manually call ResourceBundle for each class
Thanks in anticipation