740ac8051d
applications. PR: ports/51642 Submitted by: Stephane Legrand <stephane@freebsd.org>
25 lines
844 B
Plaintext
25 lines
844 B
Plaintext
|
|
WDialog is an advanced system to create dialog-centric web applications.
|
|
|
|
Feature list:
|
|
|
|
* Separation of the user interface (UI) definition from the backend
|
|
program.
|
|
* The UI definition is contained in an XML file.
|
|
* The dialogs have built-in persistency for session state.
|
|
* A powerful template system manages the combination of individual
|
|
HTML fragments to whole pages.
|
|
* The dialogs behave like GUI widgets.
|
|
* The callbacks are written in a real programming language (Objective
|
|
Caml, or Perl).
|
|
* The application can run as CGI as well as application server.
|
|
* The WDialog toolkit itself does not require any database as backend
|
|
store.
|
|
* WDialog preprocesses all web inputs, and ensures that minimum
|
|
security standards are fulfilled.
|
|
|
|
WWW: http://wdialog.sourceforge.net/
|
|
|
|
- Stephane Legrand
|
|
<stephane@freebsd.org>
|