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 2023/01/05 15:15:02 UTC

[isis-site] branch asf-site updated: updates deployment URLs for demo and simple apps.

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

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


The following commit(s) were added to refs/heads/asf-site by this push:
     new 888d80ee4 updates deployment URLs for demo and simple apps.
888d80ee4 is described below

commit 888d80ee480cc081ba788b74ecc7e0ed672580fd
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Thu Jan 5 15:14:37 2023 +0000

    updates deployment URLs for demo and simple apps.
---
 content/docs/2.0.0-M9/about.html                               | 10 +++++-----
 content/docs/2.0.0-M9/demo/about.html                          |  2 +-
 content/docs/2.0.0-M9/starters/helloworld.html                 |  2 +-
 content/docs/2.0.0-M9/starters/simpleapp.html                  |  2 +-
 content/index.html                                             |  6 +++---
 .../applib/index/services/error/ErrorReportingService.html     |  2 +-
 .../error/hooks/ErrorReportingService_010-implementation.html  |  2 +-
 content/vw/2.0.0-M9/extending.html                             |  2 +-
 content/vw/2.0.0-M9/extending/replacing-page-elements.html     |  2 +-
 content/vw/2.0.0-M9/features.html                              |  2 +-
 content/vw/2.0.0-M9/features/where-am-i.html                   |  2 +-
 11 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/content/docs/2.0.0-M9/about.html b/content/docs/2.0.0-M9/about.html
index 23522c2dc..98a32fc4a 100644
--- a/content/docs/2.0.0-M9/about.html
+++ b/content/docs/2.0.0-M9/about.html
@@ -955,13 +955,13 @@ page.parent doesn't seem to be set...
 <ul>
 <li>
 <p><a href="starters/helloworld.html" class="page">HelloWorld</a>
-(<a href="https://helloworld.jdo.isis.incode.work">jdo</a>,
-<a href="https://helloworld.jpa.isis.incode.work">jpa</a>)</p>
+(<a href="https://helloworld-jdo.apps.causeway.dev">jdo</a>,
+<a href="https://helloworld-jpa.apps.causeway.dev">jpa</a>)</p>
 </li>
 <li>
 <p><strong><a href="starters/simpleapp.html" class="page">SimpleApp</a></strong>
-(<a href="https://simpleapp.jdo.isis.incode.work">jdo</a>,
-<a href="https://simpleapp.jpa.isis.incode.work">jpa</a>)</p>
+(<a href="https://simpleapp-jdo.apps.causeway.dev">jdo</a>,
+<a href="https://simpleapp-jpa.apps.causeway.dev">jpa</a>)</p>
 </li>
 </ul>
 </div>
@@ -983,7 +983,7 @@ page.parent doesn't seem to be set...
 <ul>
 <li>
 <p><a href="demo/about.html" class="page">Demo App</a>
-(<a href="https://demo-wicket.jdo.isis.incode.work">jdo</a>, <a href="https://demo-wicket.jpa.isis.incode.work">jpa</a>)</p>
+(<a href="https://demo-wicket-jdo-snapshot.apps.causeway.dev">jdo</a>, <a href="https://demo-wicket-jpa-snapshot.apps.causeway.dev">jpa</a>)</p>
 </li>
 <li>
 <p><a href="../../tutorials/2.0.0-M9/petclinic/about.html" class="page">Petclinic</a></p>
diff --git a/content/docs/2.0.0-M9/demo/about.html b/content/docs/2.0.0-M9/demo/about.html
index b3bd8eee1..f6f23734d 100644
--- a/content/docs/2.0.0-M9/demo/about.html
+++ b/content/docs/2.0.0-M9/demo/about.html
@@ -940,7 +940,7 @@ It&#8217;s also a useful reference to help you develop your own Apache Isis appl
 </div>
 <div class="paragraph">
 <p>The application is packaged up as a Docker image (<a href="https://hub.docker.com/r/apacheisis/demo-wicket-jdo/tags/">apacheisis/demo-wicket-jdo</a> or <a href="https://hub.docker.com/r/apacheisis/demo-wicket-jpa/tags/">apacheisis/demo-wicket-jpa</a>) on Docker Hub, so you can easily run it yourself (as described <a href="#running-the-docker-image">below</a>).
