Quote:
|
Originally Posted by Toro
I am design whether to go either with CGI with Perl or Server-Side with JSP. I am asking this in this forum because I want to know what your opinion is. Please share them.
|
JSP will be faster, but considerably more complex.
Perl CGI will be slower, but easier for simpler things.
A staight choice between Perl and JSP seems a little odd, as they pretty much require different servers.
You may wish to consider other options, such as PHP if you're doing something simple; or frameworks such as Ruby on Rails, Django or Turbogears, if you're doing something complex.