0
Would you like to know why you can’t overwrite the service method? In the book he says you shouldn’t overwrite it, but why? But if I use the super.service(request, sponse) I won’t be calling the method above what I am overwriting and with that I will perform beyond my superscript service I will perform the root method? I say this, because I want to instantiate my classes within the service, because every user request to that service is invoked and instates my objects, having no problem of a value of a user x intervene in the value of user y. These instaciated classes are responsible for communicating with DAO and Servlet(It is an intermediate class).