Developers
   Introduction to Brainwave
   Developer's Cheat Sheet
   Grid User Manual
   API Reference Guide
   Brainwave Forum
   Downloads
  Developer Support
   FAQ
   Bug Reporting
   Feature Requests
   Tech Support
  Applications
   Getting Started
   Example Applications
   Application Framework
   Idea Framework
   Iris
   Aphrodite
   Poseidon
   Cerberus

Download Free SDK

Brainwave Academy


 Home
>> Developers >> Application >> Application Framework

Application Framework

App

An App is a Brainwave application which is portable across different Brainwave deployments (much like any desktop application on Windows). The quickest, easiest and most basic way to create a Brainwave Application is as a web application which is directly integrated into the webserver as a Python Class. All such applications must extend the App superclass. Developers can also use different templating engines like Clearsilver, cheetah, Dreamweaver, or mako. and built in widgets for faster development.

Brainwave Application Server

View the complete Brainwave API list.