Update examples/restbucksCRUD/readme.md

This commit is contained in:
jvelilla
2011-12-09 10:56:58 -02:00
parent e9b7fc4c93
commit 108396bd91

View File

@@ -11,7 +11,13 @@ the HTTP protocol as an application protocol instead of a transport protocol.
</table>
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