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.
To build Ada Servlet, you will need:
Build with the following commands:
./configure
make
The samples can be built using:
gnatmake -Psamples
The unit tests are built using:
gnatmake -Ptests
And unit tests are executed with:
bin/asf_harness
The Ada Server Faces sources as well as a wiki documentation is provided on:
Content type
Image
Digest
sha256:874fde1dd…
Size
716.2 MB
Last updated
almost 2 years ago
docker pull ciceron/ada-servlet