JWS-109 Added a missing figure to the section descrbing the JABAWS codebase structure.
authorFábio Madeira <fmmarquesmadeira@dundee.ac.uk>
Mon, 6 Mar 2017 14:10:39 +0000 (14:10 +0000)
committerFábio Madeira <fmmarquesmadeira@dundee.ac.uk>
Mon, 6 Mar 2017 14:10:39 +0000 (14:10 +0000)
website/man_server_dev.jsp
website/static/img/ws-structure.png [new file with mode: 0644]

index 1e60fab..eea2e0c 100644 (file)
                                <h1 class="panel-title">The code structure</h1>
                        </div>
                        <div class="panel-body">
+                               <img src="static/img/ws-structure.png" alt="JABAWS Code Structure"
+                                        width="260" height="300" align="left" style="padding-right: 2em;" />
                                <ul>
                                        <li><span class="directory"><i class="fa fa-folder-o" aria-hidden="true"></i> datamodel</span> contains the JABAWS datamodel </li>
                                        <li><span class="directory"><i class="fa fa-folder-o" aria-hidden="true"></i> engine</span> contains the JABAWS engine - the code that abstract the execution environment and executes native binaries</li>
diff --git a/website/static/img/ws-structure.png b/website/static/img/ws-structure.png
new file mode 100644 (file)
index 0000000..791ad9a
Binary files /dev/null and b/website/static/img/ws-structure.png differ