Re: Fast Track towards using an existing application on the Internet



"Tariq" <tariq@xxxxxxxxxxxxxx> schreef in bericht
news:1143540843.306224.20480@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
After studying a little more on this issue, I have come to the
conclusion that I have to write the client end from scratch. I have
short-listed to approaches: ASP and SOAP.

My preliminary understanding is that in ASP only an HTML page travels
from server to client and gets displayed inside the web browser. While
in SOAP, the client application is a Win32 application and web browser
is not needed. The requested information is sent by the server to
client and then the client application is responsible to display/handle
it.

If my basic understanding of this approach is wrong then I would
appreciate if someone can correct it. Before I invest time in it, I
would like to get my concept clear about it.

I use ASP and it is as you describe it. The application receives the html
response messages, which you can handle as events. You output a full html
page as a string. I program these strings by hand - having only half a dozen
responses - but I guess there are tools to simplify this. (Usually I set the
page up with FrontPage and then change it into a Delphi string expression.)
There is a special Delphi facility for testing (but live testing may still
be a problem if your server address is on a LAN). The advantage of ASP is
that the client doesn't need to install or configure anything. Changes in
the app remain under your complete control.


.



Relevant Pages

  • Re: Launching an .exe on intranet
    ... you mentioned that your client wanted to ... "replace the functionality of his Excel file... ... share access to it, an ASP app is what you want, in which case you only need ... VB is a language for writing executables. ...
    (microsoft.public.frontpage.programming)
  • Re: SQL beginner help
    ... statements to the server)? ... request from the "jblow123" web site login. ... with the Asp code it will decide what how to handle what the user is ... But I still need some client side execution;/ I think I got a good ...
    (microsoft.public.sqlserver)
  • Re: Send and recive files
    ... > When the user press the button for submit the selected file, how my asp ... > How can i send file to the client? ... - When I have to send file from server to client, ... calling for the ASP script with the ActiveX component or the pure ASP ...
    (microsoft.public.inetserver.asp.general)
  • Re: ASP, COM+ and simultaneous pages
    ... I tried manually opening up 4 separate IE windows, ... and I could see 4 ASP pages executing simultaneously ... > client - if not then for some reason the Javascript on the client is failing ... > to send the request. ...
    (microsoft.public.inetserver.asp.components)
  • Re: ASP, COM+ and simultaneous pages
    ... I tried manually opening up 4 separate IE windows, ... and I could see 4 ASP pages executing simultaneously ... > client - if not then for some reason the Javascript on the client is failing ... > to send the request. ...
    (microsoft.public.inetserver.iis)