-You can see also try out the application online, <a href="https://demo-wicket.jdo.isis.incode.work">jdo</a> or <a href="https://demo-wicket.jpa.isis.incode.work">jpa</a>.</p>
+You can see also try out the application online, <a href="https://demo-wicket-jdo-snapshot.apps.causeway.dev">jdo</a> or <a href="https://demo-wicket-jpa-snapshot.apps.causeway.dev">jpa</a>.</p>
 </div>
 </div>
 </div>
diff --git a/content/docs/2.0.0-M9/starters/helloworld.html b/content/docs/2.0.0-M9/starters/helloworld.html
index b0ccd2dd4..973d19f42 100644
--- a/content/docs/2.0.0-M9/starters/helloworld.html
+++ b/content/docs/2.0.0-M9/starters/helloworld.html
@@ -937,7 +937,7 @@ page.parent doesn't seem to be set...
 One variation uses JDO as the ORM, the other uses JPA, so you can focus on whichever ORM you prefer.</p>
 </div>
 <div class="paragraph">
-<p>The application is also deployed online for you to try out,  <a href="https://helloworld.jdo.isis.incode.work">here (jdo)</a> and <a href="https://helloworld.jpa.isis.incode.work">here (jpa)</a>.</p>
+<p>The application is also deployed online for you to try out,  <a href="https://helloworld-jdo.apps.causeway.dev">here (jdo)</a> and <a href="https://helloworld-jpa.apps.causeway.dev">here (jpa)</a>.</p>
 </div>
 <div class="paragraph">
 <p>Using the instructions <a href="#downloading-running">below</a>, you can download a minimal Apache Isis app, consisting of a single domain entity (<code>HelloWorldObject</code>) with supporting domain services.
diff --git a/content/docs/2.0.0-M9/starters/simpleapp.html b/content/docs/2.0.0-M9/starters/simpleapp.html
index 0856ca0cd..d5079176e 100644
--- a/content/docs/2.0.0-M9/starters/simpleapp.html
+++ b/content/docs/2.0.0-M9/starters/simpleapp.html
@@ -937,7 +937,7 @@ page.parent doesn't seem to be set...
 One variation uses JDO as the ORM, the other uses JPA, so you can focus on whichever ORM you prefer.</p>
 </div>
 <div class="paragraph">
-<p>The application is also deployed online for you to try out, <a href="https://simpleapp.jdo.isis.incode.work">here (jdo)</a> and <a href="https://simpleapp.jpa.isis.incode.work">here (jpa)</a>.</p>
+<p>The application is also deployed online for you to try out, <a href="https://simpleapp-jdo.apps.causeway.dev">here (jdo)</a> and <a href="https://simpleapp-jpa.apps.causeway.dev">here (jpa)</a>.</p>
 </div>
 <div class="paragraph">
 <p>As with the <a href="helloworld.html" class="page">HelloWorld</a> starter app, the instructions <a href="#downloading-running">below</a> will download a minimal Apache Isis app consisting of a single entity (<code>SimpleObject</code>) with supporting domain services.</p>
diff --git a/content/index.html b/content/index.html
index 7d094229d..f3a498e21 100644
--- a/content/index.html
+++ b/content/index.html
@@ -551,13 +551,13 @@
             <div class="col-lg-6 text-left text-lg-left">
               <p class="cta-text text-center" style="margin-block-end: 0; ">
                 Learn about Apache Isis™ by running the minimal <a href="docs/2.0.0-M9/starters/helloworld.html">helloworld</a> starter&nbsp;app.
-                You can see the app running <a href="https://helloworld.jdo.isis.incode.work/" target="_blank">here (jdo)</a> or <a href="https://helloworld.jpa.isis.incode.work/" target="_blank">here (jpa)</a>.
+                You can see the app running <a href="https://helloworld-jdo.apps.causeway.dev/" target="_blank">here (jdo)</a> or <a href="https://helloworld-jpa.apps.causeway.dev/" target="_blank">here (jpa)</a>.
               </p>
             </div>
             <div class="col-lg-6 text-left text-lg-left">
               <p class="cta-text text-center" style="margin-block-end: 0; ">
                 Develop your own Apache Isis™ app with the structured <a href="docs/2.0.0-M9/starters/simpleapp.html">simpleapp</a> starter&nbsp;app.
