Subject Re: Re: [IBO] Community site should be working now
Author Marco Lauria
At 12.25 27/11/2003 +0530, you wrote:
>One of the people working in my office is using is using IntraWeb. She has
>done application using JScript before this.
>
>I asked her for her feedback.
>
>Initially she found that she could not do many things. (I think it was
>because of a paradigm change. )
>
>Now that she has been using it for some time. She says that it is
>definetely easier and faster to develop using IW. Much less lines of code.
>Of the order of 1:10
>
>But things that you need to know.
>
>Back button wont work. (i think this mainly because IW is truly completely
>stateless which may be a good thing).
>Not easy to get perfect control over look and feel.
>Can easily reuse datamodules. So if you have an existing Client Server
>application which is cleanly architectured and you want a web front end
>for it IW is definetely the way to go.
>
>gk

Intraweb is a real RAD for WEB Applications in Delphi.
Using INTRAWEB you can develop a good site in a few minutes as you do it in
Delphi using standard
form, standard designer, delphi EVENTS.
Also starting with IW 7 The "Back" Button is working.
With IW you can give users SSL support using OpenSSL without having to go
through a web-server like IIS
or Apache.
With IW you can deploy your application simply copying the application
executable file.
One of the biggest problem with IW is the lack of help documentation [it
isn't so good]
but IW has a big community supporting it.
Marco