RAPPTOR 0.97 (Default branch) |
|
|
RAPPTOR is a semantic technologies-enabled Web application server for the .Net platform. It integrates relational, hierarchical, and even semantic data structures into a common API and offers broad DBMS connectivity through pluggable drivers. It is designed for rapid application development, a code-driven development style, and platform-independence (Mono and MS .Net 1.0/1.1/2.0/3.0).
License: GNU Lesser General Public License (LGPL)
Changes:
The Web system was totally abstracted. Now it is
possible to exchange the presentation layer with
some other implementation like a rich client. The
whole HTML generation process was rewritten. Among
other things, it is now possible to generate
resources (like pictures and .css files) at
runtime in a cached manner; to retrieve and supply
such resources by (byte[]- / Stream-) properties
within PageParts; to build applications
independently of the presentation layer; to link
between resources by an abstract location-class;
and to write themes by deriving from the WebTheme
class.
|