Bookstore_2 defines the components specific to the
web part:
-
The server is implemented in the Server procedure.
-
Requests_Processing dispatches the requests.
-
Book_DAO is the interface to the database.
There's two implementations: one using SOCI-Ada, the other
simulating a database.
-
The user interface is managed using the ada
library Templates Parser (include in AWS), templates
files, and the dispatcher.