Skip to content
Stephane Carrez edited this page Dec 3, 2015 · 9 revisions

Ada Web Application is a framework to build a web application.

  • AWA uses Ada Server Faces for the web framework. This f ramework is using several patterns from the Java world such as [Java Server Faces](http://en.wikipedia.o rg/wiki/JavaServer_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](https://git hub.com/stcarrez/ada-ado/wiki) allows to map database objects into Ada records and access them easily.
  • To avoid the blank page syndrome, the Dynamo applicatio n generator is provided to quickly create a new project, add a new database model or add a presentation page.

| About AWA | Installation | Features | Documentation |----------------|--------------|--------- |About AWA|Installation|Features|Documentation

Clone this wiki locally