You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2019/12/04 15:17:42 UTC

[isis-app-helloworld] 04/04: updates index.html (Restful + Swagger wording)

This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis-app-helloworld.git

commit 24c09f4b540099cd44ce4925d0e24dcb10f6da36
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Wed Dec 4 15:15:09 2019 +0000

    updates index.html (Restful + Swagger wording)
---
 src/main/resources/static/index.html | 25 +++++++++++++++----------
 1 file changed, 15 insertions(+), 10 deletions(-)

diff --git a/src/main/resources/static/index.html b/src/main/resources/static/index.html
index 3f66a40..ae71d23 100644
--- a/src/main/resources/static/index.html
+++ b/src/main/resources/static/index.html
@@ -39,7 +39,8 @@ th, td {
             <img alt="Isis Logo" src="images/apache-isis/logo.png" />
              
             <p>
-                This is a minimal Apache Isis application, intended as a starting point to learn what Apache Isis is all about.
+                This is a minimal <a href="https://isis.apache.org">Apache Isis</a> application, intended as a starting
+                point to learn what the framework is all about.
                 <br/>
             </p>
 
@@ -50,24 +51,28 @@ th, td {
                         <b><a href="wicket/">wicket/</a></b>
                     </p>
                     <p>
-                        provides access to a generic UI for end-users,
-                        Apache Isis' <a href="http://isis.apache.org/guides/ugvw/ugvw.html" target="_blank">Wicket Viewer</a>.
-                        As its name suggests, this viewer is built on top of <a href="http://wicket.apache.org" target="_blank">Apache Wicket</a>&trade;.
+                        provides access to a generic UI for end-users, Apache Isis'
+                        <a href="http://isis.apache.org/guides/ugvw/ugvw.html" target="_blank">Wicket Viewer</a>.
+                        As its name suggests, this viewer is built on top of
+                        <a href="http://wicket.apache.org" target="_blank">Apache Wicket</a>&trade;.
                     </p>
                 </li>
                 <li>
                     <p>
                         <b>
-                            <a href="swagger-ui/index.thtml">swagger-ui/</a>
+                            <a href="swagger-ui/index.thtml">RESTful API (Swagger)</a>
                         </b>
                     </p>
                     <p>
-                        provides access to a Swagger UI which uses a subset of the framework's automatically
-                        generated <a href="restful/">RESTful API</a> (provided by the 
-                        <a href="http://isis.apache.org/guides/ugvro/ugvro.html"  target="_blank">Restful Objects viewer</a>).
+                        provides access to a Swagger UI for convenient access to a subset of the framework's RESTful
+                        API, automatically generated by the
+                        <a href="http://isis.apache.org/guides/ugvro/ugvro.html"
+                           target="_blank">Restful Objects viewer</a>.
                     </p>
-                    <p>The RESTful API can return both simple representations and also richer hypermedia representations
-                        that are conformant with the <a href="http://restfulobjects.org"  target="_blank">Restful Objects</a> spec.
+                    <p>
+                        The full backend API (at <a href="restful/">restful/</a>) renders both simple and also richer
+                        hypermedia representations of domain objects, the latter conformant with the
+                        <a href="http://restfulobjects.org"  target="_blank">Restful Objects</a> spec.
                     </p>
                 </li>
             </ul>