| Author |
Reverse2Servlet - extend ActionServlet?
|
Katrina Owen
Sheriff
Joined: Nov 03, 2006
Posts: 1334
|
|
Hi, Should we extend ActionServlet or HttpServlet in this assignment? I'm afraid that if I skip using HttpServlet I might not understand what is really going on. Katrina
|
 |
Marilyn de Queiroz
Sheriff
Joined: Jul 22, 2000
Posts: 9033
|
|
|
You should extend ActionServlet for the Reverse2 servlet assignment. You've already used HttpServlet for the first 2 servlets assignments. Nothing new to see there. ActionServlet extends HttpServlet. You can look at the source code to see how, and you can ask questions here.
|
JavaBeginnersFaq
"Yesterday is history, tomorrow is a mystery, and today is a gift; that's why they call it the present." Eleanor Roosevelt
|
 |
 |
|
|
subject: Reverse2Servlet - extend ActionServlet?
|
|
|