I second that idea for a DUG meeting, up here in Christchurch I presume. :)

In terms of using the native Delphi stuff use D5 if you can.  I have also
found that when developing a Web App using a CGI exe for the development and
then releasing it as an ISAPI dll is the way to go.  (Instead of using the
dll for development)  This is because the web server would load the dll in
memory when I tested it but when I went to update it with a new dll I
couldn't because the orginal dll was still loaded and as a result was
locked.  The web server was on a remote machine in the states though, so I
had no way of actually shutting it down.

I found that the examples that come with D5 were enough to get me started.

BTW, what is a WebClass?



Nahum


-----Original Message-----
From: Grant Black [mailto:[EMAIL PROTECTED]]
Sent: Thursday, 24 February 2000 16:28
To: Multiple recipients of list delphi
Subject: RE: [DUG]: Example wanted of using a WebClass in Delphi


There are a few other options - eg WebHub, ASP + COM, ICS HTTP server (?)
etc.

Nick/Gary - this would be a great topic for a DUG meeting (Web development).

I for one would like to see a couple of real world approaches compared.

> -----Original Message-----
> From: Guy Brown [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, 24 February 2000 16:23
> To: Multiple recipients of list delphi
> Subject: [DUG]: Example wanted of using a WebClass in Delphi
> 
> 
> I am new to Web Server applications and I am currently doing 
> some research
> before I write a Web based database application.  As far as I 
> can see my
> options are CGI, ISAPI or using a WebClass.  I have found lots of
> information about CGI and ISAPI but no Delphi examples of 
> writing and/or
> using a WebClass.  Has anybody got an example of writing 
> and/or using a
> WebClass in Delphi?
> 
> Many Thanks,
> 
> Guy Brown,
> TimeMaster Systems
> 
> 
> 
> --------------------------------------------------------------
> -------------
>     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
---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz

Reply via email to