Skip to content

Commit 77c034b

Browse files
committed
List each actively tested demo in main README
1 parent fe1c13b commit 77c034b

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

README.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,29 +29,70 @@ Example applications showcasing the capabilities of GraalVM Native Image, includ
2929
### Build
3030
Demos for building native images, including configurations and setup steps for various use cases.
3131

32+
* hello-world -
33+
* build-java-modules -
34+
* build-shared-library -
35+
* build-static-images -
36+
* build-with-js-embedded -
37+
* list-files -
38+
* native-build-tools -
39+
3240
### Benchmark
3341
Performance measurement demos for Native Image.
3442

43+
* jmh/binary-tree -
44+
3545
### Clouds
3646
Demos showcasing the building and deployment of native applications to Oracle Cloud Infrastructure (OCI), AWS, and Google Cloud.
3747

48+
* native-aws-fargate -
49+
* native-aws-lambda -
50+
* native-google-cloud-run -
51+
* native-oci-container-instances -
52+
* native-oci-generative-ai -
53+
54+
### Configure
55+
56+
* configure-with-tracing-agent -
57+
* include-metadata -
58+
* include-resources -
59+
* use-system-properties -
60+
3861
### Containerize
3962
Demos focusing on containerizing native Java applications and following best practices.
4063

64+
* spring-boot-microservice-jibber -
65+
* tiny-java-containers -
66+
4167
### Monitor
4268
Demos showcasing how to monitor native applications using observability and diagnostics tools.
4369

70+
* add-jfr -
71+
* add-jmx -
72+
* add-logging -
73+
* create-heap-dump -
74+
* emit-build-report -
75+
4476
### Microservices
4577
Demos for building microservices ahead of time using frameworks such as Micronaut and Spring Boot.
4678

79+
* micronaut-hello-rest-gradle -
80+
* micronaut-hello-rest-maven -
81+
4782
### Optimize
4883
Demos optimizing native application for different criteria (runtime and performance tuning, file size, build time, and more).
4984

85+
* optimize-memory -
86+
* optimize-with-pgo -
87+
* specify-class-init -
88+
5089
## Compiler Demos
5190

5291
Demos designed to test and showcase the capabilities of the Graal Just-In-Time (JIT) compiler.
5392
These examples focus on evaluating the compiler's performance, including its optimizations for modern Java workloads.
5493

94+
* - java-stream-benchmark
95+
5596
## Archived Demos
5697

5798
Legacy or blog-related demos, as well as examples involving polyglot capabilities.

0 commit comments

Comments
 (0)