aspose file tools
The moose likes JSP and the fly likes Overriding Service method in JSP Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » JSP
Reply Bookmark "Overriding Service method in JSP" Watch "Overriding Service method in JSP" New topic
Author

Overriding Service method in JSP

Dakshin Rajavel
Greenhorn

Joined: Oct 20, 2006
Posts: 2
I think we can override jspInit() and jspDestroy() methods but not jspService() method. Correct me if I am wrong.
Can someone explain why we cannot override a service method in jsp?

Thank you and appreciate your help,
Dakshin
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56529
    
  14

Because there would be no point to it?


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Overriding Service method in JSP
 
Similar Threads
Service method
overridding service()
override service method
jsp processing
doubt in http methods