--- On Wed, 2/9/09, Sam Hunt <[email protected]> wrote:
From: Sam Hunt <[email protected]> Subject: Re: [delphi-en] Re: Reg Web Application With Delphi 7 and Apache 2..2 To: "siva subramanian" <[email protected]> Date: Wednesday, 2 September, 2009, 8:37 AM siva subramanian wrote: > Dear Sam, > Thanks for your quick reply. > First i want know how to create web application through ISAPI. > I think i can create ISAPI application through itraweb.If i will use >intraweb.There is no seperate appache web server intraweb i want use them web >server.If its possible i can use ISAPI how can i use our own appache web >server.Same like php or java j2EE web application.Advance thanks to all. > Thanks & Regards > Siva > > --- On *Tue, 1/9/09, samsoftus /<[email protected]>/* wrote: > > > From: samsoftus <[email protected]> > Subject: [delphi-en] Re: Reg Web Application With Delphi 7 and > Apache 2.2 > To: [email protected] > Date: Tuesday, 1 September, 2009, 11:58 PM > > If your app is a typical single-tier client-server application, > you will be able to use most of the code and forms in an ISAPI > application, using a TWebConnection. (ISAPI 2.0 is an > international standard supported by Apache.) And you will be able > to use Apache and any MDAC-connected database you like. However, > you will have to separate your application into an app server and > app client. If you have never done this, the task can be difficult > first. If you'd think you'd like to go this way, I suggest > creating a DCOM client version during development, since the > client and app server will be able to talk to each other > seamlessly on the same PC or even across their common domain. > After you get your DCOM app working, it's a very simple matter to > replace your DCOM component with a TWebConnection component. Of > course, you'll have to have a remote PC outside your domain to > test this, but this can be postponed until you are ready to test > it on the web. > If you are interested, email cinemi...@comcast. com > <http://in.mc84.mail.yahoo.com/mc/compose?to=cinemight%40comcast.com> > attention Sam. > Cheers :-) > > --- In delphi...@yahoogrou ps.com > <http://in.mc84.mail.yahoo.com/mc/compose?to=delphi-en%40yahoogroups.com>, > siva subramanian <sivasu...@. ..> wrote: > > > > Dear All, > > I have knowledge in delphi 7 windows based application. I > done some windows based application project in delphi 7. > > Now im trying to convert those windows based delphi 7 > application to Web based delphi 7 application. Is there anyway to > convert windows application to web based application. > > Otherwise how to make web based application Delphi 7 with Apache > 2.2 and Back End PostgreSQL.If anybody have idea.Please help me > how to do this.Advance thanks to all. > > Thanks & Regards > > Siva > > > > > > Find top restaurants in your city only on Yahoo! India Local > http://in.local. yahoo.com/ <http://in.local.yahoo.com/> > > > > [Non-text portions of this message have been removed] > > > > > > > ------------------------------------------------------------------------ > See the Web's breaking stories, chosen by people like you. Check out Yahoo! > Buzz <http://in.rd.yahoo.com/tagline_buzz_1/*http://in.buzz.yahoo.com/>. I learned the basics of isapi development about two years ago while working for a former employer. Unfortunately, I became very ill and had to resign my position while I was being treated and recovering from surgery. However, I did learn how to create DCOM distributed applications, which is a very logical place to begin with your project. As I said in my previous email, converting a DCOM distributed app, which will run on a network or in a domain with zero configuration to a web app is as simple as replacing the DCOM component with a TWebConnection component. I should tell you now that I am discussing development with delphi 7 Enterprise. If you don't have D7 Ent, you won't be able to create a dcom or web app using my method. I'll be back in a bit... Sam Thanks for quick reply.I am using Delphi 7 professional version.I am very eager to do your methodology.If its possible delphi 7 professional version can implement the your DCOM component TWebConnection component.Pls help me hw i can implement in my delphi windows based desktop application.In my old application i used database postgreSQL and database connection Zeos third party component.I will pray for you for recovery from your surgery. Thanks & Regards Siva See the Web's breaking stories, chosen by people like you. Check out Yahoo! Buzz. http://in.buzz.yahoo.com/ [Non-text portions of this message have been removed]

