From 108396bd9168877e7a122e954a082ec2a374f497 Mon Sep 17 00:00:00 2001 From: jvelilla Date: Fri, 9 Dec 2011 10:56:58 -0200 Subject: [PATCH] Update examples/restbucksCRUD/readme.md --- examples/restbucksCRUD/readme.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/examples/restbucksCRUD/readme.md b/examples/restbucksCRUD/readme.md index 3da7d6df..106275f8 100644 --- a/examples/restbucksCRUD/readme.md +++ b/examples/restbucksCRUD/readme.md @@ -11,7 +11,13 @@ the HTTP protocol as an application protocol instead of a transport protocol. RESTBUCKS_SERVER ---------------- +---------------- +This class implement the main entry of our REST CRUD service, we are using a default connector (Nino Connector, +using a WebServer written in Eiffel). +We are inheriting from URI_TEMPLATE_ROUTED_SERVICE, this allows us to map our service contrat, as is shown in the previous +table, the mapping is defined in the feature setup_router, this also show that the class ORDER_HANDLER will be encharge +of to handle different type of request to the ORDER resource. + class RESTBUCKS_SERVER