-                You can see the app running <a href="https://simpleapp.jdo.isis.incode.work/" target="_blank">here (jdo)</a> or <a href="https://simpleapp.jpa.isis.incode.work/" target="_blank">here (jpa)</a>.
+                You can see the app running <a href="https://simpleapp-jdo.apps.causeway.dev/" target="_blank">here (jdo)</a> or <a href="https://simpleapp-jpa.apps.causeway.dev/" target="_blank">here (jpa)</a>.
               </p>
             </div>
           </div>
@@ -640,7 +640,7 @@ mvn -pl webapp spring-boot:run</pre>
           <div class="row">
             <div class="col-lg-12 text-left text-lg-left">
               <p class="cta-text text-center" style="margin-block-end: 0; margin-top: 20px;">
-                You can also explore the Apache Isis programming model through the demo app, running <a href="https://demo-wicket.jdo.isis.incode.work/" target="_blank">here (jdo)</a> or <a href="https://demo-wicket.jpa.isis.incode.work/" target="_blank">here (jpa)</a>.
+                You can also explore the Apache Isis programming model through the demo app, running <a href="https://demo-wicket-jdo-snapshot.apps.causeway.dev/" target="_blank">here (jdo)</a> or <a href="https://demo-wicket-jpa-snapshot.apps.causeway.dev/" target="_blank">here (jpa)</a>.
               </p>
             </div>
           </div>
diff --git a/content/refguide/2.0.0-M9/applib/index/services/error/ErrorReportingService.html b/content/refguide/2.0.0-M9/applib/index/services/error/ErrorReportingService.html
index 956f9be0d..79a202b5a 100644
--- a/content/refguide/2.0.0-M9/applib/index/services/error/ErrorReportingService.html
+++ b/content/refguide/2.0.0-M9/applib/index/services/error/ErrorReportingService.html
@@ -1276,7 +1276,7 @@ page.parent doesn't seem to be set...
 <div class="sectionbody">
 <div class="paragraph">
 <p>This is an SPI.
-The framework provides no default implementations, but an example implementation can be found in the demo app (<a href="https://demo-wicket.jdo.isis.incode.work">jdo</a> or <a href="https://demo-wicket.jpa.isis.incode.work">jpa</a>).</p>
+The framework provides no default implementations, but an example implementation can be found in the demo app (<a href="https://demo-wicket-jdo-snapshot.apps.causeway.dev">jdo</a> or <a href="https://demo-wicket-jpa-snapshot.apps.causeway.dev">jpa</a>).</p>
 </div>
 </div>
 </div>
diff --git a/content/refguide/2.0.0-M9/applib/index/services/error/hooks/ErrorReportingService_010-implementation.html b/content/refguide/2.0.0-M9/applib/index/services/error/hooks/ErrorReportingService_010-implementation.html
index 8aa0f1c34..a05aad694 100644
--- a/content/refguide/2.0.0-M9/applib/index/services/error/hooks/ErrorReportingService_010-implementation.html
+++ b/content/refguide/2.0.0-M9/applib/index/services/error/hooks/ErrorReportingService_010-implementation.html
@@ -1228,7 +1228,7 @@ page.parent doesn't seem to be set...
 <div class="sectionbody">
 <div class="paragraph">
 <p>This is an SPI.
-The framework provides no default implementations, but an example implementation can be found in the demo app (<a href="https://demo-wicket.jdo.isis.incode.work">jdo</a> or <a href="https://demo-wicket.jpa.isis.incode.work">jpa</a>).</p>
+The framework provides no default implementations, but an example implementation can be found in the demo app (<a href="https://demo-wicket-jdo-snapshot.apps.causeway.dev">jdo</a> or <a href="https://demo-wicket-jpa-snapshot.apps.causeway.dev">jpa</a>).</p>
 </div>
 </div>
 </div>
