Hi, I want to know if there is any need to create interface for request/response objects. I know ServletRequest is an interface.
I see request/response as simple pojo, where having some members to hold data and getter/setters would suffice.
The processing of such data could be delegated to external utility classes.
Does anyone have specific inputs on this? Thanks Nayn