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-simpleapp.git
commit f2bdddf48e77e942df6db7abfe551d932cab8285 Author: danhaywood <d...@haywood-associates.co.uk> AuthorDate: Tue Dec 3 12:32:43 2019 +0000 fixes link to swagger UI --- webapp/src/main/resources/static/index.html | 26 ++++---------------------- 1 file changed, 4 insertions(+), 22 deletions(-) diff --git a/webapp/src/main/resources/static/index.html b/webapp/src/main/resources/static/index.html index 33578d5..7d09260 100644 --- a/webapp/src/main/resources/static/index.html +++ b/webapp/src/main/resources/static/index.html @@ -39,18 +39,8 @@ th, td { <img alt="Isis Logo" src="images/apache-isis/logo.png" /> <p> - This app has been generated using Apache Isis' - <a href="http://isis.apache.org/arch/simlpe%61pp/about.html" target="_blank">SimpleApp</a> archetype, - to create a purposefully minimal application that nevertheless includes fixture data, integration tests and BDD specs. + This is a simple <a href="http://isis.apache.org">Apache Isis</a> application, but structured so it can be used as a starting point for developing your own applications. <br/> - <br/> - The application's business logic resides in a single (maven) module, <a href="https://github.com/apache/isis/tree/master/example/application/simple%61pp/module-simple" target="_blank">module-simple</a>, that in turn contains a single domain entity, <a href="https://github.com/apache/isis/blob/master/example/application/simple%61pp/module-simple/src/main/java/domainapp/modules/simple/dom/impl/SimpleObject.java" target="_blank">SimpleObject</a>. The module has its own <a [...] - <br/> - <br/> - The app also defines the <a href="https://github.com/apache/isis/tree/master/example/application/simple%61pp/application" target="_blank">application</a> (maven) module; this holds <a href="https://github.com/apache/isis/tree/master/example/application/simple%61pp/application/src/main/java/domainapp/application/fixture" target="_blank">fixtures</a>, <a href="https://github.com/apache/isis/blob/master/example/application/simple%61pp/application/src/test/java/domainapp/ap [...] - <br/> - <br/> - The app's <a href="https://github.com/apache/isis/tree/master/example/application/simple%61pp/webapp" target="_blank">webapp</a> (maven) module is used to assemble the application into a WAR file. </p> <p>To access the app:</p> @@ -68,30 +58,22 @@ th, td { <li> <p> <b> - <a href="swagger-ui/index.template.html">swagger-ui/</a> + <a href="swagger-ui/index.thtml">swagger-ui/</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>). There are - three versions of the Swagger spec files (that drive the UI): - <a href="restful/swagger/public">public</a> (for use by "third-party" apps), - <a href="restful/swagger/private">private</a> (for use by internal apps), and - <a href="restful/swagger/prototyping">prototyping</a> (an extended version of the private - API). The Swagger spec files are themselves dynamically generated and can be used to generate - client-side stubs. + <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. - The HTTP <code>Accept</code> header is used to select which representation should be generated. </p> </li> </ul> <p> - The default user/password is <b><i>sven/pass</i></b> (as configured in the - <a href="https://github.com/apache/isis/blob/master/example/application/simple%61pp/webapp/src/main/webapp/WEB-INF/shiro.ini" target="_blank">shiro.ini</a> file). + The default user/password is <b><i>sven/pass</i></b>. </p> </div>