blob: 88cf048dacf1ab610dc5e48ed59c78a24f70a57e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
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>
|