Hi All,
We have a ERP system in place, I am writing a framework to integrate this ERP with Ajax, my question is the flow in the existing system happens by passing the data in parameter from html form, but I had to take all this parameters from HttpServletRequest and set it in as request attributes, so will take affect in performance ? I think after done with the processing I should remove all the attributes ?
Also I had to forward all the incoming request to my custom
servlet which in turn will send response to ajax client, will this degrade performance ?
Thanks