The slides for the presentation are published here:
Source code of more demo applications:
- A basic Java application - A simple Java application that prints a message in standard output. With a measurement how fast it starts.
- GlassFish application with a Servlet - A simple service with a servlet running on GlassFish server. With a measurement how fast it starts.
- SpringBoot application with a Servlet - A simple service with a servlet built using Spring Boot. With a measurement how fast it starts.
- Piranha application with a Servlet - A simple Piranha Cloud service with a servlet. With a measurement how fast it starts.
- Quarkus Application with a Servlet - A simple Quarkus service with a servlet. With a measurement how fast it starts.
- Piranha simple service in AWS Lambda - AWS Lambda function with Piranha Cloud. Also demonstrates AWS Snapstart
- Piranha REST Service in AWS Lambda - AWS Lambda function with Piranha Cloud and Jakarta REST (JAX-RS). Also demonstrates AWS Snapstart
- Quarkus REST Service in AWS Lambda - AWS Lambda function built with Quarkus and Jakarta REST (JAX-RS)
NOTE: Some of the above demo applications are in a different Github repository: