|
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.
View the complete
|