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.

app-kit.png

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

  1. Define your data model consists of storages and content classes
  2. For each storage define the views (as simple XML-Definition)
  3. 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.