Hello All, When javaranch is exclusively for learning java and spreading the "goodness" of java , why is JavaRanch built on top of CGI? Why not Servlets or JSP? That ,Seems strange to me Manjunath [This message has been edited by Manjunath Subramanian (edited August 18, 2001).] [This message has been edited by Manjunath Subramanian (edited August 18, 2001).]
Marilyn de Queiroz
Sheriff
Joined: Jul 22, 2000
Posts: 9033
10
posted
0
The Ultimate Bulletin Board (UBB), which is the software used in the forums, is written in Perl and uses cgi. The rest of the site uses jsp and other Java stuff.
JavaBeginnersFaq "Yesterday is history, tomorrow is a mystery, and today is a gift; that's why they call it the present." Eleanor Roosevelt
David Weitzman
Ranch Hand
Joined: Jul 27, 2001
Posts: 1365
posted
0
Every language has its use -- particularly if you can buy/download a production quality forum without much effort. I happen to think Perl is a very hip and useful language. Everyone should learn a little Perl, though of course nobody can learn all of it. I bet Larry Wall (Perl's creater) doesn't even know all of it. [This message has been edited by David Garland (edited August 19, 2001).]
Marcus Green
arch rival
Rancher
Joined: Sep 14, 1999
Posts: 2813
posted
0
There is very little Serverside Java Forum software available at the moment, and the best of what exists is in a fairly early stage of development. For example, the main contender would probably be Jive and it is only on version 2. Excellent though it is it needs a little more maturing. The other issue is that learning and converting to a new system is a huge task. The people behind JavaRanch have spent several years learning UBBS and probably won't be switching in an enormous hurry... Marcus