diff --git a/content/vw/2.0.0-M9/extending.html b/content/vw/2.0.0-M9/extending.html
index 0dff136d2..f9748deb9 100644
--- a/content/vw/2.0.0-M9/extending.html
+++ b/content/vw/2.0.0-M9/extending.html
@@ -843,7 +843,7 @@ Normally for entities this is done using <code>Bs3GridPanelFactory</code>, this
 It can use the <code>EntityModel</code> provided to it to determine the class of the entity, checking if it is of the appropriate type.</p>
 </div>
 <div class="paragraph">
-<p>The demo app (<a href="https://demo-wicket.jdo.isis.incode.work">jdo</a> or <a href="https://demo-wicket.jpa.isis.incode.work">jpa</a>) includes an example of this technique (<code>Featured &gt; Where in the World</code>).</p>
+<p>The demo app (<a href="https://demo-wicket-jdo-snapshot.apps.causeway.dev">jdo</a> or <a href="https://demo-wicket-jpa-snapshot.apps.causeway.dev">jpa</a>) includes an example of this technique (<code>Featured &gt; Where in the World</code>).</p>
 </div>
 </div>
 </div>
diff --git a/content/vw/2.0.0-M9/extending/replacing-page-elements.html b/content/vw/2.0.0-M9/extending/replacing-page-elements.html
index 5ec090eab..f52ca8145 100644
--- a/content/vw/2.0.0-M9/extending/replacing-page-elements.html
+++ b/content/vw/2.0.0-M9/extending/replacing-page-elements.html
@@ -779,7 +779,7 @@ Normally for entities this is done using <code>Bs3GridPanelFactory</code>, this
 It can use the <code>EntityModel</code> provided to it to determine the class of the entity, checking if it is of the appropriate type.</p>
 </div>
 <div class="paragraph">
-<p>The demo app (<a href="https://demo-wicket.jdo.isis.incode.work">jdo</a> or <a href="https://demo-wicket.jpa.isis.incode.work">jpa</a>) includes an example of this technique (<code>Featured &gt; Where in the World</code>).</p>
+<p>The demo app (<a href="https://demo-wicket-jdo-snapshot.apps.causeway.dev">jdo</a> or <a href="https://demo-wicket-jpa-snapshot.apps.causeway.dev">jpa</a>) includes an example of this technique (<code>Featured &gt; Where in the World</code>).</p>
 </div>
 </div>
 </div>
diff --git a/content/vw/2.0.0-M9/features.html b/content/vw/2.0.0-M9/features.html
index ee2dc9273..a87fad8b6 100644
--- a/content/vw/2.0.0-M9/features.html
+++ b/content/vw/2.0.0-M9/features.html
@@ -764,7 +764,7 @@ Domain objects that take part in such a navigable-tree-structure need to declare
 <div class="sect2">
 <h3 id="screenshots-2"><a class="anchor" href="#screenshots-2"></a>Screenshots</h3>
 <div class="paragraph">
-<p>The following screenshot (from the <a href="https://demo-wicket.jdo.isis.incode.work/">demo app</a>) shows the navigation links below the top menu bar.</p>
+<p>The following screenshot (from the <a href="https://demo-wicket-jdo-snapshot.apps.causeway.dev/">demo app</a>) shows the navigation links below the top menu bar.</p>
 </div>
 <div class="imageblock">
 <div class="content">
diff --git a/content/vw/2.0.0-M9/features/where-am-i.html b/content/vw/2.0.0-M9/features/where-am-i.html
index 9645d99d2..2a2392bf4 100644
--- a/content/vw/2.0.0-M9/features/where-am-i.html
+++ b/content/vw/2.0.0-M9/features/where-am-i.html
@@ -652,7 +652,7 @@ Domain objects that take part in such a navigable-tree-structure need to declare
 <h2 id="screenshots"><a class="anchor" href="#screenshots"></a>Screenshots</h2>
 <div class="sectionbody">
 <div class="paragraph">
-<p>The following screenshot (from the <a href="https://demo-wicket.jdo.isis.incode.work/">demo app</a>) shows the navigation links below the top menu bar.</p>
+<p>The following screenshot (from the <a href="https://demo-wicket-jdo-snapshot.apps.causeway.dev/">demo app</a>) shows the navigation links below the top menu bar.</p>
 </div>
 <div class="imageblock">
 <div class="content">