I inherited a clusterf*** of a mess disguised as a JSP/servlet-based MVC-ish app without the benefit of using Spring or Struts or any sort of framework. No web services, but lots of $.ajax() POST calls to servlet methods. I need to get this stabilized before I can redo everything using REST/Angular.
On Thu, Sep 8, 2016 at 3:27 PM Christopher Schultz < ch...@christopherschultz.net> wrote: > > For MVC, you'd have to know how the requests are being sent and > responses are being processed. You probably have to "listen" for the > response and grab the response headers from there. > > I'm interested... what kind of work are you doing, here? Do you have a > fat client with a web-services back end or something? > >