Ok i was using only response.sendRedirect and forward to work with bought servlets but now i need that a servlet request the answer and not send the client to the other servlet.
How can i do this ?
let me give a example: Imagine a servlet that gives you the time and the temperature in one page.
int this servlet u ll need to request data from 2 diferent servlets so you will need what im asking here...