• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

doubt servlet

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
why cgi overcome in servlet?
[ October 05, 2008: Message edited by: Bear Bibeault ]
 
Bartender
Posts: 2856
10
Firefox Browser Fedora Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi divakarreddy welcome to Javaranch ,
Firstly your name does not follow the Javaranch naming policy . Please change it using the My Profile link above.
Then consider editing your post to give it a UseAMeaningfulSubjectLine . This will ensure that you get more useful responses.

why cgi overcome in servlet?


I am not getting what you are asking here. Do you mean to ask : How servlets overcome CGI ?

Also please take some time to read the Ask good questions link below.
 
Author and all-around good cowpoke
Posts: 13078
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Taking a guess as to the intent of the poster:

CGI - Common Gateway Interface

This is the set of conventions for handling HTTP requests on the server side by which request parameters are parsed for use by a server application. Historically, Perl was the pioneer language in this area. Subsequent development for Java, PHP and etc have naturally stuck to these conventions as much as possible.

Bill
 
Then YOU must do the pig's work! Read this tiny ad. READ IT!
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic