|
13 | 13 | == Starter Projects |
14 | 14 |
|
15 | 15 | === Overview |
16 | | -This **experimental** feature allows you to create example Maven projects to show basic integration of Coherence with various frameworks. |
17 | | -Currently, we support the following integrations: |
| 16 | +This **experimental** feature allows you to create example projects to show basic integration of |
| 17 | +Coherence with various microservice frameworks and languages. Currently, we support the following integrations: |
18 | 18 |
|
19 | | -1. Helidon Microprofile - 4.2.1 |
| 19 | +**Java Microservice Integrations** |
20 | 20 |
|
21 | | -2. Spring Boot - spring-boot-starter 3.4.5, coherence-spring 4.3.0 |
| 21 | +- Helidon Microprofile |
| 22 | +- Spring Boot |
| 23 | +- Micronaut |
22 | 24 |
|
23 | | -3. Micronaut - micronaut-parent: 4.7.3, micronaut-coherence: 5.0.4 |
| 25 | +**Other Microservice Languages** |
| 26 | +
|
| 27 | +- Python |
| 28 | +- JavaScript |
| 29 | +- Go |
| 30 | +
|
| 31 | +See <<see-also, here>> for links to the specific frameworks. |
24 | 32 |
|
25 | 33 | NOTE: The framework versions may be updated from time to time. |
26 | 34 |
|
@@ -57,7 +65,7 @@ checking for availability of template helidon... |
57 | 65 | Create Starter Project |
58 | 66 | Project Name: helidon-starter |
59 | 67 | Framework Type: helidon |
60 | | -Framework Versions: 4.2.1 |
| 68 | +Framework Versions: 4.2.3 |
61 | 69 | Project Path /tmp/starters/helidon-starter |
62 | 70 |
|
63 | 71 | Are you sure you want to create the starter project above? (y/n) y |
@@ -103,11 +111,15 @@ Delete a customer: |
103 | 111 |
|
104 | 112 | Follow the instructions above to build and run the example. |
105 | 113 |
|
| 114 | +[#see-also] |
106 | 115 | === See Also |
107 | 116 |
|
108 | 117 | * https://helidon.io/[Helidon Framework] |
109 | 118 | * https://github.com/coherence-community/coherence-spring[Coherence Spring Integration] |
110 | 119 | * https://github.com/micronaut-projects/micronaut-coherence/[Coherence Micronaut Integration] |
| 120 | +* https://github.com/oracle/coherence-py-client[Coherence Python Client] |
| 121 | +* https://github.com/oracle/coherence-js-client[Coherence JavaScript Client] |
| 122 | +* https://github.com/oracle/coherence-go-client[Coherence Go Client] |
111 | 123 |
|
112 | 124 |
|
113 | 125 |
|
0 commit comments