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 36d9626c3 adds note about demo apps scaling to zero
36d9626c3 is described below
commit 36d9626c3914fd13d64f420154ca61189459f4ab
Author: danhaywood <[email protected]>
AuthorDate: Fri Jan 6 07:13:28 2023 +0000
adds note about demo apps scaling to zero
---
content/index.html | 3 +++
1 file changed, 3 insertions(+)
diff --git a/content/index.html b/content/index.html
index f56f94053..d6d9b893e 100644
--- a/content/index.html
+++ b/content/index.html
@@ -552,12 +552,14 @@
<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 app.
You can see the app running <a
href="https://helloworld-jdo-snapshot.apps.causeway.dev/" target="_blank">here
(jdo)</a> or <a href="https://helloworld-jpa-snapshot.apps.causeway.dev/"
target="_blank">here (jpa)</a>.
+ (These scale to zero when not in use, so please allow up to a
minute for them to restart if necessary).
</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 app.
You can see the app running <a
href="https://simpleapp-jdo-snapshot.apps.causeway.dev/" target="_blank">here
(jdo)</a> or <a href="https://simpleapp-jpa-snapshot.apps.causeway.dev/"
target="_blank">here (jpa)</a>.
+ (These scale to zero when not in use, so please allow up to a
minute for them to restart if necessary).
</p>
</div>
</div>
@@ -641,6 +643,7 @@ mvn -pl webapp spring-boot:run</pre>
<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-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>.
+ (These scale to zero when not in use, so please allow up to a
minute for them to restart if necessary).
</p>
</div>
</div>