This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Servlets and the fly likes simple servlet using GenericServlet class  ? 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 » Java » Servlets
Reply Bookmark "simple servlet using GenericServlet class  ?" Watch "simple servlet using GenericServlet class  ?" New topic
Author

simple servlet using GenericServlet class ?

abhay jain
Ranch Hand

Joined: Jun 03, 2011
Posts: 130
how can we write a simple servlet that simply says "hi" to client ...................using GnereicServlet CLASS
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35252
    
    7
At a minimum your servlet needs to override the service method.

In the future, please restrict yourself to single question marks.


Android appsImageJ pluginsJava web charts
abhay jain
Ranch Hand

Joined: Jun 03, 2011
Posts: 130
Ulf Dittmer wrote:At a minimum your servlet needs to override the service method.

In the future, please restrict yourself to single question marks.


it will help me a lot....... thanks
i have removed unnecessary question marks , i will be careful in future
 
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: simple servlet using GenericServlet class ?
 
Similar Threads
Calling Java Servlet from another java class
Class Not Found exception in JSP using SQL 2K
Servlets
Invoke servlet from java class
How to redirect to a new page using JSP?