Thread overview
the Web Challenge
Nov 28, 2004
Novice Irfan.
Nov 28, 2004
Manfred Hansen
Nov 28, 2004
Kris
November 28, 2004
Goodday !
How does D compare to the web capabitlities of C# & Java (web- libraries
oriented), and Php & Ruby (web-oriented languages) ?
And how is D's Database capability evolving ?
Can D conquer the web?
Obliged,
Irfan.


November 28, 2004
Novice Irfan. wrote:

> 
> Goodday !
> How does D compare to the web capabitlities of C# & Java (web- libraries
> oriented), and Php & Ruby (web-oriented languages) ?
> And how is D's Database capability evolving ?
> Can D conquer the web?
> Obliged,
> Irfan.

For database bindings, you can look here: http://www.prowiki.org/wiki4d/wiki.cgi?DatabaseBindings

Manfred
November 28, 2004
"Novice Irfan." <Novice_member@pathlink.com> wrote in message
news:coc3tj$1f3q$1@digitaldaemon.com..
| Goodday !
| How does D compare to the web capabitlities of C# & Java (web- libraries
| oriented), and Php & Ruby (web-oriented languages) ?

D has a high performance Servlet-engine available (Mango.servlet), and there's a web-scripting language under way called DSP. Both of these are hosted at dsource.org

| And how is D's Database capability evolving ?

There are a number of SQL bindings around; check at the wiki4D site

| Can D conquer the web?

It has a good start. The question should perhaps be, can you help it along ?