Apps and development tools - Basic App Kit
Introduction
The Basic-App-Kit is an "data model based app generator" that lets you quickly develop web applications with only a few lines of code.
An App-Kit application contains a collapsable navigation area typically showing a list of "storages" and a content area showing your data in different views.
Views are searchable by default and offer multi-selections.
In many cases you don't have to define any UI for creating, editng or deleting data yourself. All you have to do is
- Define your data model consists of storages and content classes
- For each storage define the views (as simple XML-Definition)
- For each content class define form fields for this content class.
The App-Kit enables you to create a good looking AJAX enabled CRUD application within a view minutes.