aspose file tools
The moose likes Servlets and the fly likes generic servlets Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "generic servlets " Watch "generic servlets " New topic
Author

generic servlets

Abhilash Boinapally
Greenhorn

Joined: Jun 13, 2006
Posts: 8
what are the requests handled by generic servlets other than http
javax.servlet.GenericServlet
Ben Souther
Sheriff

Joined: Dec 11, 2004
Posts: 13410

This question gets asked a lot so you can find plenty of discussions on the subject if you search this forum.

In short, genericServlet isn't used anywhere.
All the well known containers implement HttpServlet.


Java API J2EE API Servlet Spec JSP Spec How to ask a question... Simple Servlet Examples jsonf
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35254
    
    7
The Servlets FAQ has a section on using protocols other than HTTP, which may be of tangential relevance to your question.


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: generic servlets
 
Similar Threads
usage of generic servlet -- still not clear
About using Generic Servlets in a Application
Hierarchy of Servlet Please
servlets
my little doubt