• 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
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

servlets alternatives

 
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,


can any one tell me what are the alternatives to servlets?

thanku

swichika
 
Ranch Hand
Posts: 1907
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
CGI(Common Gateway Interface)
 
Ranch Hand
Posts: 5093
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
ASP
PHP
PSP
telegraph
autofax
 
Sheriff
Posts: 13411
Firefox Browser VI Editor Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
carrier pigeon
 
Jeroen Wenting
Ranch Hand
Posts: 5093
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Ben Souther:
carrier pigeon



hmm, CPIP has indeed been proven to work.
Here's the official RFC: http://www.ietf.org/rfc/rfc1149.txt?number=1149
and here's the story of its implementation: http://www.blug.linux.no/rfc1149/
[ February 01, 2005: Message edited by: Jeroen Wenting ]
 
Ranch Hand
Posts: 375
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by swichika:
hi,


can any one tell me what are the alternatives to servlets?

thanku

swichika



Why would you want an alternative? Whats better than a platform-independent, multi-threaded, ease of use and object-oriented technology available at no cost?

Its the way the internet should be.
 
Ranch Hand
Posts: 2874
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I say Filters. But use to handle special problems like, cache, auditing, gunzipping contents etc.

Infact, its not an alternate but a complement to servlet.

thanks.
 
Ben Souther
Sheriff
Posts: 13411
Firefox Browser VI Editor Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Jeroen Wenting:


hmm, CPIP has indeed been proven to work.
Here's the official RFC: http://www.ietf.org/rfc/rfc1149.txt?number=1149
and here's the story of its implementation: http://www.blug.linux.no/rfc1149/

[ February 01, 2005: Message edited by: Jeroen Wenting ]



That's great. It had several of us LOAO....
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic