Subject | Re: [IBDI] Open Source Programming Project Idea... |
---|---|
Author | Nick Lothian |
Post date | 2000-05-01T00:02:52Z |
This is a hypothetical question, because I know the answer.
Does it (DWS) run on Linux?
While I am sure that when Kylix comes out you'll be able to get it running
for Apache, PHP is cross platform now, and is readily available on most
commercial web hosts.
Of course, that's not to say that you shouldn't get good Interbase modules
for DWS going, just that it might not be the best platform for this (the Web
Based DB RAD Tool) project.
Nick
Does it (DWS) run on Linux?
While I am sure that when Kylix comes out you'll be able to get it running
for Apache, PHP is cross platform now, and is readily available on most
commercial web hosts.
Of course, that's not to say that you shouldn't get good Interbase modules
for DWS going, just that it might not be the best platform for this (the Web
Based DB RAD Tool) project.
Nick
> > To create an equivalent tool with native Interbase support. I personallydevelop
> > would probably use Delphi ( and of course Kylix when it's out ) to
> > it so that both Windows and Linux platforms are covered. My firstlike
> > suggestion of a scripting language would probably be PHP4 but I'm sure
> > others on this list may have experince with other scripting languages
> > DWS ( Delphi Web Script ) or PSP ( Pascal Server Pages ) but as PHP asmore
> > widely used it seems like a more logical alternative ( feel free todynamically
> > disagree and point out the holes in my argument ).
>
> As I know DWS pretty well, I'll add some comments here...
>
> First: AFAIK PSP is frozen.. ( quote: <<This was an experiment in
> creating Pascal source code form ASP-style pages. I've since frozen due tothe
> advancement of DSP and DWS .. both excellent candidates much more advancedthan
> PSP... but you may learn something from my messy code!>>)true. DWS
>
> And now for DWS vs PHP:
>
> A common misunderstanding is that DWS = PHP for Delphi. And that's not
> was developed to simplify the building of ISAPI-Modules in Delphi. (Gainthe
> speed of native Delphi - code and the flexibility a scripting laguageoffers.)
> The (IMO) main feature of DWS is the ability to extend the scriptinglanguage
> very easily. In order to get a new function in the scripting language, youthe
> simply drop a component on your ISAPI-module and write some delphi code in
> OnEval function. That's it.Delphi
> DWS also knows plugins (DLLs you may load at runtime) and Libraries (=
> Components that cover many functions). (DWS 2 will also know trueOOP-scripting
> with procedures, custom types etc..)guys
>
> Furthermore DWS is not tied to HTML and webapplication development! (Some
> are using it as scripting language to automate some parts of theirprograms)
>get a
> In case you create an ISAPI module with lots of DWS-functions added, you
> scripting language like PHP, that's true.. But as you already pointed outPHP is
> much wider used..we will
>
> In summing up, I would follow your argumentation, but I'm also sure that
> see a similar concept realized with DWS in future.. (Using Interbase asmain
> DBMS and IMO the IBOs for DB access)Plugins/Libraries
> (AFAIK it is planned to develop a complete set of e-commerce
> for DWS (2).. and I'm sure that there will be some kind of developmenttool for
> it..)
>
>
> HTH
> Willi
>