• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

cgi on javaranch

 
Ranch Hand
Posts: 81
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Why is CGI technology being used on Javaranch if the purpose of the site/and its promoters is to advocate the use of Java and Servlets and related technologies ?

Secondly, are PHP/CGI based bulletin boards the only feasible and quick ways to provide forums facility on a website. Why aren't Servlets/JSP based bulletin boards the order of the day ?

Cheers
Anupreet
 
author and iconoclast
Posts: 24207
46
Mac OS X Eclipse IDE Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Your first question is asked very frequently; hence it's covered on the JavaRanch FAQ page.

The answer to your second question is that there are several JSP-based boards out there; MVNForum and Jive are two fairly popular ones.
 
Ranch Hand
Posts: 5093
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
as to the first: even though you guessed correct you can never be sure that a URL that says "cgi" isn't Java.
It's quite possible to map /cgibin/ to really be /servlet/ fooling people into thinking you're not using Java for example.
 
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • 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:
as to the first: even though you guessed correct you can never be sure that a URL that says "cgi" isn't Java.
It's quite possible to map /cgibin/ to really be /servlet/ fooling people into thinking you're not using Java for example.




:roll:

Spoken like a true geek.

Mark
 
reply
    Bookmark Topic Watch Topic
  • New Topic