From f97f59b703673745ec7e5a0a6600926af8cce7c4 Mon Sep 17 00:00:00 2001 From: Jocelyn Fiat Date: Thu, 27 Sep 2018 22:01:34 +0200 Subject: [PATCH] renamed a png file to avoid blank character. --- docs/workbook/basics/basics.md | 2 +- ...auncher Hierarchy.png => Launcher_Hierarchy.png} | Bin ...auncher Hierarchy.png => Launcher_Hierarchy.png} | Bin 3 files changed, 1 insertion(+), 1 deletion(-) rename docs/workbook/basics/basics/images/{Launcher Hierarchy.png => Launcher_Hierarchy.png} (100%) rename docs/workbook/basics/images/{Launcher Hierarchy.png => Launcher_Hierarchy.png} (100%) diff --git a/docs/workbook/basics/basics.md b/docs/workbook/basics/basics.md index 79c97ffb..b178b1ef 100644 --- a/docs/workbook/basics/basics.md +++ b/docs/workbook/basics/basics.md @@ -94,7 +94,7 @@ The **WSF_RESPONSE** provides features to define the response with information s **APPLICATION** is the root class of our example, it launches the application, using the corresponding connector, Which connector? this depends how do you want to run it `cgi`, `fcgi`, `standalone`. For development is recommended to use a standalone web server written in Eiffel, and run the execution within the EiffelStudio debugger. For production fcgi (or cgi) using Apache or another popular web server. -![Launcher Hierarchy](images/Launcher Hierarchy.png "Launcher Hierarchy") +![Launcher Hierarchy](images/Launcher_Hierarchy.png "Launcher Hierarchy") **WS_LAUNCHABLE_SERVICE** inherit from **WS_SERVICE** class, which is a marker interface in EWF. And also provides a way to launch our application using different kind of connectors. The class **WSF_DEFAULT_SERVICE_I**, inherit from **WS_LAUNCHABLE_SERVICE** and has a formal generic that should conform to **WSF_SERVICE_LAUNCHER [WSF_EXECUTION]**. Below a [BON diagram](http://www.bon-method.com/index_normal.htm) showing one of the possible options. diff --git a/docs/workbook/basics/basics/images/Launcher Hierarchy.png b/docs/workbook/basics/basics/images/Launcher_Hierarchy.png similarity index 100% rename from docs/workbook/basics/basics/images/Launcher Hierarchy.png rename to docs/workbook/basics/basics/images/Launcher_Hierarchy.png diff --git a/docs/workbook/basics/images/Launcher Hierarchy.png b/docs/workbook/basics/images/Launcher_Hierarchy.png similarity index 100% rename from docs/workbook/basics/images/Launcher Hierarchy.png rename to docs/workbook/basics/images/Launcher_Hierarchy.png