I am not sure if D7 comes with IntraWeb, but you might try that. IntraWeb makes 
stand-alone tiny web server EXEs or ISAPI DLLs that you can hook to an existing 
Apache or Microsoft IIS web server. 

IntraWeb allows you to use the form designer tools of your Delphi IDE to make 
web pages. You drop special Delphi controls on your "web page" and compile - 
instant web site.

Working with databases and displaying them on a web site is relatively simple.

You can see a *very rough* alpha IntraWeb project I am working on at:

http://idk.serveftp.net/cowboy/cowboyisapi.dll/

This is written in D2009 and IntraWeb. Yes, the color scheme sucks, and the 
layout is tweaked, most of the menus don't work yet, but you get the idea. I 
said it is rough alpha :-) This is a part time, personal project of mine.

I am using Apache and an ISAPI dll. The database is MySQL. The graphs are done 
using GD Lib, FreeType and a graphing unit I wrote, with a Delphi wrapper.

Sample source code available.

Best regards,

Kevin G. McCoy



>   I want Create Web Application In Delphi 7.I don't have any idea about how 
> to make web application delphi7.If you have sample source its mor help full 
> to me.Advance thanks to all.


Reply via email to