
ada-awa
Ada Web Application is a framework to build a web application.
This project was moved to GitHub
.
The new location is: https://github.com/stcarrez/ada-awa/wiki
The Git repository is: https://github.com/stcarrez/ada-awa.git
- AWA uses Ada Server Faces for the web framework. This framework is using several patterns from the Java world such as Java Server Faces and Java Servlets.
- AWA provides a set of ready to use and extendable modules that are common to many web application. This includes managing the login, authentication, users, permissions.
- AWA uses an Object Relational Mapping that helps in writing Ada applications on top of MySQL or SQLite databases. The ADO framework allows to map database objects into Ada records and access them easily.
- To avoid the blank page syndrome, the Dynamo application generator is provided to quickly create a new project, add a new database model or add a presentation page.
The AWA framework runs on top of GNU/Linux, Windows or NetBSD.
NEWS
Version 1.0 released on July 2014 is available http://download.vacs.fr/ada-awa/awa-all-1.0.0.tar.gz
* New countries plugin to provide country/region/city data models
* New settings plugin to control application user settings
* New tags plugin to easily add tags in applications
* New <awa:tagList>
and <awa:tagCloud>
components for tag display
* Add tags to the question and blog plugins
* Add comments to the blog post
Documentation
- Installation
- Getting Started
- AWA Events
- AWA Modules
- AWA Permissions
- AWA Users
- AWA Blog Plugin
- AWA Comments
- AWA Mail Plugin
- AWA Tags Plugin
- AWA Votes Plugin
- Atlas, the Ada Web Application Demonstrator
- Tutorial to use Dynamo to build a database Ada application
Demo
Tutorial
Project Information
The project was created on Apr 16, 2011.
- License: Apache License 2.0
- 7 stars
- svn-based source control
Labels:
Ada
Web
Application
Framework