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.
- Feature #14: Monitoring the health of the AWS instance
alr with servletada
alr with servletada_aws
alr with servletada_ews
To build Ada Servlet, you will need:
- Ada Util (https://gitlab.com/stcarrez/ada-util 2.6.0)
- Ada EL (https://gitlab.com/stcarrez/ada-el 1.8.5)
- Ada Security (https://gitlab.com/stcarrez/ada-security 1.4.1)
- XML/Ada (https://libre.adacore.com/libre/tools/xmlada/ 23)
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
The Ada Server Faces sources as well as a wiki documentation is provided on: