[fpc-pascal] TCgiApplication in cgiapp unit - mostly deprecated

Marcos Douglas md at delfire.net
Mon May 3 14:42:13 CEST 2010


Hi Lee,

On Sun, May 2, 2010 at 3:10 PM, Lee Jenkins <lee at datatrakpos.com> wrote:
>
> * Virtual Private Hosting is really cheap now, largely alleviating the
> problem of deploying native executables to web servers like FastCGI, ISAPI,
> apache_mod, etc.

Yes, you right.


> I am working on a project now for RIA similar in concept to ExtPascal, but
> abstracting out the UI framework with most of the logic executing on the
> server so that I can plug in different UI's without touching my
> model/controller.

That is what I looking for!
That is what I looking for!
I do not want to use ExtPascal because it depends on ExtJS and their
documents (to generate the Pascal code). I wish I could choose the
JavaScript framework.


> I was about 90% finished with the Flex UI layer when the customer whose site
> I'm writing, got spooked by all the Apple/Adobe/HTML5 debate that has heated
> up and became adamant about not using flash based UI, limiting Flash to
> playing video where necesary and using DHMTL for client UI.
>
> So I'm taking advantage of the extra time and refactoring the framework a
> bit and implementing a DHTML UI layer now.  We looked at ExtJS as well as
> YahooUI, OpenLaszlo and a few of the others and eventually decided on Dojo
> javascript tookit, but different UI layers can be plugged in.  Heck, even an
> LCL or fpGUI layer is feasible.

Your project is open source?
I'm very interested about that. Do you use some "template engine" for UI?
The tecnology WebBroker (old Delphi) had macros for replace in events
like #name or #salary. That is very simply but very coupled. We had
HTML code coupled with Pascal code. The designers could not easily
change UI code because that.


--
Marcos Douglas



More information about the fpc-pascal mailing list