|
|
|
webindicium is an object oriented service based on pure xml/xsl web application framework.
Technically system contains a lightweight ISAPI controller (currently less
than 1M) running under IIS5/6 on Windows 2000/2003 server. All information,
including business rules, access control and configuration information
is securely stored on SQL server (Microsoft SQL server, Interbase or free
open-source Firebird server).
Systems reconfiguration and extensions,
including adding new applications or services of any kind, does not require
recompiling of the ISAPI executable. Just adding proper information, views and
stored procedures to database will add new functionality or extend existing
applications.
Development is rapid and bug proof - the
business rules are strictly enforced by the SQL database. System can be easily integrated with any
preexisting SQL database (without reimporting or affecting the existing data)
and serve as a web or service based interface for it.
Maintenance and restoring is simple -
recreating of the database from the backup will completely restore the
system.
Security of described solution is
limited only by underlying databases security.
System demonstrates high performance and
low bandwidth consumption.
Majority of routine information
conversion (xslt transformations) is performed on client’s computers. This significantly reduces Internet
server’s resource consumption.
The sample of using described technology can be found at: sample application.
(Link points to development system and can be temporary unavailable)
Please, use any User Name and Password (profile will be created for you)
Links:
WebIndicium(Design principles)
Service Oriented Architecture
MSDNTV |
|
|