aspose file tools
The moose likes Cattle Drive and the fly likes Reverse2Servlet - extend ActionServlet? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » This Site » Cattle Drive
Reply Bookmark "Reverse2Servlet - extend ActionServlet?" Watch "Reverse2Servlet - extend ActionServlet?" New topic
Author

Reverse2Servlet - extend ActionServlet?

Katrina Owen
Sheriff

Joined: Nov 03, 2006
Posts: 1334
    
  11
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
    
  10
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
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Reverse2Servlet - extend ActionServlet?
 
Similar Threads
Problem running a sample Servlet Example: HTTP 503 Status code
Can we use Struts for FTP protocol ???.
Struts drawbacks
how to override action servlet in struts
own controller class(ActionServlet)