I TOTALLY agree with nic on this one.
I spent a lot of time developing CGI stuff a while ago now, and made the
switch to ASP, when I wound out about it, and apart from SOME Java, I use it
all teh time.
I do tho, use COM dlls etc. written in Delphi with my ASP pages from time to
time too.

Jeremy

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
Behalf Of Nic Wise
Sent: Tuesday, July 25, 2000 4:23 PM
To: Multiple recipients of list delphi
Subject: RE: [DUG]: HTML Creation


> We are just in the process of starting to look at how to creating web
> pages out of Delphi.
> We have a copy of Mastering Delphi by Marco Cantu with an sample program
> (see below) for creating
> as sample web page with the current time on the fly.

Dude, dont waste your time with CGI - its not worth it. Here's good options
if Delphi is a requirement (in _my_ order of preference, which is not other
people's):

ASP (Active Server Pages - microsoft.com? comes with IIS3,4,5 - need the
enterprise version of Delphi 5 tho if you want to write com "objects" for
it)

WebHub - www.href.com

WebModules (friendly ISAPI's - in Delphi 5 enterprise or upsell for about
$450 or so on top of professional)

ISAPI's (DLL's that link into IIS and a few other web servers. Very "raw".)


And, if you dont require Delphi as a language:

JSP (JavaServer Pages - my preference)
Servlets
PHP (ouch - oops, sorry Mark)
etc.

Just please, dont use CGI - its a development and performance nightmare!

Nic.

---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz


---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz

Reply via email to