Skip to content
Stephane Carrez edited this page Nov 1, 2017 · 9 revisions

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

  • 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.
About AWA Installation Features Documentation
About AWA Installation Features Documentation