This package provides a set of standards and libraries that boosts productivity in creating Java based Google AppEngine applications.
In particular it provides an efficient way to create and execute single-page applications with the following characteristics:
50,000 records or less for each record type
A low-frequency update requirement (it uses timestamps to detect update collisions)
A small number of users that update the DB
Tools are provided that allow for:
DB Schemas
DB upload and download for testing and backups
DB inspection (on the development server also)
Cached queries
HTML Templates and pop-up window management
Builtin VUE support
Rapid testing and deployment cycles
Sample applications include:
The traditional Hello app
A cheque writer application
A church donation counting application
A people database connected to the donation application