pro_jsp thread: Service to Workers Architecture
Hi, In the book Professional JSP(pg. 340), in the Service to Workers Architecture, we have a servlet, which gets the request, sends it to Worker beans, and the response is written by a different JSP. What advantage does this achieve? Can the servlet handling the request also handle response? What specific benefit can a separate JSP give. Please explain. Thanks, Yash.
|





