Skip to content

stcarrez/ada-servlet

Repository files navigation

Ada Servlet

Alire Build Status Test Status Coverage Download License GitLab Commits

Ada Servlet allows to create web applications using the same pattern as the Java Servlet (See JSR 154, JSR 315).

The Ada Servlet library is used by the Ada Server Faces framework and Ada Web Application to provide server web requests.

Version 1.7.0 - Aug 2023

  • Feature #14: Monitoring the health of the AWS instance

List all versions

Build with Alire

alr with servletada
alr with servletada_aws
alr with servletada_ews

Build with configure

To build Ada Servlet, you will need:

For the web server, you have the choice between:

Build with the following commands:

   ./configure
   make

The samples can be built using:

   make samples

The unit tests are built using:

   make test

Documentation

The Ada Server Faces sources as well as a wiki documentation is provided on:

https://github.com/stcarrez/ada-asf/wiki