You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 28, 2021. It is now read-only.
Copy file name to clipboardexpand all lines: adocs/documentation/src/main/asciidoc/index.adoc
+10-1
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,10 @@
7
7
pass:[<br/>]
8
8
9
9
The Incode Platform provides a number of _modules_ for use with the link:http://isis.apache.org[Apache Isis] framework.
10
-
The platform also provides a _"quickstart"_ app which can be used to quickly set up your own pre-configured applications.
10
+
These are all released as ready-to-use binaries.
11
+
In addition, the _examples_ modules are provided as source code - which provide some supporting subdomains such as notes and documents - can be easily forked and adapted for use in your own applications.
12
+
13
+
The platform also provides a _"quickstart"_ Maven archetype which can be used to quickly set up your own pre-configured applications.
The xref:modules/lib/lib.adoc#[_Libraries_], xref:modules/spi/spi.adoc#[_SPI Implementations_], xref:modules/wkt/wkt.adoc#[_Wicket Components_] and xref:modules/ext/ext.adoc#[_Extensions_] are intended to be used as ready-to-use binaries.
172
+
So far as possible these modules will support semantic versioning to prevent breakages between versions.
173
+
If you have enhancements to these, raise a pull request.
168
174
175
+
In contrast, the xref:modules/dom/dom.adoc#[_Example Subdomains & Libraries_] are provided as a "starter-for-ten" for use within your own applications.
176
+
You are welcome to raise pull requests, but you are also encouraged just to fork and adapt the code as you see fit.
177
+
For this reason, semantic versioning is not being used for the examples; new versions could have breaking changes.
Copy file name to clipboardexpand all lines: modules/examples/alias/demo/src/main/java/org/incode/example/alias/demo/shared/dom/AliasedObjectRepository.java
Copy file name to clipboardexpand all lines: modules/examples/alias/demo/src/main/java/org/incode/example/alias/demo/shared/fixture/AliasedObjectData.java
Copy file name to clipboardexpand all lines: modules/examples/alias/demo/src/main/java/org/incode/example/alias/demo/shared/fixture/AliasedObject_create.java
Copy file name to clipboardexpand all lines: modules/examples/alias/demo/src/main/java/org/incode/example/alias/demo/shared/fixture/AliasedObject_createUpTo10_hardcodedData.java
Copy file name to clipboardexpand all lines: modules/examples/alias/demo/src/main/java/org/incode/example/alias/demo/shared/fixture/AliasedObject_tearDown.java
Copy file name to clipboardexpand all lines: modules/examples/alias/demo/src/main/java/org/incode/example/alias/demo/usage/dom/AliasForAliasDemoObject.java
0 commit comments