in reply to Re: web-based application or desktop application?
in thread web-based application or desktop application?

The major problem with web-based apps, as you've hit upon, is that HTML is too simplistic.

XForms look promising. I haven't yet seen XForms mentioned on perlmonks, but I think this is one new technology that makes a lot of sense, especially to automate document workflow inside the company. None of the major browsers currently supports XForms without a plug-in, but this is only a matter of time.

  • Comment on Re: Re: web-based application or desktop application?

Replies are listed 'Best First'.
Re: Re: Re: web-based application or desktop application?
by hardburn (Abbot) on Dec 04, 2003 at 20:27 UTC

    XForms++

    IE--, which will probably take almost 10 years to support it properly (see also: CSS layout model).

    ----
    I wanted to explore how Perl's closures can be manipulated, and ended up creating an object system by accident.
    -- Schemer

    : () { :|:& };:

    Note: All code is untested, unless otherwise stated